Java Doc for Storage.java in » UML » MetaBoss » com » metaboss » sdlctools » domains » visualmodel » storage » xmlfileimpl » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
UML
»
MetaBoss
»
com.metaboss.sdlctools.domains.visualmodel.storage.xmlfileimpl
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.metaboss.sdlctools.domains.visualmodel.storage.xmlfileimpl
.Storage
Storage
public
class Storage
(Code)
This class is an interface between ps layer and dom storage
Method Summary
public
static void
deleteAssociation
(
String
pAssociationRef)
public
static void
deleteDatatype
(
String
pDataTypeRef)
public
static void
deleteEnterprise
(
String
pEnterpriseRef)
public
static void
deleteEntity
(
String
pEntityRef)
public
static void
deleteServicemodule
(
String
pServicemoduleRef)
public
static void
deleteSystem
(
String
pSystemRef)
public
static
ApplicationDefType
getApplication
(
String
pApplicationRef)
public
static
String
[]
getApplicationPartsURLs
(
String
pApplicationRef)
public
static
AssociationDefType
getAssociation
(
String
pAssociationRef)
public
static
DataTypeDefType
getDatatype
(
String
pDataTypeRef)
public
static
String
getDatatypeSource
(
String
pDataTypeRef,
String
pFileSuffix)
public
static
DomainDefType
getDomain
(
String
pDomainRef)
public
static
String
[]
getDomainAssociationRefs
(
String
pDomainRef)
public
static
String
[]
getDomainEntityRefs
(
String
pDomainRef)
public
static
String
[]
getDomainReportRefs
(
String
pDomainRef)
public
static
EnterpriseDefType
getEnterprise
(
String
pEnterpriseRef)
public
static
String
[]
getEnterpriseRefs
()
public
static
String
[]
getEnterpriseSystemRefs
(
String
pEnterpriseRef)
public
static
EntityDefType
getEntity
(
String
pEntityRef)
public
static
MessageDefType
getMessage
(
String
pMessageRef)
public
static
String
[]
getPublicDatatypeRefs
()
public
static
String
[]
getPublicTypeTemplateRefs
()
public
static
ReportDefType
getReport
(
String
pReportRef)
public
static
ServiceDefType
getService
(
String
pServiceRef)
public
static
com.metaboss.sdlctools.types.enterprisemodel.ZipArchive
getServiceImplementationSource
(
String
pServiceRef,
String
pSourceName)
public
static
ServicemoduleDefType
getServicemodule
(
String
pServicemoduleRef)
public
static
String
[]
getServicemoduleMessageRefs
(
String
pServicemoduleRef)
public
static
String
[]
getServicemoduleServiceRefs
(
String
pServicemoduleRef)
public
static
String
[]
getServicemoduleStructureRefs
(
String
pServicemoduleRef)
public
static
StructureDefType
getStructure
(
String
pStructureRef)
public
static
SystemDefType
getSystem
(
String
pSystemRef)
public
static
String
[]
getSystemDatatypeRefs
(
String
pSystemRef)
public
static
String
[]
getSystemServicemoduleRefs
(
String
pSystemRef)
public
static
String
[]
getSystemTypetemplateRefs
(
String
pSystemRef)
public
static
TypeTemplateDefType
getTypeTemplate
(
String
pTypeTemplateRef)
public
static
String
getTypeTemplateSource
(
String
pTypeTemplateRef)
public
static void
insertAssociation
(
AssociationDefType
pAssociationDef)
public
static void
insertDatatype
(
DataTypeDefType
pDataTypeDef)
public
static void
insertEnterprise
(
EnterpriseDefType
pEnterpriseDef)
public
static void
insertEntity
(
EntityDefType
pEntityDef)
public
static void
insertMessage
(
MessageDefType
pMessageDef)
public
static void
insertService
(
ServiceDefType
pServiceDef)
public
static void
insertServicemodule
(
ServicemoduleDefType
pServicemoduleDef)
public
static void
insertStructure
(
StructureDefType
pStructureDef)
public
static void
insertSystem
(
SystemDefType
pSystemDef)
public
static void
updateAssociation
(
AssociationDefType
pAssociationDef)
public
static void
updateDatatype
(
DataTypeDefType
pDataTypeDef)
public
static void
updateDomain
(
DomainDefType
pDomainDef)
public
static void
updateEnterprise
(
EnterpriseDefType
pEnterpriseDef)
public
static void
updateEntity
(
EntityDefType
pEntityDef)
public
static void
updateMessage
(
MessageDefType
pMessageDef)
public
static void
updateService
(
ServiceDefType
pServiceDef)
public
static void
updateServiceImplementationSource
(
String
pServiceRef,
com.metaboss.sdlctools.types.enterprisemodel.ZipArchive
pSourceArchive)
public
static void
updateServicemodule
(
ServicemoduleDefType
pServicemoduleDef)
public
static void
updateStructure
(
StructureDefType
pStructureDef)
public
static void
updateSystem
(
SystemDefType
pSystemDef)
public
static void
updateTypeTemplateSource
(
String
pTypeTemplateRef,
String
pTypeTemplateSource)
Method Detail
deleteAssociation
public
static void deleteAssociation(
String
pAssociationRef) throws
PSException
(Code)
Deletes association details from storage
deleteDatatype
public
static void deleteDatatype(
String
pDataTypeRef) throws
PSException
(Code)
Returns DataType def or null if none found
deleteEnterprise
public
static void deleteEnterprise(
String
pEnterpriseRef) throws
PSException
(Code)
Deletes Enterprise
deleteEntity
public
static void deleteEntity(
String
pEntityRef) throws
PSException
(Code)
Deletes entity details from storage
deleteServicemodule
public
static void deleteServicemodule(
String
pServicemoduleRef) throws
PSException
(Code)
Deletes Servicemodule
deleteSystem
public
static void deleteSystem(
String
pSystemRef) throws
PSException
(Code)
Deletes system details on storage
getApplication
public
static
ApplicationDefType
getApplication(
String
pApplicationRef) throws
PSException
(Code)
Returns Application def or null if none found
getApplicationPartsURLs
public
static
String
[] getApplicationPartsURLs(
String
pApplicationRef) throws
PSException
(Code)
All parts found in the application
getAssociation
public
static
AssociationDefType
getAssociation(
String
pAssociationRef) throws
PSException
(Code)
Returns Association def or null if none found
getDatatype
public
static
DataTypeDefType
getDatatype(
String
pDataTypeRef) throws
PSException
(Code)
Returns DataType def or null if none found
getDatatypeSource
public
static
String
getDatatypeSource(
String
pDataTypeRef,
String
pFileSuffix) throws
PSException
(Code)
Returns DataType source or null if none found
getDomain
public
static
DomainDefType
getDomain(
String
pDomainRef) throws
PSException
(Code)
Returns domain def or null if none found
getDomainAssociationRefs
public
static
String
[] getDomainAssociationRefs(
String
pDomainRef) throws
PSException
(Code)
All associations found in the domain
getDomainEntityRefs
public
static
String
[] getDomainEntityRefs(
String
pDomainRef) throws
PSException
(Code)
All entities found in the domain
getDomainReportRefs
public
static
String
[] getDomainReportRefs(
String
pDomainRef) throws
PSException
(Code)
All associations found in the domain
getEnterprise
public
static
EnterpriseDefType
getEnterprise(
String
pEnterpriseRef) throws
PSException
(Code)
Returns enterprise def or null if none found
getEnterpriseRefs
public
static
String
[] getEnterpriseRefs() throws
PSException
(Code)
All enterprises found in the installation
getEnterpriseSystemRefs
public
static
String
[] getEnterpriseSystemRefs(
String
pEnterpriseRef) throws
PSException
(Code)
All systems found in this enterprise
getEntity
public
static
EntityDefType
getEntity(
String
pEntityRef) throws
PSException
(Code)
Returns Entity def or null if none found
getMessage
public
static
MessageDefType
getMessage(
String
pMessageRef) throws
PSException
(Code)
Returns Message def or null if none found
getPublicDatatypeRefs
public
static
String
[] getPublicDatatypeRefs() throws
PSException
(Code)
Returns all references to universal type templates
getPublicTypeTemplateRefs
public
static
String
[] getPublicTypeTemplateRefs() throws
PSException
(Code)
Returns all references to type templates stored in libraries
getReport
public
static
ReportDefType
getReport(
String
pReportRef) throws
PSException
(Code)
Returns Report def or null if none found
getService
public
static
ServiceDefType
getService(
String
pServiceRef) throws
PSException
(Code)
Returns Service def or null if none found
getServiceImplementationSource
public
static
com.metaboss.sdlctools.types.enterprisemodel.ZipArchive
getServiceImplementationSource(
String
pServiceRef,
String
pSourceName) throws
PSException
(Code)
Returns Service implementation source
getServicemodule
public
static
ServicemoduleDefType
getServicemodule(
String
pServicemoduleRef) throws
PSException
(Code)
Returns Servicemodule def or null if none found
getServicemoduleMessageRefs
public
static
String
[] getServicemoduleMessageRefs(
String
pServicemoduleRef) throws
PSException
(Code)
All messages found in the module
getServicemoduleServiceRefs
public
static
String
[] getServicemoduleServiceRefs(
String
pServicemoduleRef) throws
PSException
(Code)
All services found in the module
getServicemoduleStructureRefs
public
static
String
[] getServicemoduleStructureRefs(
String
pServicemoduleRef) throws
PSException
(Code)
All structures found in the module
getStructure
public
static
StructureDefType
getStructure(
String
pStructureRef) throws
PSException
(Code)
Returns Structure def or null if none found
getSystem
public
static
SystemDefType
getSystem(
String
pSystemRef) throws
PSException
(Code)
Returns system def or null if none found
getSystemDatatypeRefs
public
static
String
[] getSystemDatatypeRefs(
String
pSystemRef) throws
PSException
(Code)
All datatypes found in the domain
getSystemServicemoduleRefs
public
static
String
[] getSystemServicemoduleRefs(
String
pSystemRef) throws
PSException
(Code)
All datatypes found in the domain
getSystemTypetemplateRefs
public
static
String
[] getSystemTypetemplateRefs(
String
pSystemRef) throws
PSException
(Code)
All typetemplates found in the domain
getTypeTemplate
public
static
TypeTemplateDefType
getTypeTemplate(
String
pTypeTemplateRef) throws
PSException
(Code)
Returns DataType def or null if none found
getTypeTemplateSource
public
static
String
getTypeTemplateSource(
String
pTypeTemplateRef) throws
PSException
(Code)
Returns TypeTemplate source or null if none found
insertAssociation
public
static void insertAssociation(
AssociationDefType
pAssociationDef) throws
PSException
(Code)
Updates association details on storage
insertDatatype
public
static void insertDatatype(
DataTypeDefType
pDataTypeDef) throws
PSException
(Code)
Returns DataType def or null if none found
insertEnterprise
public
static void insertEnterprise(
EnterpriseDefType
pEnterpriseDef) throws
PSException
(Code)
Inserts new Enterprise def
insertEntity
public
static void insertEntity(
EntityDefType
pEntityDef) throws
PSException
(Code)
Updates entity details on storage
insertMessage
public
static void insertMessage(
MessageDefType
pMessageDef) throws
PSException
(Code)
Inserts new message def
insertService
public
static void insertService(
ServiceDefType
pServiceDef) throws
PSException
(Code)
Inserts new service def
insertServicemodule
public
static void insertServicemodule(
ServicemoduleDefType
pServicemoduleDef) throws
PSException
(Code)
Inserts new Servicemodule def
insertStructure
public
static void insertStructure(
StructureDefType
pStructureDef) throws
PSException
(Code)
Inserts new structure def
insertSystem
public
static void insertSystem(
SystemDefType
pSystemDef) throws
PSException
(Code)
Inserts new system def
updateAssociation
public
static void updateAssociation(
AssociationDefType
pAssociationDef) throws
PSException
(Code)
Updates association details on storage
updateDatatype
public
static void updateDatatype(
DataTypeDefType
pDataTypeDef) throws
PSException
(Code)
Returns DataType def or null if none found
updateDomain
public
static void updateDomain(
DomainDefType
pDomainDef) throws
PSException
(Code)
Updates domain details on storage
updateEnterprise
public
static void updateEnterprise(
EnterpriseDefType
pEnterpriseDef) throws
PSException
(Code)
Updates enterprise details on storage
updateEntity
public
static void updateEntity(
EntityDefType
pEntityDef) throws
PSException
(Code)
Updates entity details on storage
updateMessage
public
static void updateMessage(
MessageDefType
pMessageDef) throws
PSException
(Code)
Updates message details on storage
updateService
public
static void updateService(
ServiceDefType
pServiceDef) throws
PSException
(Code)
Updates service details on storage
updateServiceImplementationSource
public
static void updateServiceImplementationSource(
String
pServiceRef,
com.metaboss.sdlctools.types.enterprisemodel.ZipArchive
pSourceArchive) throws
PSException
(Code)
Returns Service implementation source
updateServicemodule
public
static void updateServicemodule(
ServicemoduleDefType
pServicemoduleDef) throws
PSException
(Code)
Updates servicemodule details on storage
updateStructure
public
static void updateStructure(
StructureDefType
pStructureDef) throws
PSException
(Code)
Updates structure details on storage
updateSystem
public
static void updateSystem(
SystemDefType
pSystemDef) throws
PSException
(Code)
Updates system details on storage
updateTypeTemplateSource
public
static void updateTypeTemplateSource(
String
pTypeTemplateRef,
String
pTypeTemplateSource) throws
PSException
(Code)
Stores given tytpe template source in its place
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
w__ww_.j_av___a__2__s__.___c_o__m___
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.