| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
Copyright 2005-2016 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-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition |
RuleManagementService.createContext(ContextDefinition contextDefinition)
Create Context
|
ContextDefinition |
RuleManagementService.findCreateContext(ContextDefinition contextDefinition)
find Create Context
Searches for an existing context with the same name and namespace and returns it
otherwise it creates the context.
|
ContextDefinition |
RuleManagementService.getContext(String id)
Retrieve Context for the specified id
|
ContextDefinition |
RuleManagementService.getContextByNameAndNamespace(String name,
String namespace)
Retrieves an Context from the repository based on the provided context
name and namespace.
|
ContextDefinition |
RuleRepositoryService.selectContext(ContextSelectionCriteria contextSelectionCriteria)
Locates a ContextDefinition based on the given map of context qualifiers.
|
ContextDefinition |
RuleManagementService.selectContext(ContextSelectionCriteria contextSelectionCriteria)
Locates a ContextDefinition based on the given map of context qualifiers.
|
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition |
RuleManagementService.createContext(ContextDefinition contextDefinition)
Create Context
|
ContextDefinition |
RuleManagementService.findCreateContext(ContextDefinition contextDefinition)
find Create Context
Searches for an existing context with the same name and namespace and returns it
otherwise it creates the context.
|
void |
RuleManagementService.updateContext(ContextDefinition contextDefinition)
Update the Context specified by the identifier in the input DTO
|
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition |
ContextDefinition.Builder.build() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.