Name | ContextBo | |
---|---|---|
Version | ||
Included Services | ||
Java Package | org.kuali.rice.krms.impl.repository |
Method | createContext | ||
---|---|---|---|
Description | This will create a {@link ContextDefinition} exactly like the parameter passed in. | ||
Parameters | ContextDefinition | context | The Context to create |
Return | ContextDefinition | ??? | |
Errors | NONE | No Errors |
Method | updateContext | ||
---|---|---|---|
Description | This will update an existing {@link ContextDefinition}. | ||
Parameters | ContextDefinition | context | The Context to update |
Return | void | ??? | |
Errors | NONE | No Errors |
Method | getContextByContextId | ||
---|---|---|---|
Description | Retrieves an Context from the repository based on the given context id. | ||
Parameters | String | contextId | the id of the Context to retrieve |
Return | ContextDefinition | an {@link ContextDefinition} identified by the given contextId. A null reference is returned if an invalid or non-existent id is supplied. |
|
Errors | NONE | No Errors |
Method | getContextByNameAndNamespace | ||
---|---|---|---|
Description | Retrieves an Context from the repository based on the provided context name and namespace. |
||
Parameters | String | name | the name of the Context to retrieve. |
String | namespace | the namespace that the context is under. | |
Return | ContextDefinition | an {@link 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. |
|
Errors | NONE | No Errors |