public final class ContextSelectionCriteria extends AbstractDataTransferObject
ContextDefinition
.Modifier and Type | Method and Description |
---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
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 Map<String,String> getContextQualifiers()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.