Uses of Interface
com.evolveum.midpoint.util.DisplayableValue
- 
- 
Uses of DisplayableValue in com.evolveum.midpoint.common.refineryMethods 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.apiClasses in com.evolveum.midpoint.model.api that implement DisplayableValue Modifier and Type Class Description classModelAuthorizationActionMethods 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.prismMethods 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.delegMethods 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.processorMethod 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.utilMethod 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)
 
-