Package com.documentum.fc.client
Interface IDfModuleRegistry
- All Known Subinterfaces:
IDfGlobalModuleRegistry,IDfLocalModuleRegistry
public interface IDfModuleRegistry
-
Method Summary
Modifier and TypeMethodDescriptionlist(IDfModuleFilter filter) Get a list of all business objects available if they satisfy the filter.
-
Method Details
-
list
Get a list of all business objects available if they satisfy the filter. If the givenfilterisnullthen all business objects are accepted. Otherwise, a business object satisfies the filter if the valuetrueresults when themethod of the filter is invoked on the business object metadata. This method returns a list of all business object registered in the repository and all services registered in dbor.propertiesIDfModuleFilter.accept(com.documentum.fc.client.IDfModuleDescriptor)- Returns:
- IDfEnumeration of
IDfBusinessObjectMetaData - Throws:
DfServiceExceptionDfException
-