Class InternalOperationRecordType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.InternalOperationRecordType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class InternalOperationRecordType extends ItemRelatedRecordType
Information about a midPoint internal operation.- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ASYNCHRONOUS_OPERATION_REFERENCE
static ItemName
F_CONTEXT
static ItemName
F_CPU_MICROSECONDS
static ItemName
F_END
static ItemName
F_IMPORTANCE
static ItemName
F_INVOCATION_ID
static ItemName
F_MESSAGE
static ItemName
F_MESSAGE_CODE
static ItemName
F_MICROSECONDS
static ItemName
F_OPERATION
static ItemName
F_OPERATION_KIND
static ItemName
F_PARAMS
static ItemName
F_PARENT
static ItemName
F_QUALIFIERS
static ItemName
F_RETURNS
static ItemName
F_START
static ItemName
F_STATUS
static ItemName
F_TOKEN
static Producer<InternalOperationRecordType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
F_BUCKET_SEQUENTIAL_NUMBER, F_ITEM_NAME, F_ITEM_OID, F_ITEM_SEQUENTIAL_NUMBER
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description InternalOperationRecordType()
InternalOperationRecordType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
getBucketSequentialNumber, getItemName, getItemOid, getItemSequentialNumber, setBucketSequentialNumber, setItemName, setItemOid, setItemSequentialNumber
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OPERATION
public static final ItemName F_OPERATION
-
F_QUALIFIERS
public static final ItemName F_QUALIFIERS
-
F_OPERATION_KIND
public static final ItemName F_OPERATION_KIND
-
F_STATUS
public static final ItemName F_STATUS
-
F_IMPORTANCE
public static final ItemName F_IMPORTANCE
-
F_ASYNCHRONOUS_OPERATION_REFERENCE
public static final ItemName F_ASYNCHRONOUS_OPERATION_REFERENCE
-
F_START
public static final ItemName F_START
-
F_END
public static final ItemName F_END
-
F_MICROSECONDS
public static final ItemName F_MICROSECONDS
-
F_CPU_MICROSECONDS
public static final ItemName F_CPU_MICROSECONDS
-
F_INVOCATION_ID
public static final ItemName F_INVOCATION_ID
-
F_PARAMS
public static final ItemName F_PARAMS
-
F_CONTEXT
public static final ItemName F_CONTEXT
-
F_RETURNS
public static final ItemName F_RETURNS
-
F_TOKEN
public static final ItemName F_TOKEN
-
F_MESSAGE_CODE
public static final ItemName F_MESSAGE_CODE
-
F_MESSAGE
public static final ItemName F_MESSAGE
-
F_PARENT
public static final ItemName F_PARENT
-
FACTORY
public static final Producer<InternalOperationRecordType> FACTORY
-
-
Constructor Detail
-
InternalOperationRecordType
public InternalOperationRecordType()
-
InternalOperationRecordType
@Deprecated public InternalOperationRecordType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOperation
public String getOperation()
-
setOperation
public void setOperation(String value)
-
getQualifiers
public String getQualifiers()
-
setQualifiers
public void setQualifiers(String value)
-
getOperationKind
public OperationKindType getOperationKind()
-
setOperationKind
public void setOperationKind(OperationKindType value)
-
getStatus
public OperationResultStatusType getStatus()
-
setStatus
public void setStatus(OperationResultStatusType value)
-
getImportance
public OperationResultImportanceType getImportance()
-
setImportance
public void setImportance(OperationResultImportanceType value)
-
getAsynchronousOperationReference
public String getAsynchronousOperationReference()
-
setAsynchronousOperationReference
public void setAsynchronousOperationReference(String value)
-
getStart
public XMLGregorianCalendar getStart()
-
setStart
public void setStart(XMLGregorianCalendar value)
-
getEnd
public XMLGregorianCalendar getEnd()
-
setEnd
public void setEnd(XMLGregorianCalendar value)
-
getMicroseconds
public Long getMicroseconds()
-
setMicroseconds
public void setMicroseconds(Long value)
-
getCpuMicroseconds
public Long getCpuMicroseconds()
-
setCpuMicroseconds
public void setCpuMicroseconds(Long value)
-
getInvocationId
public Long getInvocationId()
-
setInvocationId
public void setInvocationId(Long value)
-
getParams
public ParamsType getParams()
-
setParams
public void setParams(ParamsType value)
-
getContext
public ParamsType getContext()
-
setContext
public void setContext(ParamsType value)
-
getReturns
public ParamsType getReturns()
-
setReturns
public void setReturns(ParamsType value)
-
getToken
public Long getToken()
-
setToken
public void setToken(Long value)
-
getMessageCode
public String getMessageCode()
-
setMessageCode
public void setMessageCode(String value)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String value)
-
getParent
public Long getParent()
-
setParent
public void setParent(Long value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classItemRelatedRecordType
-
id
public InternalOperationRecordType id(Long value)
- Overrides:
id
in classItemRelatedRecordType
-
operation
public InternalOperationRecordType operation(String value)
-
qualifiers
public InternalOperationRecordType qualifiers(String value)
-
operationKind
public InternalOperationRecordType operationKind(OperationKindType value)
-
status
public InternalOperationRecordType status(OperationResultStatusType value)
-
importance
public InternalOperationRecordType importance(OperationResultImportanceType value)
-
asynchronousOperationReference
public InternalOperationRecordType asynchronousOperationReference(String value)
-
start
public InternalOperationRecordType start(XMLGregorianCalendar value)
-
start
public InternalOperationRecordType start(String value)
-
end
public InternalOperationRecordType end(XMLGregorianCalendar value)
-
end
public InternalOperationRecordType end(String value)
-
microseconds
public InternalOperationRecordType microseconds(Long value)
-
cpuMicroseconds
public InternalOperationRecordType cpuMicroseconds(Long value)
-
invocationId
public InternalOperationRecordType invocationId(Long value)
-
params
public InternalOperationRecordType params(ParamsType value)
-
beginParams
public ParamsType beginParams()
-
context
public InternalOperationRecordType context(ParamsType value)
-
beginContext
public ParamsType beginContext()
-
returns
public InternalOperationRecordType returns(ParamsType value)
-
beginReturns
public ParamsType beginReturns()
-
token
public InternalOperationRecordType token(Long value)
-
messageCode
public InternalOperationRecordType messageCode(String value)
-
message
public InternalOperationRecordType message(String value)
-
parent
public InternalOperationRecordType parent(Long value)
-
itemSequentialNumber
public InternalOperationRecordType itemSequentialNumber(Integer value)
- Overrides:
itemSequentialNumber
in classItemRelatedRecordType
-
itemName
public InternalOperationRecordType itemName(String value)
- Overrides:
itemName
in classItemRelatedRecordType
-
itemOid
public InternalOperationRecordType itemOid(String value)
- Overrides:
itemOid
in classItemRelatedRecordType
-
bucketSequentialNumber
public InternalOperationRecordType bucketSequentialNumber(Integer value)
- Overrides:
bucketSequentialNumber
in classItemRelatedRecordType
-
end
public <X> X end()
- Overrides:
end
in classItemRelatedRecordType
-
clone
public InternalOperationRecordType clone()
- Overrides:
clone
in classItemRelatedRecordType
-
-