|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextDefinition | |
---|---|
org.kuali.rice.krms.api.repository | Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krms.api.repository.context | Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krms.impl.provider.repository | |
org.kuali.rice.krms.impl.repository |
Uses of ContextDefinition in org.kuali.rice.krms.api.repository |
---|
Methods in org.kuali.rice.krms.api.repository that return ContextDefinition | |
---|---|
ContextDefinition |
RuleRepositoryService.selectContext(ContextSelectionCriteria contextSelectionCriteria)
Locates a ContextDefinition based on the given map of context qualifiers. |
Uses of ContextDefinition in org.kuali.rice.krms.api.repository.context |
---|
Methods in org.kuali.rice.krms.api.repository.context that return ContextDefinition | |
---|---|
ContextDefinition |
ContextDefinition.Builder.build()
|
Uses of ContextDefinition in org.kuali.rice.krms.impl.provider.repository |
---|
Methods in org.kuali.rice.krms.impl.provider.repository with parameters of type ContextDefinition | |
---|---|
protected Context |
RuleRepositoryContextProvider.loadContextFromDefinition(ContextDefinition contextDefinition)
|
Context |
RepositoryToEngineTranslator.translateContextDefinition(ContextDefinition contextDefinition)
|
Context |
RepositoryToEngineTranslatorImpl.translateContextDefinition(ContextDefinition contextDefinition)
|
Uses of ContextDefinition in org.kuali.rice.krms.impl.repository |
---|
Methods in org.kuali.rice.krms.impl.repository that return ContextDefinition | |
---|---|
ContextDefinition |
ContextBoService.createContext(ContextDefinition context)
This will create a ContextDefinition exactly like the parameter passed in. |
ContextDefinition |
ContextBoServiceImpl.createContext(ContextDefinition context)
This method will create a ContextDefinition as described
by the parameter passed in. |
ContextDefinition |
ContextBoService.getContextByContextId(String contextId)
Retrieves an Context from the repository based on the given context id. |
ContextDefinition |
ContextBoServiceImpl.getContextByContextId(String contextId)
This overridden method ... |
ContextDefinition |
ContextBoService.getContextByNameAndNamespace(String name,
String namespace)
Retrieves an Context from the repository based on the provided context name and namespace. |
ContextDefinition |
ContextBoServiceImpl.getContextByNameAndNamespace(String name,
String namespace)
This overridden method ... |
ContextDefinition |
RuleRepositoryServiceImpl.selectContext(ContextSelectionCriteria contextSelectionCriteria)
This overridden method ... |
Methods in org.kuali.rice.krms.impl.repository with parameters of type ContextDefinition | |
---|---|
ContextDefinition |
ContextBoService.createContext(ContextDefinition context)
This will create a ContextDefinition exactly like the parameter passed in. |
ContextDefinition |
ContextBoServiceImpl.createContext(ContextDefinition context)
This method will create a ContextDefinition as described
by the parameter passed in. |
void |
ContextBoService.updateContext(ContextDefinition context)
This will update an existing ContextDefinition . |
void |
ContextBoServiceImpl.updateContext(ContextDefinition context)
This method updates an existing Context in the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |