Package com.evolveum.midpoint.prism
Interface PrismItemValuesDefinition<T>
- All Known Subinterfaces:
- NativeShadowSimpleAttributeDefinition<T>,- PrismItemValuesDefinition.Delegable<T>,- PrismPropertyDefinition<T>,- PrismPropertyWrapper<T>,- PropertyDefinitionDelegator<T>,- ResourceAttributeDefinitionDelegator<T>,- ResourceAttributeWrapper<T>,- ShadowSimpleAttributeDefinition<T>
- All Known Implementing Classes:
- AuthenticationAttemptWrapper,- ExpressionWrapper,- NativeShadowAttributeDefinitionImpl,- NormalizationAwareResourceAttributeDefinition,- PrismItemValuesDefinition.Data,- PrismPropertyWrapperImpl,- ProtectedStringTypeWrapperImpl,- ResourceAttributeWrapperImpl,- ShadowSimpleAttributeDefinitionImpl
public interface PrismItemValuesDefinition<T>
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescription@Nullable Collection<? extends DisplayableValue<T>>Returns allowed values for this property.@Nullable Collection<? extends DisplayableValue<T>>Returns suggested values for this property.@Nullable PrismReferenceValue
- 
Method Details- 
getAllowedValuesReturns allowed values for this property.
- 
getSuggestedValuesReturns suggested values for this property.
- 
defaultValue
- 
getValueEnumerationRef
 
-