org.kuali.rice.krms.api
Class KrmsApiServiceLocator
java.lang.Object
org.kuali.rice.krms.api.KrmsApiServiceLocator
public class KrmsApiServiceLocator
- extends Object
A static service locator which aids in locating the various remotable services that form the Kuali Rule Management System API.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENGINE
public static final String ENGINE
- See Also:
- Constant Field Values
RULE_REPOSITORY_SERVICE
public static final QName RULE_REPOSITORY_SERVICE
KRMS_TYPE_REPOSITORY_SERVICE
public static final QName KRMS_TYPE_REPOSITORY_SERVICE
KrmsApiServiceLocator
public KrmsApiServiceLocator()
getEngine
public static Engine getEngine()
getRuleRepositoryService
public static RuleRepositoryService getRuleRepositoryService()
getKrmsTypeRepositoryService
public static KrmsTypeRepositoryService getKrmsTypeRepositoryService()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.