Package com.documentum.fc.client
Interface IDfModuleFilter
public interface IDfModuleFilter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(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:
true
ifmoduleDescriptor
should be included
-