Class ActivityTaskStateOverviewType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityTaskStateOverviewType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ActivityTaskStateOverviewType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
State of the local activity run in an individual task.- 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 BucketsProcessingRoleType
bucketsProcessingRole
static QName
COMPLEX_TYPE
protected ActivityTaskExecutionStateType
executionState
static ItemName
F_BUCKETS_PROCESSING_ROLE
static ItemName
F_EXECUTION_STATE
static ItemName
F_NODE
static ItemName
F_PROGRESS
static ItemName
F_RESULT_STATUS
static ItemName
F_STALLED_SINCE
static ItemName
F_TASK_REF
protected String
node
protected ItemsProgressOverviewType
progress
protected OperationResultStatusType
resultStatus
protected XMLGregorianCalendar
stalledSince
protected ObjectReferenceType
taskRef
-
Constructor Summary
Constructors Constructor Description ActivityTaskStateOverviewType()
ActivityTaskStateOverviewType(ActivityTaskStateOverviewType other)
-
Method Summary
-
-
-
Field Detail
-
taskRef
protected ObjectReferenceType taskRef
-
node
protected String node
-
bucketsProcessingRole
protected BucketsProcessingRoleType bucketsProcessingRole
-
executionState
protected ActivityTaskExecutionStateType executionState
-
stalledSince
protected XMLGregorianCalendar stalledSince
-
progress
protected ItemsProgressOverviewType progress
-
resultStatus
protected OperationResultStatusType resultStatus
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TASK_REF
public static final ItemName F_TASK_REF
-
F_NODE
public static final ItemName F_NODE
-
F_BUCKETS_PROCESSING_ROLE
public static final ItemName F_BUCKETS_PROCESSING_ROLE
-
F_EXECUTION_STATE
public static final ItemName F_EXECUTION_STATE
-
F_STALLED_SINCE
public static final ItemName F_STALLED_SINCE
-
F_PROGRESS
public static final ItemName F_PROGRESS
-
F_RESULT_STATUS
public static final ItemName F_RESULT_STATUS
-
-
Constructor Detail
-
ActivityTaskStateOverviewType
public ActivityTaskStateOverviewType()
-
ActivityTaskStateOverviewType
public ActivityTaskStateOverviewType(ActivityTaskStateOverviewType other)
-
-
Method Detail
-
getTaskRef
public ObjectReferenceType getTaskRef()
-
setTaskRef
public void setTaskRef(ObjectReferenceType value)
-
getNode
public String getNode()
-
setNode
public void setNode(String value)
-
getBucketsProcessingRole
public BucketsProcessingRoleType getBucketsProcessingRole()
-
setBucketsProcessingRole
public void setBucketsProcessingRole(BucketsProcessingRoleType value)
-
getExecutionState
public ActivityTaskExecutionStateType getExecutionState()
-
setExecutionState
public void setExecutionState(ActivityTaskExecutionStateType value)
-
getStalledSince
public XMLGregorianCalendar getStalledSince()
-
setStalledSince
public void setStalledSince(XMLGregorianCalendar value)
-
getProgress
public ItemsProgressOverviewType getProgress()
-
setProgress
public void setProgress(ItemsProgressOverviewType value)
-
getResultStatus
public OperationResultStatusType getResultStatus()
-
setResultStatus
public void setResultStatus(OperationResultStatusType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
taskRef
public ActivityTaskStateOverviewType taskRef(ObjectReferenceType value)
-
taskRef
public ActivityTaskStateOverviewType taskRef(String oid, QName type)
-
taskRef
public ActivityTaskStateOverviewType taskRef(String oid, QName type, QName relation)
-
beginTaskRef
public ObjectReferenceType beginTaskRef()
-
node
public ActivityTaskStateOverviewType node(String value)
-
bucketsProcessingRole
public ActivityTaskStateOverviewType bucketsProcessingRole(BucketsProcessingRoleType value)
-
executionState
public ActivityTaskStateOverviewType executionState(ActivityTaskExecutionStateType value)
-
stalledSince
public ActivityTaskStateOverviewType stalledSince(XMLGregorianCalendar value)
-
stalledSince
public ActivityTaskStateOverviewType stalledSince(String value)
-
progress
public ActivityTaskStateOverviewType progress(ItemsProgressOverviewType value)
-
beginProgress
public ItemsProgressOverviewType beginProgress()
-
resultStatus
public ActivityTaskStateOverviewType resultStatus(OperationResultStatusType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ActivityTaskStateOverviewType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-