Package com.documentum.fc.client
Interface IDfLocalModuleRegistry
- All Superinterfaces:
IDfModuleRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetAspectDescriptor
(String aspectName) Gets the meta data for the Aspect mapped to the aspect name, if found.Get a list of all Aspects available .getModuleDescriptor
(String moduleName) Gets the meta data for the service mapped to the service name, if found.Get a list of all modules available.getTboDescriptor
(String typeName) Gets the meta data for the Type Based Business Objects mapped to the type name, if found.Get a list of all Type Based Business Objects (TBO) available.Methods inherited from interface com.documentum.fc.client.IDfModuleRegistry
list
-
Method Details
-
getModuleDescriptors
Get a list of all modules available. This method will return a list of all services registered in the repository and all services registered in dbor.properties- Returns:
- IDfEnumeration of
IDfModuleDescriptor
- Throws:
DfException
-
getModuleDescriptor
Gets the meta data for the service mapped to the service name, if found.- Parameters:
moduleName
- A String that represents the module name- Returns:
- IDfBusinessObjectMetaData meta data for the module requested
- Throws:
DfException
- ifserviceName
cannot be located or, the business object found is not a service
-
getTboDescriptors
Get a list of all Type Based Business Objects (TBO) available. This method will return a list of all TBOs registered in the repository and all TBOs registered in dbor.properties- Returns:
- IDfEnumeration of
IDfModuleDescriptor
- Throws:
DfServiceException
DfException
-
getTboDescriptor
Gets the meta data for the Type Based Business Objects mapped to the type name, if found.- Parameters:
typeName
- A String that represents the Type Based Business Objects name- Returns:
- IDfBusinessObjectMetaData meta data for the TBO requested
- Throws:
DfException
- iftypeName
cannot be located or, the business object found is not a TBO
-
getAspectDescriptors
Get a list of all Aspects available .- Returns:
- IDfEnumeration of
IDfModuleDescriptor
- Throws:
DfServiceException
DfException
-
getAspectDescriptor
Gets the meta data for the Aspect mapped to the aspect name, if found.- Parameters:
aspectName
- A String that represents the Aspect name- Returns:
- IDfBusinessObjectMetaData meta data for the Aspect requested
- Throws:
DfException
- ifaspectName
cannot be located or, the business object found is not a TBO
-