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.Any
Nested 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
Modifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<ItemRefinedDefinitionType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
deprecated
(Boolean value) description
(String value) displayName
(String value) displayOrder
(Integer value) documentation
(String value) emphasized
(Boolean value) <X> X
end()
boolean
experimental
(Boolean value) getHelp()
getRef()
intolerantValuePattern
(String value) lifecycleState
(String value) matchingRule
(QName value) persistence
(ItemPersistenceType value) ref
(ItemPathType value) void
void
void
setDeprecated
(Boolean value) void
setDescription
(String value) void
setDisplayName
(String value) void
setDisplayOrder
(Integer value) void
setDocumentation
(String value) void
setEmphasized
(Boolean value) void
setExperimental
(Boolean value) void
void
setLifecycleState
(String value) void
setMatchingRule
(QName value) void
void
setRef
(ItemPathType value) void
setTolerant
(Boolean value) void
void
tolerantValuePattern
(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, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods 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_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
-
isEmphasized
-
getEmphasized
-
setEmphasized
-
isDeprecated
-
getDeprecated
-
setDeprecated
-
isExperimental
-
getExperimental
-
setExperimental
-
getValidation
-
setValidation
-
getPersistence
-
setPersistence
-
getCorrelator
-
setCorrelator
-
equals
- Overrides:
equals
in 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
-
emphasized
-
deprecated
-
experimental
-
validation
-
beginValidation
-
persistence
-
correlator
-
beginCorrelator
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-