Class ItemRefinedDefinitionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRefinedDefinitionType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
- Direct Known Subclasses:
MetadataItemDefinitionType,ObjectTemplateItemDefinitionType,ResourceItemDefinitionType
public class ItemRefinedDefinitionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Description of the common item handling details, such as display name,
read/write access and value and synchronization expressions.
These are the parts that are common to both attributes and associations.
This is supposed to be used in schemaHandling part and therefore
describe the decisions of the system administrator about the
way how that attribute or association is used in midPoint.
Used also in object template item definitions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ItemRefinedDefinitionType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()deprecated(Boolean value) description(String value) displayHint(DisplayHintType value) displayName(String value) displayOrder(Integer value) documentation(String value) emphasized(Boolean value) <X> Xend()booleanexperimental(Boolean value) getHelp()getRef()intolerantValuePattern(String value) lifecycleState(String value) matchingRule(QName value) persistence(ItemPersistenceType value) ref(ItemPathType value) voidvoidvoidsetDeprecated(Boolean value) voidsetDescription(String value) voidsetDisplayHint(DisplayHintType value) voidsetDisplayName(String value) voidsetDisplayOrder(Integer value) voidsetDocumentation(String value) voidsetEmphasized(Boolean value) voidsetExperimental(Boolean value) voidvoidsetLifecycleState(String value) voidsetMatchingRule(QName value) voidvoidsetRef(ItemPathType value) voidsetTolerant(Boolean value) voidvoidtolerantValuePattern(String value) validation(FormItemValidationType value) valueEnumerationRef(String oid, QName type) valueEnumerationRef(String oid, QName type, QName relation) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_REF
-
F_DISPLAY_NAME
-
F_HELP
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_LIFECYCLE_STATE
-
F_CHANGE_APPLICATION_MODE
-
F_DISPLAY_ORDER
-
F_LIMITATIONS
-
F_MATCHING_RULE
-
F_VALUE_ENUMERATION_REF
-
F_TOLERANT
-
F_TOLERANT_VALUE_PATTERN
-
F_INTOLERANT_VALUE_PATTERN
-
F_DISPLAY_HINT
-
F_EMPHASIZED
-
F_DEPRECATED
-
F_EXPERIMENTAL
-
F_VALIDATION
-
F_PERSISTENCE
-
F_CORRELATOR
-
FACTORY
-
-
Constructor Details
-
ItemRefinedDefinitionType
public ItemRefinedDefinitionType() -
ItemRefinedDefinitionType
Deprecated.
-
-
Method Details
-
getRef
-
setRef
-
getDisplayName
-
setDisplayName
-
getHelp
-
setHelp
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getLifecycleState
-
setLifecycleState
-
getChangeApplicationMode
-
setChangeApplicationMode
-
getDisplayOrder
-
setDisplayOrder
-
getLimitations
-
createLimitationsList
-
getMatchingRule
-
setMatchingRule
-
getValueEnumerationRef
-
setValueEnumerationRef
-
isTolerant
-
getTolerant
-
setTolerant
-
getTolerantValuePattern
-
getIntolerantValuePattern
-
getDisplayHint
-
setDisplayHint
-
isEmphasized
-
getEmphasized
-
setEmphasized
-
isDeprecated
-
getDeprecated
-
setDeprecated
-
isExperimental
-
getExperimental
-
setExperimental
-
getValidation
-
setValidation
-
getPersistence
-
setPersistence
-
getCorrelator
-
setCorrelator
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
ref
-
displayName
-
help
-
description
-
documentation
-
lifecycleState
-
changeApplicationMode
-
displayOrder
-
limitations
-
beginLimitations
-
matchingRule
-
valueEnumerationRef
-
valueEnumerationRef
-
valueEnumerationRef
-
beginValueEnumerationRef
-
tolerant
-
tolerantValuePattern
-
intolerantValuePattern
-
displayHint
-
emphasized
-
deprecated
-
experimental
-
validation
-
beginValidation
-
persistence
-
correlator
-
beginCorrelator
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-