public interface IDfModuleRegistry
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
list(IDfModuleFilter filter)
Get a list of all business objects available if they satisfy the filter.
|
IDfEnumeration list(IDfModuleFilter filter) throws DfException
filter
is null
then all
business objects are accepted. Otherwise, a business object satisfies the filter
if the value true
results when the
IDfModuleFilter.accept(com.documentum.fc.client.IDfModuleDescriptor)
method 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.propertiesIDfBusinessObjectMetaData
DfServiceException
DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.