public final class ContextBoServiceImpl extends Object implements ContextBoService
| Constructor and Description |
|---|
ContextBoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition |
createContext(ContextDefinition context)
This method will create a
ContextDefinition as described
by the parameter passed in. |
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 method updates an existing Context in the repository.
|
public ContextBoServiceImpl()
public ContextDefinition createContext(ContextDefinition context)
ContextDefinition as described
by the parameter passed in.createContext in interface ContextBoServicecontext - The Context to createContextBoService.createContext(org.kuali.rice.krms.api.repository.context.ContextDefinition)public void updateContext(ContextDefinition context)
updateContext in interface ContextBoServicecontext - The Context to updatepublic ContextDefinition getContextByContextId(String contextId)
getContextByContextId in interface ContextBoServicecontextId - the id of the Context to retrieveContextDefinition identified by the given contextId.
A null reference is returned if an invalid or non-existent id is supplied.public ContextDefinition getContextByNameAndNamespace(String name, String namespace)
getContextByNameAndNamespace in interface ContextBoServicename - the name of the Context to retrieve.namespace - the namespace that the context is under.ContextDefinition identified by the given name and namespace.
A null reference is returned if an invalid or non-existent name and
namespace combination is supplied.public void setBusinessObjectService(BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.