Uses of Interface
com.evolveum.midpoint.util.DisplayableValue
-
-
Uses of DisplayableValue in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type DisplayableValue Modifier and Type Method Description Collection<? extends DisplayableValue<T>>
LayerRefinedAttributeDefinitionImpl. getAllowedValues()
Collection<? extends DisplayableValue<T>>
RefinedAttributeDefinitionImpl. getAllowedValues()
-
Uses of DisplayableValue in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api that implement DisplayableValue Modifier and Type Class Description class
ModelAuthorizationAction
Represents a model-level action (method) that can be authorized.Methods in com.evolveum.midpoint.model.api that return types with arguments of type DisplayableValue Modifier and Type Method Description Collection<? extends DisplayableValue<String>>
ModelInteractionService. getActionUrls()
Returns a collection of all authorization actions known to the system. -
Uses of DisplayableValue in com.evolveum.midpoint.model.impl.controller
Classes in com.evolveum.midpoint.model.impl.controller that implement DisplayableValue Modifier and Type Class Description class
RoleSelectionSpecEntry
Methods in com.evolveum.midpoint.model.impl.controller that return types with arguments of type DisplayableValue Modifier and Type Method Description Collection<? extends DisplayableValue<String>>
ModelInteractionServiceImpl. getActionUrls()
-
Uses of DisplayableValue in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return types with arguments of type DisplayableValue Modifier and Type Method Description Collection<? extends DisplayableValue<T>>
PrismPropertyDefinition. getAllowedValues()
Method parameters in com.evolveum.midpoint.prism with type arguments of type DisplayableValue Modifier and Type Method Description <T> PrismPropertyDefinition<T>
DefinitionFactory. createPropertyDefinition(QName name, QName typeName, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue)
-
Uses of DisplayableValue in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type DisplayableValue Modifier and Type Method Description default Collection<? extends DisplayableValue<T>>
PropertyDefinitionDelegator. getAllowedValues()
-
Uses of DisplayableValue in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement DisplayableValue Modifier and Type Class Description class
DisplayableValueImpl<T>
Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type DisplayableValue Modifier and Type Method Description Collection<? extends DisplayableValue<T>>
PrismPropertyDefinitionImpl. getAllowedValues()
Returns allowed values for this property.Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type DisplayableValue Modifier and Type Method Description <T> MutablePrismPropertyDefinition<T>
DefinitionFactoryImpl. createPropertyDefinition(QName name, QName typeName, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue)
Constructor parameters in com.evolveum.midpoint.prism.impl with type arguments of type DisplayableValue Constructor Description PrismPropertyDefinitionImpl(QName elementName, QName typeName, PrismContext prismContext, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue)
PrismPropertyDefinitionImpl(QName elementName, QName typeName, PrismContext prismContext, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue, QName definedInType)
-
Uses of DisplayableValue in com.evolveum.midpoint.prism.impl.schema
Method parameters in com.evolveum.midpoint.prism.impl.schema with type arguments of type DisplayableValue Modifier and Type Method Description <T> MutablePrismPropertyDefinition<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)
-
Uses of DisplayableValue in com.evolveum.midpoint.schema.processor
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type DisplayableValue Modifier and Type Method Description <T> MutablePrismPropertyDefinition<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)
-
Uses of DisplayableValue in com.evolveum.midpoint.security.api
Classes in com.evolveum.midpoint.security.api that implement DisplayableValue Modifier and Type Class Description class
RestAuthorizationAction
Represents a REST action (method) that can be authorized. -
Uses of DisplayableValue in com.evolveum.midpoint.util
Method parameters in com.evolveum.midpoint.util with type arguments of type DisplayableValue Modifier and Type Method Description static <T> Collection<T>
MiscUtil. getValuesFromDisplayableValues(Collection<? extends DisplayableValue<T>> disps)
-