Method Summary |
|
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.EventSubscription | findEventSubscription(java.lang.String pEventSubscriptionName) Looks for the EventSubscription with the given name in this Servicemodule. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Message | findMessage(java.lang.String pMessageName) Looks for the Message with the given name in this Servicemodule. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Service | findService(java.lang.String pServiceName) Looks for the Service with the given name in this Servicemodule. |
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Structure | findStructure(java.lang.String pStructureName) Looks for the Structure with the given name in this Servicemodule. |
public java.util.Collection | getCombinedTypes() Returns list of DataTypes, Structures and Messages used in the Servicemodule. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.EventSubscription | getEventSubscription(java.lang.String pEventSubscriptionName) Looks for the EventSubscription with the given name in this Servicemodule. |
public java.util.Collection | getEventSubscriptions() Returns the value of reference eventSubscriptions. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Message | getMessage(java.lang.String pMessageName) Looks for the Message with the given name in this Servicemodule. |
public java.util.Collection | getMessages() Returns the value of reference messages. |
public java.util.Collection | getReferencedDataDictionaries() Returns read-only collection of referenced datadictionaries. |
public java.util.Collection | getReferencedServicemodules() Returns read only collection of Servicemodules referenced from this one. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Service | getService(java.lang.String pServiceName) Looks for the Service with the given name in this Servicemodule. |
public java.util.Collection | getServicemoduleStructuresDiagrams() Returns the value of reference servicemoduleStructuresDiagrams. |
public java.util.Collection | getServices() Returns the value of reference services. |
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Structure | getStructure(java.lang.String pStructureName) Looks for the Structure with the given name in this Servicemodule. |
public java.util.Collection | getStructures() Returns the value of reference structures. |
public java.util.List | getStructuresInDependencyOrder() Returns ordered collection of of Structures owned by this Servicemodule
in the dependency order. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System | getSystem() Returns the value of reference system. |
public void | setSystem(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System newValue) Sets the value of reference system. |