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
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.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.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.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)
-