Modifier and Type | Method and Description |
---|---|
Collection<? extends DisplayableValue<T>> |
RefinedAttributeDefinition.getAllowedValues() |
Collection<? extends DisplayableValue<T>> |
LayerRefinedAttributeDefinition.getAllowedValues() |
Modifier and Type | Class and Description |
---|---|
class |
ModelAuthorizationAction |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DisplayableValue<String>> |
ModelInteractionService.getActionUrls()
Returns a collection of all authorization actions known to the system.
|
List<DisplayableValue<String>> |
RoleSelectionSpecification.getRoleTypes()
Returns null if there is no information about role types that can or cannot be assigned.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleSelectionSpecification.addRoleType(DisplayableValue<String> roleType) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DisplayableValue<String>> |
ModelController.getActionUrls() |
Modifier and Type | Class and Description |
---|---|
class |
DisplayableValueImpl<T> |
Modifier and Type | Method and Description |
---|---|
Collection<? extends DisplayableValue<T>> |
PrismPropertyDefinition.getAllowedValues()
Returns allowed values for this property.
|
Constructor and Description |
---|
PrismPropertyDefinition(QName elementName,
QName typeName,
PrismContext prismContext,
Collection<? extends DisplayableValue<T>> allowedValues,
T defaultValue) |
Modifier and Type | Method and Description |
---|---|
<T> PrismPropertyDefinition<T> |
SchemaDefinitionFactory.createPropertyDefinition(QName elementName,
QName typeName,
ComplexTypeDefinition complexTypeDefinition,
PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation,
com.sun.xml.xsom.XSParticle elementParticle,
Collection<? extends DisplayableValue<T>> allowedValues,
T defaultValue) |
Modifier and Type | Method and Description |
---|---|
<T> PrismPropertyDefinition<T> |
MidPointSchemaDefinitionFactory.createPropertyDefinition(QName elementName,
QName typeName,
ComplexTypeDefinition complexTypeDefinition,
PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation,
com.sun.xml.xsom.XSParticle elementParticle,
Collection<? extends DisplayableValue<T>> allowedValues,
T defaultValue) |
Modifier and Type | Method and Description |
---|---|
static <T> Collection<T> |
MiscUtil.getValuesFromDisplayableValues(Collection<? extends DisplayableValue<T>> disps) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationActionValue |
Modifier and Type | Method and Description |
---|---|
DisplayableValue[] |
PageUrlMapping.getAction() |
Copyright © 2015 evolveum. All rights reserved.