Class OtherPrivilegesLimitationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OtherPrivilegesLimitationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class OtherPrivilegesLimitationType extends Object implements Serializable, Cloneable, Containerable
Limitations related to other privileges, like the ability to complete work items.Java class for OtherPrivilegesLimitationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherPrivilegesLimitationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="approvalWorkItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemSelectorType" minOccurs="0"/> <element name="certificationWorkItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemSelectorType" minOccurs="0"/> <element name="caseManagementWorkItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemSelectorType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_APPROVAL_WORK_ITEMS
static ItemName
F_CASE_MANAGEMENT_WORK_ITEMS
static ItemName
F_CERTIFICATION_WORK_ITEMS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OtherPrivilegesLimitationType()
OtherPrivilegesLimitationType(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_APPROVAL_WORK_ITEMS
public static final ItemName F_APPROVAL_WORK_ITEMS
-
F_CERTIFICATION_WORK_ITEMS
public static final ItemName F_CERTIFICATION_WORK_ITEMS
-
F_CASE_MANAGEMENT_WORK_ITEMS
public static final ItemName F_CASE_MANAGEMENT_WORK_ITEMS
-
-
Constructor Detail
-
OtherPrivilegesLimitationType
public OtherPrivilegesLimitationType()
-
OtherPrivilegesLimitationType
public OtherPrivilegesLimitationType(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()
-
getApprovalWorkItems
public WorkItemSelectorType getApprovalWorkItems()
-
setApprovalWorkItems
public void setApprovalWorkItems(WorkItemSelectorType value)
-
getCertificationWorkItems
public WorkItemSelectorType getCertificationWorkItems()
-
setCertificationWorkItems
public void setCertificationWorkItems(WorkItemSelectorType value)
-
getCaseManagementWorkItems
public WorkItemSelectorType getCaseManagementWorkItems()
-
setCaseManagementWorkItems
public void setCaseManagementWorkItems(WorkItemSelectorType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
approvalWorkItems
public OtherPrivilegesLimitationType approvalWorkItems(WorkItemSelectorType value)
-
beginApprovalWorkItems
public WorkItemSelectorType beginApprovalWorkItems()
-
certificationWorkItems
public OtherPrivilegesLimitationType certificationWorkItems(WorkItemSelectorType value)
-
beginCertificationWorkItems
public WorkItemSelectorType beginCertificationWorkItems()
-
caseManagementWorkItems
public OtherPrivilegesLimitationType caseManagementWorkItems(WorkItemSelectorType value)
-
beginCaseManagementWorkItems
public WorkItemSelectorType beginCaseManagementWorkItems()
-
id
public OtherPrivilegesLimitationType id(Long value)
-
clone
public OtherPrivilegesLimitationType clone()
-
-