Package com.documentum.fc.client
Interface IDfModuleFilter
public interface IDfModuleFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(IDfModuleDescriptor moduleDescriptor) Tests whether or not the specified business object should be included in the IDfModuleRegistry.list results.
-
Method Details
-
accept
Tests whether or not the specified business object should be included in the IDfModuleRegistry.list results.- Parameters:
moduleDescriptor- The business object to be tested- Returns:
trueifmoduleDescriptorshould be included
-