public class ItemApprovalProcessState extends ProcessSpecificState implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ItemApprovalProcessState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemApprovalProcessState"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/model/workflow/process-instance-state-3}ProcessSpecificState"> <sequence> <element name="approvalRequest" type="{http://midpoint.evolveum.com/xml/ns/model/workflow/process-instance-state-3}ItemApprovalRequestType"/> <element name="decisions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DecisionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_APPROVAL_REQUEST |
static QName |
F_DECISIONS |
Constructor and Description |
---|
ItemApprovalProcessState() |
ItemApprovalProcessState(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ItemApprovalProcessState |
clone() |
boolean |
equals(Object object) |
ItemApprovalRequestType |
getApprovalRequest() |
List<DecisionType> |
getDecisions() |
int |
hashCode() |
void |
setApprovalRequest(ItemApprovalRequestType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_APPROVAL_REQUEST
public static final QName F_DECISIONS
public ItemApprovalProcessState()
public ItemApprovalProcessState(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class ProcessSpecificState
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class ProcessSpecificState
public String toString()
toString
in class ProcessSpecificState
public boolean equals(Object object)
equals
in class ProcessSpecificState
public int hashCode()
hashCode
in class ProcessSpecificState
public ItemApprovalRequestType getApprovalRequest()
public void setApprovalRequest(ItemApprovalRequestType value)
public List<DecisionType> getDecisions()
public ItemApprovalProcessState clone()
clone
in class ProcessSpecificState
Copyright © 2015 Evolveum. All rights reserved.