public class WorkItemType extends ObjectType implements Serializable, Cloneable
Java class for WorkItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="workItemId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="changeProcessor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assignee" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserType" minOccurs="0"/> <element name="assigneeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="candidateUsers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserType" maxOccurs="unbounded" minOccurs="0"/> <element name="candidateUsersRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="candidateRoles" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractRoleType" maxOccurs="unbounded" minOccurs="0"/> <element name="candidateRolesRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="requester" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserType" minOccurs="0"/> <element name="requesterRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="contents" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/> <element name="contentsRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="trackingData" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TrackingDataType" minOccurs="0"/> <element name="trackingDataRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ASSIGNEE |
static QName |
F_ASSIGNEE_REF |
static QName |
F_CANDIDATE_ROLES |
static QName |
F_CANDIDATE_ROLES_REF |
static QName |
F_CANDIDATE_USERS |
static QName |
F_CANDIDATE_USERS_REF |
static QName |
F_CHANGE_PROCESSOR |
static QName |
F_CONTENTS |
static QName |
F_CONTENTS_REF |
static QName |
F_PROCESS_INSTANCE_ID |
static QName |
F_REQUESTER |
static QName |
F_REQUESTER_REF |
static QName |
F_TRACKING_DATA |
static QName |
F_TRACKING_DATA_REF |
static QName |
F_WORK_ITEM_ID |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
WorkItemType() |
WorkItemType(com.evolveum.midpoint.prism.PrismContext prismContext) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_WORK_ITEM_ID
public static final QName F_PROCESS_INSTANCE_ID
public static final QName F_CHANGE_PROCESSOR
public static final QName F_ASSIGNEE
public static final QName F_ASSIGNEE_REF
public static final QName F_CANDIDATE_USERS
public static final QName F_CANDIDATE_USERS_REF
public static final QName F_CANDIDATE_ROLES
public static final QName F_CANDIDATE_ROLES_REF
public static final QName F_REQUESTER
public static final QName F_REQUESTER_REF
public static final QName F_CONTENTS
public static final QName F_CONTENTS_REF
public static final QName F_TRACKING_DATA
public static final QName F_TRACKING_DATA_REF
public WorkItemType()
public WorkItemType(com.evolveum.midpoint.prism.PrismContext prismContext)
public String getWorkItemId()
public void setWorkItemId(String value)
public String getProcessInstanceId()
public void setProcessInstanceId(String value)
public String getChangeProcessor()
public void setChangeProcessor(String value)
public UserType getAssignee()
public void setAssignee(UserType value)
public ObjectReferenceType getAssigneeRef()
public void setAssigneeRef(ObjectReferenceType value)
public List<ObjectReferenceType> getCandidateUsersRef()
public List<AbstractRoleType> getCandidateRoles()
public List<ObjectReferenceType> getCandidateRolesRef()
public UserType getRequester()
public void setRequester(UserType value)
public ObjectReferenceType getRequesterRef()
public void setRequesterRef(ObjectReferenceType value)
public ObjectType getContents()
public void setContents(ObjectType value)
public ObjectReferenceType getContentsRef()
public void setContentsRef(ObjectReferenceType value)
public TrackingDataType getTrackingData()
public void setTrackingData(TrackingDataType value)
public ObjectReferenceType getTrackingDataRef()
public void setTrackingDataRef(ObjectReferenceType value)
public WorkItemType clone()
clone
in class ObjectType
Copyright © 2014 Evolveum. All rights reserved.