Class OperationBusinessContextType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationBusinessContextType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class OperationBusinessContextType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
The business context of an operation. This structure contains data about the operation that bind it to the
business process or other non-information environment. It contains data such as free-form comment of the
affected user (requester, approver) it may contain references to other business documents that are outside
of the IDM scope (e.g. reference to the support contract or employee contact number), etc.
It is designed for future extensibility.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringstatic final QNameprotected ExtensionTypestatic final ItemNamestatic final ItemName -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) extension(ExtensionType value) inthashCode(StructuredHashCodeStrategy strategy) voidsetComment(String value) voidsetExtension(ExtensionType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
extension
-
comment
-
COMPLEX_TYPE
-
F_EXTENSION
-
F_COMMENT
-
-
Constructor Details
-
OperationBusinessContextType
public OperationBusinessContextType() -
OperationBusinessContextType
-
-
Method Details
-
getExtension
-
setExtension
-
getComment
-
setComment
-
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
-
extension
-
beginExtension
-
comment
-
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
-