Class WorkersReconciliationResultType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkersReconciliationResultType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class WorkersReconciliationResultType extends Object implements Serializable, Cloneable, Containerable
Result of the workers reconciliation process.Java class for WorkersReconciliationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkersReconciliationResultType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rootTaskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="coordinatorTaskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="activityPath" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityPathType" minOccurs="0"/> <element name="existing" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="required" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="matched" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="renamed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="adapted" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="suspended" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="closedDone" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="created" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resumed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ACTIVITY_PATH
static ItemName
F_ADAPTED
static ItemName
F_CLOSED_DONE
static ItemName
F_COORDINATOR_TASK_REF
static ItemName
F_CREATED
static ItemName
F_EXISTING
static ItemName
F_MATCHED
static ItemName
F_RENAMED
static ItemName
F_REQUIRED
static ItemName
F_RESUMED
static ItemName
F_ROOT_TASK_REF
static ItemName
F_STATUS
static ItemName
F_SUSPENDED
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkersReconciliationResultType()
WorkersReconciliationResultType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ROOT_TASK_REF
public static final ItemName F_ROOT_TASK_REF
-
F_COORDINATOR_TASK_REF
public static final ItemName F_COORDINATOR_TASK_REF
-
F_ACTIVITY_PATH
public static final ItemName F_ACTIVITY_PATH
-
F_EXISTING
public static final ItemName F_EXISTING
-
F_REQUIRED
public static final ItemName F_REQUIRED
-
F_MATCHED
public static final ItemName F_MATCHED
-
F_RENAMED
public static final ItemName F_RENAMED
-
F_ADAPTED
public static final ItemName F_ADAPTED
-
F_SUSPENDED
public static final ItemName F_SUSPENDED
-
F_CLOSED_DONE
public static final ItemName F_CLOSED_DONE
-
F_CREATED
public static final ItemName F_CREATED
-
F_RESUMED
public static final ItemName F_RESUMED
-
F_STATUS
public static final ItemName F_STATUS
-
-
Constructor Detail
-
WorkersReconciliationResultType
public WorkersReconciliationResultType()
-
WorkersReconciliationResultType
public WorkersReconciliationResultType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getRootTaskRef
public ObjectReferenceType getRootTaskRef()
-
setRootTaskRef
public void setRootTaskRef(ObjectReferenceType value)
-
getCoordinatorTaskRef
public ObjectReferenceType getCoordinatorTaskRef()
-
setCoordinatorTaskRef
public void setCoordinatorTaskRef(ObjectReferenceType value)
-
getActivityPath
public ActivityPathType getActivityPath()
-
setActivityPath
public void setActivityPath(ActivityPathType value)
-
getExisting
public Integer getExisting()
-
setExisting
public void setExisting(Integer value)
-
getRequired
public Integer getRequired()
-
setRequired
public void setRequired(Integer value)
-
getMatched
public Integer getMatched()
-
setMatched
public void setMatched(Integer value)
-
getRenamed
public Integer getRenamed()
-
setRenamed
public void setRenamed(Integer value)
-
getAdapted
public Integer getAdapted()
-
setAdapted
public void setAdapted(Integer value)
-
getSuspended
public Integer getSuspended()
-
setSuspended
public void setSuspended(Integer value)
-
getClosedDone
public Integer getClosedDone()
-
setClosedDone
public void setClosedDone(Integer value)
-
getCreated
public Integer getCreated()
-
setCreated
public void setCreated(Integer value)
-
getResumed
public Integer getResumed()
-
setResumed
public void setResumed(Integer value)
-
getStatus
public OperationResultStatusType getStatus()
-
setStatus
public void setStatus(OperationResultStatusType value)
-
rootTaskRef
public WorkersReconciliationResultType rootTaskRef(ObjectReferenceType value)
-
rootTaskRef
public WorkersReconciliationResultType rootTaskRef(String oid, QName type)
-
rootTaskRef
public WorkersReconciliationResultType rootTaskRef(String oid, QName type, QName relation)
-
beginRootTaskRef
public ObjectReferenceType beginRootTaskRef()
-
coordinatorTaskRef
public WorkersReconciliationResultType coordinatorTaskRef(ObjectReferenceType value)
-
coordinatorTaskRef
public WorkersReconciliationResultType coordinatorTaskRef(String oid, QName type)
-
coordinatorTaskRef
public WorkersReconciliationResultType coordinatorTaskRef(String oid, QName type, QName relation)
-
beginCoordinatorTaskRef
public ObjectReferenceType beginCoordinatorTaskRef()
-
activityPath
public WorkersReconciliationResultType activityPath(ActivityPathType value)
-
beginActivityPath
public ActivityPathType beginActivityPath()
-
existing
public WorkersReconciliationResultType existing(Integer value)
-
required
public WorkersReconciliationResultType required(Integer value)
-
matched
public WorkersReconciliationResultType matched(Integer value)
-
renamed
public WorkersReconciliationResultType renamed(Integer value)
-
adapted
public WorkersReconciliationResultType adapted(Integer value)
-
suspended
public WorkersReconciliationResultType suspended(Integer value)
-
closedDone
public WorkersReconciliationResultType closedDone(Integer value)
-
created
public WorkersReconciliationResultType created(Integer value)
-
resumed
public WorkersReconciliationResultType resumed(Integer value)
-
status
public WorkersReconciliationResultType status(OperationResultStatusType value)
-
clone
public WorkersReconciliationResultType clone()
-
-