org.kuali.rice.kew.api
Class KewApiServiceLocator
java.lang.Object
org.kuali.rice.kew.api.KewApiServiceLocator
public class KewApiServiceLocator
- extends Object
A static service locator which aids in locating the various services that
form the Kuali Service Bus API.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WORKFLOW_DOCUMENT_ACTIONS_SERVICE
public static final String WORKFLOW_DOCUMENT_ACTIONS_SERVICE
- See Also:
- Constant Field Values
WORKFLOW_DOCUMENT_SERVICE
public static final String WORKFLOW_DOCUMENT_SERVICE
- See Also:
- Constant Field Values
DOCUMENT_TYPE_SERVICE
public static final String DOCUMENT_TYPE_SERVICE
- See Also:
- Constant Field Values
NOTE_SERVICE
public static final String NOTE_SERVICE
- See Also:
- Constant Field Values
KewApiServiceLocator
public KewApiServiceLocator()
getService
static <T> T getService(String serviceName)
getWorkflowDocumentActionsService
public static WorkflowDocumentActionsService getWorkflowDocumentActionsService()
getWorkflowDocumentService
public static WorkflowDocumentService getWorkflowDocumentService()
getDocumentTypeService
public static DocumentTypeService getDocumentTypeService()
getNoteService
public static NoteService getNoteService()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.