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 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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcommentstatic QNameCOMPLEX_TYPEprotected ExtensionTypeextensionstatic ItemNameF_COMMENTstatic ItemNameF_EXTENSION
-
Constructor Summary
Constructors Constructor Description OperationBusinessContextType()OperationBusinessContextType(OperationBusinessContextType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExtensionTypebeginExtension()OperationBusinessContextTypeclone()OperationBusinessContextTypecomment(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)OperationBusinessContextTypeextension(ExtensionType value)StringgetComment()ExtensionTypegetExtension()inthashCode(StructuredHashCodeStrategy strategy)voidsetComment(String value)voidsetExtension(ExtensionType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
extension
protected ExtensionType extension
-
comment
protected String comment
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXTENSION
public static final ItemName F_EXTENSION
-
F_COMMENT
public static final ItemName F_COMMENT
-
-
Constructor Detail
-
OperationBusinessContextType
public OperationBusinessContextType()
-
OperationBusinessContextType
public OperationBusinessContextType(OperationBusinessContextType other)
-
-
Method Detail
-
getExtension
public ExtensionType getExtension()
-
setExtension
public void setExtension(ExtensionType value)
-
getComment
public String getComment()
-
setComment
public void setComment(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
extension
public OperationBusinessContextType extension(ExtensionType value)
-
beginExtension
public ExtensionType beginExtension()
-
comment
public OperationBusinessContextType comment(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public OperationBusinessContextType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-