| 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 |
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 |
|---|---|
static ContextSelectionCriteria |
ContextSelectionCriteria.newCriteria(Map<String,String> contextQualifiers)
Factory method returns a new context selection criteria object with the contextQualifiers property
set to the parameter provided.
|
static ContextSelectionCriteria |
ContextSelectionCriteria.newCriteria(String namespaceCode,
Map<String,String> contextQualifiers)
Factory method returns a new context selection criteria object with the namespace and contextQualifiers fields
set to the parameters provided.
|
static ContextSelectionCriteria |
ContextSelectionCriteria.newCriteria(String namespaceCode,
String name,
Map<String,String> contextQualifiers)
Factory method returns a new context selection criteria object with the fields set to
the parameters provided.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.