Class PerformerCommentsFormattingType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.PerformerCommentsFormattingType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class PerformerCommentsFormattingType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Instructions how to format approvers/reviewers comments before storing them into metadata.
Normally midPoint stores comments as they were entered by performers. However, each deployment can
tailor these e.g. by including performer name along with the comment.
EXPERIMENTAL
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected ExpressionTypestatic final ItemNamestatic final ItemNameprotected ExpressionType -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()condition(ExpressionType value) booleanequals(Object other, StructuredEqualsStrategy strategy) getValue()inthashCode(StructuredHashCodeStrategy strategy) voidsetCondition(ExpressionType value) voidsetValue(ExpressionType value) value(ExpressionType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
value
-
condition
-
COMPLEX_TYPE
-
F_VALUE
-
F_CONDITION
-
-
Constructor Details
-
PerformerCommentsFormattingType
public PerformerCommentsFormattingType() -
PerformerCommentsFormattingType
-
-
Method Details
-
getValue
-
setValue
-
getCondition
-
setCondition
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
value
-
beginValue
-
condition
-
beginCondition
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-