| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.context.ContextSelectionCriteria
public final class ContextSelectionCriteria
A set of criteria for selecting a ContextDefinition.
| Method Summary | |
|---|---|
|  Map<String,String> | getContextQualifiers()Returns the list of qualifiers as a map to name, value pair strings. | 
|  String | getName()Returns the name of the context | 
|  String | getNamespaceCode()Returns the namespace of the context. | 
| static 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 | 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 | 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. | 
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject | 
|---|
| afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public static ContextSelectionCriteria newCriteria(String namespaceCode,
                                                   String name,
                                                   Map<String,String> contextQualifiers)
namespaceCode - the namespace of the contextname - the name of the contextcontextQualifiers - a Map of name value pair strings representing the list of qualifiers
 to use as selection criteria.
public static ContextSelectionCriteria newCriteria(String namespaceCode,
                                                   Map<String,String> contextQualifiers)
namespaceCode - the namespace of the contextcontextQualifiers - a Map of name value pair strings representing the list of qualifiers
 to use as selection criteria.public static ContextSelectionCriteria newCriteria(Map<String,String> contextQualifiers)
contextQualifiers - a Map of name value pair strings representing the list of qualifiers
 to use as selection criteria.public String getNamespaceCode()
public String getName()
public Map<String,String> getContextQualifiers()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||