public interface ModuleMetaData
MetaDataRegistry
.MetaDataRegistry
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
BOMode |
getBOMode()
Method that returns the BO Mode (BO Eager, BO Lazy) of the SCA module.
|
java.util.Collection<ComponentInfo> |
getComponents()
Method returns a list of
ComponentInfo objects with information
about each component within this SCA module. |
java.util.Collection<ExportInfo> |
getExports()
Method returns a list of
ExportInfo objects with information
about each export within this SCA module. |
java.util.Collection<ImportInfo> |
getImports()
Method returns a list of
ImportInfo objects with information
about each import within this SCA module. |
java.lang.String |
getModuleName()
Method that returns the SCA module name.
|
java.lang.String |
getModuleShortName()
Method that returns the SCA module short name.
|
java.lang.String |
getRootContainerAcronym()
Method returns the root container acronym if the application belongs to a
process application; otherwise
null . |
java.lang.String |
getRootContainerName()
Method returns the root container name if the application belongs to a
process application; otherwise
null . |
java.lang.String |
getRootContainerSnapshotGUID()
Method returns the root container snapshot GUID if the application belongs
to a process application; otherwise
null . |
java.lang.String |
getRootContainerSnapshotName()
Method returns the root container snapshot name if the application belongs
to a process application; otherwise
null . |
java.lang.String |
getRootContainerTrackName()
Method returns the root container track name if the application belongs
to a process application; otherwise
null . |
java.lang.String |
getToolkitAcronym()
Method returns the toolkit acronym if the application belongs to a
process application and the process application contains a toolkit;
otherwise
null . |
java.lang.String |
getToolkitName()
Method returns the name of the toolkit if the application belongs to a
process application and the process application contains a toolkit;
otherwise
null . |
java.lang.String |
getToolkitSnapshotID()
Method returns the toolkit snapshot ID if the application belongs to a
process application and the process application contains a toolkit;
otherwise
null . |
java.lang.String |
getToolkitSnapshotName()
Method returns the toolkit snapshot name if the application belongs to a
process application and the process application contains a toolkit;
otherwise
null . |
static final java.lang.String COPYRIGHT
java.lang.String getModuleName()
java.lang.String getModuleShortName()
BOMode getBOMode()
java.lang.String getRootContainerSnapshotGUID()
null
.null
.java.lang.String getRootContainerName()
null
.null
.java.lang.String getRootContainerAcronym()
null
.null
.java.lang.String getRootContainerSnapshotName()
null
.null
.java.lang.String getRootContainerTrackName()
null
.null
.java.lang.String getToolkitName()
null
.null
.java.lang.String getToolkitAcronym()
null
.null
.java.lang.String getToolkitSnapshotName()
null
.null
.java.lang.String getToolkitSnapshotID()
null
.null
.java.util.Collection<ComponentInfo> getComponents()
ComponentInfo
objects with information
about each component within this SCA module.ComponentInfo
objects with information about each
component within this SCA module.java.util.Collection<ImportInfo> getImports()
ImportInfo
objects with information
about each import within this SCA module.ImportInfo
objects with information about each
import within this SCA module.java.util.Collection<ExportInfo> getExports()
ExportInfo
objects with information
about each export within this SCA module.ExportInfo
objects with information about each
export within this SCA module.