Interface IDfModuleFilter


public interface IDfModuleFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(IDfModuleDescriptor moduleDescriptor)
    Tests whether or not the specified business object should be included in the IDfModuleRegistry.list results.
  • Method Details

    • accept

      boolean accept(IDfModuleDescriptor moduleDescriptor)
      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 if moduleDescriptor should be included