org.kuali.rice.krms.api
Class KrmsApiServiceLocator

java.lang.Object
  extended by 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)

Field Summary
static String COMPARISON_SERVICE
           
static String ENGINE
           
static QName KRMS_TYPE_REPOSITORY_SERVICE
           
static QName RULE_REPOSITORY_SERVICE
           
 
Constructor Summary
KrmsApiServiceLocator()
           
 
Method Summary
static ComparisonOperatorService getComparisonOperatorService()
          Return the ComparisonOperatorService
static Engine getEngine()
          Return the Engine
static KrmsTypeRepositoryService getKrmsTypeRepositoryService()
          Return the KrmsTypeRepositoryService
static RuleRepositoryService getRuleRepositoryService()
          Return the RuleRepositoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

COMPARISON_SERVICE

public static final String COMPARISON_SERVICE
See Also:
Constant Field Values
Constructor Detail

KrmsApiServiceLocator

public KrmsApiServiceLocator()
Method Detail

getEngine

public static Engine getEngine()
Return the Engine

Returns:
Engine

getRuleRepositoryService

public static RuleRepositoryService getRuleRepositoryService()
Return the RuleRepositoryService

Returns:
RuleRepositoryService

getKrmsTypeRepositoryService

public static KrmsTypeRepositoryService getKrmsTypeRepositoryService()
Return the KrmsTypeRepositoryService

Returns:
KrmsTypeRepositoryService

getComparisonOperatorService

public static ComparisonOperatorService getComparisonOperatorService()
Return the ComparisonOperatorService

Returns:
ComparisonOperatorService


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.