Class OtherPrivilegesLimitationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OtherPrivilegesLimitationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class OtherPrivilegesLimitationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Limitations related to other privileges, like the ability to complete work items.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<OtherPrivilegesLimitationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OtherPrivilegesLimitationType()
OtherPrivilegesLimitationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherPrivilegesLimitationType
approvalWorkItems(WorkItemSelectorType value)
WorkItemSelectorType
beginApprovalWorkItems()
WorkItemSelectorType
beginCaseManagementWorkItems()
WorkItemSelectorType
beginCertificationWorkItems()
OtherPrivilegesLimitationType
caseManagementWorkItems(WorkItemSelectorType value)
OtherPrivilegesLimitationType
certificationWorkItems(WorkItemSelectorType value)
OtherPrivilegesLimitationType
clone()
<X> X
end()
boolean
equals(Object other)
WorkItemSelectorType
getApprovalWorkItems()
WorkItemSelectorType
getCaseManagementWorkItems()
WorkItemSelectorType
getCertificationWorkItems()
OtherPrivilegesLimitationType
id(Long value)
void
setApprovalWorkItems(WorkItemSelectorType value)
void
setCaseManagementWorkItems(WorkItemSelectorType value)
void
setCertificationWorkItems(WorkItemSelectorType value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<OtherPrivilegesLimitationType> FACTORY
-
-
Constructor Detail
-
OtherPrivilegesLimitationType
public OtherPrivilegesLimitationType()
-
OtherPrivilegesLimitationType
@Deprecated public OtherPrivilegesLimitationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public OtherPrivilegesLimitationType id(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()
-
end
public <X> X end()
-
clone
public OtherPrivilegesLimitationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-