|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krms.impl.repository.ContextRepositoryServiceImpl
public final class ContextRepositoryServiceImpl
Constructor Summary | |
---|---|
ContextRepositoryServiceImpl()
|
Method Summary | |
---|---|
void |
createContext(ContextDefinition context)
This overridden method ... |
ContextDefinition |
getContextByContextId(String contextId)
This overridden method ... |
ContextDefinition |
getContextByNameAndNamespace(String name,
String namespace)
This overridden method ... |
void |
setBusinessObjectService(BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
updateContext(ContextDefinition context)
This overridden method ... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextRepositoryServiceImpl()
Method Detail |
---|
public void createContext(ContextDefinition context)
createContext
in interface ContextRepositoryService
ContextRepositoryService.createContext(org.kuali.rice.krms.api.repository.ContextDefinition)
public void updateContext(ContextDefinition context)
updateContext
in interface ContextRepositoryService
ContextRepositoryService.updateContext(org.kuali.rice.krms.api.repository.ContextDefinition)
public ContextDefinition getContextByContextId(String contextId)
getContextByContextId
in interface ContextRepositoryService
org.kuali.rice.krms.impl.repository.ContextRepositoryService#getContextsByRuleId(java.lang.String)
public ContextDefinition getContextByNameAndNamespace(String name, String namespace)
getContextByNameAndNamespace
in interface ContextRepositoryService
ContextRepositoryService.getContextByNameAndNamespace(java.lang.String, java.lang.String)
public void setBusinessObjectService(BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |