org.kuali.rice.kew.framework
Class KewFrameworkServiceLocator
java.lang.Object
org.kuali.rice.kew.framework.KewFrameworkServiceLocator
public class KewFrameworkServiceLocator
- extends Object
A static service locator which aids in locating the various KEW framework services.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOCUMENT_SEARCH_CUSTOMIZATION_HANDLER_SERVICE
public static final String DOCUMENT_SEARCH_CUSTOMIZATION_HANDLER_SERVICE
- See Also:
- Constant Field Values
DOCUMENT_SECURITY_HANDLER_SERVICE
public static final String DOCUMENT_SECURITY_HANDLER_SERVICE
- See Also:
- Constant Field Values
RULE_VALIDATION_ATTRIBUTE_EXPORTER_SERVICE
public static final String RULE_VALIDATION_ATTRIBUTE_EXPORTER_SERVICE
- See Also:
- Constant Field Values
ACTION_LIST_CUSTOMIZATION_HANDLER_SERVICE
public static final String ACTION_LIST_CUSTOMIZATION_HANDLER_SERVICE
- See Also:
- Constant Field Values
WORKFLOW_RULE_ATTRIBUTE_HANDLER_SERVICE
public static final String WORKFLOW_RULE_ATTRIBUTE_HANDLER_SERVICE
- See Also:
- Constant Field Values
KewFrameworkServiceLocator
public KewFrameworkServiceLocator()
getDocumentSearchCustomizationHandlerService
public static DocumentSearchCustomizationHandlerService getDocumentSearchCustomizationHandlerService()
getDocumentSearchCustomizationHandlerService
public static DocumentSearchCustomizationHandlerService getDocumentSearchCustomizationHandlerService(String applicationId)
getDocumentSecurityHandlerService
public static DocumentSecurityHandlerService getDocumentSecurityHandlerService()
getDocumentSecurityHandlerService
public static DocumentSecurityHandlerService getDocumentSecurityHandlerService(String applicationId)
getRuleValidationAttributeExporterService
public static RuleValidationAttributeExporterService getRuleValidationAttributeExporterService()
getRuleValidationAttributeExporterService
public static RuleValidationAttributeExporterService getRuleValidationAttributeExporterService(String applicationId)
getWorkflowRuleAttributeHandlerService
public static WorkflowRuleAttributeHandlerService getWorkflowRuleAttributeHandlerService()
getWorkflowRuleAttributeHandlerService
public static WorkflowRuleAttributeHandlerService getWorkflowRuleAttributeHandlerService(String applicationId)
getActionListCustomizationHandlerService
public static ActionListCustomizationHandlerService getActionListCustomizationHandlerService(String applicationId)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.