Uses of Enum Class
org.kuali.rice.kew.framework.document.search.DocumentSearchCustomization
Packages that use DocumentSearchCustomization
-
Uses of DocumentSearchCustomization in org.kuali.rice.kew.framework.document.search
Methods in org.kuali.rice.kew.framework.document.search that return DocumentSearchCustomizationModifier and TypeMethodDescriptionstatic DocumentSearchCustomizationReturns the enum constant of this class with the specified name.static DocumentSearchCustomization[]DocumentSearchCustomization.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.kew.framework.document.search that return types with arguments of type DocumentSearchCustomizationModifier and TypeMethodDescriptionDocumentSearchCustomizationHandlerService.getEnabledCustomizations(String documentTypeName, String customizerName) Returns the set of customizations that are enabled and should be executed for theDocumentSearchCustomizerwith the given customizer name.