public interface IDfLocalModuleRegistry extends IDfModuleRegistry
Modifier and Type | Method and Description |
---|---|
IDfModuleDescriptor |
getAspectDescriptor(java.lang.String aspectName)
Gets the meta data for the Aspect mapped to the aspect name, if found.
|
IDfEnumeration |
getAspectDescriptors()
Get a list of all Aspects available .
|
IDfModuleDescriptor |
getModuleDescriptor(java.lang.String moduleName)
Gets the meta data for the service mapped to the service name, if found.
|
IDfEnumeration |
getModuleDescriptors()
Get a list of all modules available.
|
IDfModuleDescriptor |
getTboDescriptor(java.lang.String typeName)
Gets the meta data for the Type Based Business Objects mapped to the type name, if found.
|
IDfEnumeration |
getTboDescriptors()
Get a list of all Type Based Business Objects (TBO) available.
|
list
IDfEnumeration getModuleDescriptors() throws DfException
IDfModuleDescriptor
DfException
IDfModuleDescriptor getModuleDescriptor(java.lang.String moduleName) throws DfException
moduleName
- A String that represents the module nameDfException
- if serviceName
cannot be located or, the business object found is not a serviceIDfEnumeration getTboDescriptors() throws DfException
IDfModuleDescriptor
DfServiceException
DfException
IDfModuleDescriptor getTboDescriptor(java.lang.String typeName) throws DfException
typeName
- A String that represents the Type Based Business Objects nameDfException
- if typeName
cannot be located or, the business object found is not a TBOIDfEnumeration getAspectDescriptors() throws DfException
IDfModuleDescriptor
DfServiceException
DfException
IDfModuleDescriptor getAspectDescriptor(java.lang.String aspectName) throws DfException
aspectName
- A String that represents the Aspect nameDfException
- if aspectName
cannot be located or, the business object found is not a TBOCopyright 1994-2023 OpenText Corporation. All rights reserved.