Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CaseWorkItemType
-
Packages that use CaseWorkItemType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CaseWorkItemType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return CaseWorkItemType Modifier and Type Method Description static CaseWorkItemTypeCaseWorkItemUtil. getWorkItem(CaseType aCase, long id)Methods in com.evolveum.midpoint.schema.util that return types with arguments of type CaseWorkItemType Modifier and Type Method Description static List<CaseWorkItemType>CaseWorkItemUtil. getWorkItemsForStage(CaseType aCase, int stageNumber)Methods in com.evolveum.midpoint.schema.util with parameters of type CaseWorkItemType Modifier and Type Method Description static voidWorkItemTypeUtil. assertHasCaseOid(CaseWorkItemType workItem)static booleanCaseWorkItemUtil. doesAssigneeExist(CaseWorkItemType workItem)static ApprovalContextTypeApprovalContextUtil. getApprovalContext(CaseWorkItemType workItem)static CaseTypeCaseTypeUtil. getCase(CaseWorkItemType workItem)static CaseTypeCaseWorkItemUtil. getCase(CaseWorkItemType workItem)static @NotNull CaseTypeCaseTypeUtil. getCaseChecked(CaseWorkItemType workItem)static @NotNull CaseTypeCaseWorkItemUtil. getCaseRequired(CaseWorkItemType workItem)static WorkItemIdCaseWorkItemUtil. getId(CaseWorkItemType workItem)static ObjectReferenceTypeApprovalContextUtil. getObjectRef(CaseWorkItemType workItem)static ObjectReferenceTypeWorkItemTypeUtil. getObjectReference(CaseWorkItemType workItem)static ObjectReferenceTypeApprovalContextUtil. getRequesterRef(CaseWorkItemType workItem)static ObjectReferenceTypeWorkItemTypeUtil. getRequestorReference(CaseWorkItemType workItem)static StringApprovalContextUtil. getStageDisplayName(CaseWorkItemType workItem)static @Nullable StringApprovalContextUtil. getStageInfo(CaseWorkItemType workItem)static XMLGregorianCalendarApprovalContextUtil. getStartTimestamp(CaseWorkItemType workItem)static ObjectReferenceTypeApprovalContextUtil. getTargetRef(CaseWorkItemType workItem)static ObjectReferenceTypeWorkItemTypeUtil. getTargetReference(CaseWorkItemType workItem)static StringApprovalContextUtil. getWorkItemStageDisplayName(CaseWorkItemType workItem)static @Nullable StringApprovalContextUtil. getWorkItemStageInfo(CaseWorkItemType workItem)static StringApprovalContextUtil. getWorkItemStageName(CaseWorkItemType workItem)static booleanCaseWorkItemUtil. isCaseWorkItemClosed(CaseWorkItemType workItem)static booleanCaseWorkItemUtil. isCaseWorkItemNotClosed(CaseWorkItemType workItem)static booleanCaseWorkItemUtil. isWorkItemClaimable(CaseWorkItemType workItem)static WorkItemIdWorkItemId. of(@NotNull CaseWorkItemType workItem)Method parameters in com.evolveum.midpoint.schema.util with type arguments of type CaseWorkItemType Modifier and Type Method Description static ObjectReferenceTypeApprovalContextUtil. getObjectRef(PrismContainerValue<CaseWorkItemType> workItem)static ObjectReferenceTypeApprovalContextUtil. getRequesterRef(PrismContainerValue<CaseWorkItemType> workItem)static XMLGregorianCalendarApprovalContextUtil. getStartTimestamp(PrismContainerValue<CaseWorkItemType> workItem)static ObjectReferenceTypeApprovalContextUtil. getTargetRef(PrismContainerValue<CaseWorkItemType> workItem) -
Uses of CaseWorkItemType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CaseWorkItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<CaseWorkItemType>ObjectFactory. createCaseWorkItem(CaseWorkItemType value)List<CaseWorkItemType>ApprovalStageExecutionRecordType. createWorkItemList()List<CaseWorkItemType>CaseType. createWorkItemList()List<CaseWorkItemType>ApprovalStageExecutionRecordType. getWorkItem()List<CaseWorkItemType>CaseType. getWorkItem()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CaseWorkItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<CaseWorkItemType>ObjectFactory. createCaseWorkItem(CaseWorkItemType value)ApprovalStageExecutionRecordTypeApprovalStageExecutionRecordType. workItem(CaseWorkItemType value)CaseTypeCaseType. workItem(CaseWorkItemType value)
-