public class ContextBoServiceImpl extends Object implements ContextBoService
| Constructor and Description |
|---|
ContextBoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krms.api.repository.context.ContextDefinition |
createContext(org.kuali.rice.krms.api.repository.context.ContextDefinition context)
This method will create a
ContextDefinition as described
by the parameter passed in. |
org.kuali.rice.krms.api.repository.context.ContextDefinition |
getContextByContextId(String contextId)
Retrieves an Context from the repository based on the given context id.
|
org.kuali.rice.krms.api.repository.context.ContextDefinition |
getContextByNameAndNamespace(String name,
String namespace)
Retrieves an Context from the repository based on the provided context name
and namespace.
|
void |
setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
Sets the dataObjectService attribute value.
|
org.kuali.rice.krms.api.repository.context.ContextDefinition |
updateContext(org.kuali.rice.krms.api.repository.context.ContextDefinition context)
This method updates an existing Context in the repository.
|
public ContextBoServiceImpl()
public org.kuali.rice.krms.api.repository.context.ContextDefinition createContext(org.kuali.rice.krms.api.repository.context.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 org.kuali.rice.krms.api.repository.context.ContextDefinition updateContext(org.kuali.rice.krms.api.repository.context.ContextDefinition context)
updateContext in interface ContextBoServicecontext - The Context to updatepublic org.kuali.rice.krms.api.repository.context.ContextDefinition getContextByContextId(String contextId)
ContextBoServicegetContextByContextId 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 org.kuali.rice.krms.api.repository.context.ContextDefinition getContextByNameAndNamespace(String name, String namespace)
ContextBoServicegetContextByNameAndNamespace 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 setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
dataObjectService - The dataObjectService to set.Copyright © 2005–2017 The Kuali Foundation. All rights reserved.