Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CaseWorkItemType
Packages that use CaseWorkItemType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of CaseWorkItemType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic voidWebComponentUtil.claimWorkItemActionPerformed(CaseWorkItemType workItemToClaim, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase) static VisualizationDtoWebComponentUtil.createVisualizationDto(CaseWorkItemType caseWorkItem, PageBase pageBase, String operation) static voidWebComponentUtil.releaseWorkItemActionPerformed(CaseWorkItemType workItemToClaim, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase) static voidWebComponentUtil.workItemApproveActionPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, CaseWorkItemType workItem, org.apache.wicket.Component formPanel, PrismObject<UserType> powerDonor, boolean approved, OperationResult result, PageBase pageBase) -
Uses of CaseWorkItemType in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionorg.apache.wicket.ComponentWorkItemDetailsPanelFactory.createPanel(PrismContainerPanelContext<CaseWorkItemType> panelCtx) -
Uses of CaseWorkItemType in com.evolveum.midpoint.gui.impl.factory.wrapper
Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionvoidCaseWorkItemWrapperFactoryImpl.registerWrapperPanel(PrismContainerWrapper<CaseWorkItemType> wrapper) -
Uses of CaseWorkItemType in com.evolveum.midpoint.gui.impl.page.admin.cases.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.cases.component with type arguments of type CaseWorkItemTypeModifierConstructorDescriptionCorrelationContextPanel(String id, CaseDetailsModels model, org.apache.wicket.model.IModel<CaseWorkItemType> workItemModel, ContainerPanelConfigurationType config) -
Uses of CaseWorkItemType in com.evolveum.midpoint.gui.impl.prism.wrapper
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type CaseWorkItemTypeModifierConstructorDescriptionCaseWorkItemTypeWrapper(@Nullable PrismContainerValueWrapper parent, PrismContainer<CaseWorkItemType> container, ItemStatus status) -
Uses of CaseWorkItemType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic WorkItemIdWorkItemId.of(@NotNull CaseWorkItemType workItem) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic Set<WorkItemId>WorkItemId.of(@NotNull Collection<CaseWorkItemType> workItems) -
Uses of CaseWorkItemType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return CaseWorkItemTypeModifier and TypeMethodDescriptionstatic CaseWorkItemTypeCaseTypeUtil.getWorkItem(CaseType aCase, long id) Methods in com.evolveum.midpoint.schema.util.cases that return types with arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic @NotNull List<CaseWorkItemType>CaseRelatedUtils.getOpenWorkItems(@NotNull CaseType aCase) static List<CaseWorkItemType>CaseTypeUtil.getWorkItemsForStage(CaseType aCase, int stageNumber) Methods in com.evolveum.midpoint.schema.util.cases with parameters of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic voidWorkItemTypeUtil.assertHasCaseOid(CaseWorkItemType workItem) static booleanCaseTypeUtil.doesAssigneeExist(CaseWorkItemType workItem) static ApprovalContextTypeApprovalContextUtil.getApprovalContext(CaseWorkItemType workItem) static CaseTypeCaseTypeUtil.getCase(CaseWorkItemType workItem) static @NotNull CaseTypeCaseTypeUtil.getCaseRequired(CaseWorkItemType workItem) static WorkItemIdCaseTypeUtil.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 booleanCaseTypeUtil.isCaseWorkItemClosed(CaseWorkItemType workItem) static booleanCaseTypeUtil.isCaseWorkItemNotClosed(CaseWorkItemType workItem) static booleanCaseTypeUtil.isWorkItemClaimable(CaseWorkItemType workItem) static booleanCaseTypeUtil.isWorkItemReleasable(CaseWorkItemType workItem) Method parameters in com.evolveum.midpoint.schema.util.cases with type arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic 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.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column that return types with arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionstatic List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<CaseWorkItemType>,String>> ColumnUtils.getDefaultWorkItemColumns(PageBase pageBase, boolean isFullView) -
Uses of CaseWorkItemType in com.evolveum.midpoint.web.page.admin.cases
Methods in com.evolveum.midpoint.web.page.admin.cases that return types with arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<CaseWorkItemType>,String> CaseWorkItemsPanel.createCheckboxColumn()protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<CaseWorkItemType>,String>> CaseWorkItemListWithDetailsPanel.createDefaultColumns()protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<CaseWorkItemType>,String>> CaseWorkItemsPanel.createDefaultColumns()protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<CaseWorkItemType>,String> CaseWorkItemsPanel.createIconColumn()CaseWorkItemsPanel.createProvider()CaseWorkItemsTableWithDetailsPanel.getCaseWorkItemsTablePanel()protected MultivalueContainerDetailsPanel<CaseWorkItemType>CaseWorkItemListWithDetailsPanel.getMultivalueContainerDetailsPanel(org.apache.wicket.markup.html.list.ListItem<PrismContainerValueWrapper<CaseWorkItemType>> item) CaseWorkItemsPanel.getSelectedRealObjects()Method parameters in com.evolveum.midpoint.web.page.admin.cases with type arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionprotected MultivalueContainerDetailsPanel<CaseWorkItemType>CaseWorkItemListWithDetailsPanel.getMultivalueContainerDetailsPanel(org.apache.wicket.markup.html.list.ListItem<PrismContainerValueWrapper<CaseWorkItemType>> item) Constructor parameters in com.evolveum.midpoint.web.page.admin.cases with type arguments of type CaseWorkItemTypeModifierConstructorDescriptionCaseWorkItemActionsPanel(String id, org.apache.wicket.model.IModel<CaseWorkItemType> caseWorkItemModel) CaseWorkItemsTableWithDetailsPanel(String id, org.apache.wicket.model.IModel<PrismContainerWrapper<CaseWorkItemType>> workItemsContainerWrapperModel) -
Uses of CaseWorkItemType in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow that return types with arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionprotected List<SummaryTag<CaseWorkItemType>>CaseWorkItemSummaryPanel.getSummaryTagComponentList()Constructor parameters in com.evolveum.midpoint.web.page.admin.workflow with type arguments of type CaseWorkItemTypeModifierConstructorDescriptionCaseWorkItemSummaryPanel(String id, org.apache.wicket.model.IModel<CaseWorkItemType> model) WorkItemDetailsPanel(String id, org.apache.wicket.model.IModel<CaseWorkItemType> caseWorkItemTypeIModel) -
Uses of CaseWorkItemType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type CaseWorkItemTypeModifier and TypeFieldDescriptionstatic final Producer<CaseWorkItemType>CaseWorkItemType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CaseWorkItemTypeModifier and TypeMethodDescriptionCaseWorkItemType.additionalInformation(InformationType value) CaseWorkItemType.assigneeRef(ObjectReferenceType value) CaseWorkItemType.assigneeRef(String oid, QName type) CaseWorkItemType.assigneeRef(String oid, QName type, QName relation) ApprovalStageExecutionRecordType.beginWorkItem()CaseType.beginWorkItem()CaseWorkItemType.candidateRef(ObjectReferenceType value) CaseWorkItemType.candidateRef(String oid, QName type) CaseWorkItemType.candidateRef(String oid, QName type, QName relation) CaseWorkItemType.clone()CaseWorkItemType.closeTimestamp(String value) CaseWorkItemType.closeTimestamp(XMLGregorianCalendar value) ObjectFactory.createCaseWorkItemType()CaseWorkItemType.createTimestamp(String value) CaseWorkItemType.createTimestamp(XMLGregorianCalendar value) CaseWorkItemType.deadline(XMLGregorianCalendar value) CaseWorkItemType.escalationLevel(WorkItemEscalationLevelType value) CaseWorkItemType.name(PolyStringType value) CaseWorkItemType.originalAssigneeRef(ObjectReferenceType value) CaseWorkItemType.originalAssigneeRef(String oid, QName type) CaseWorkItemType.originalAssigneeRef(String oid, QName type, QName relation) CaseWorkItemType.output(AbstractWorkItemOutputType value) CaseWorkItemType.performerRef(ObjectReferenceType value) CaseWorkItemType.performerRef(String oid, QName type) CaseWorkItemType.performerRef(String oid, QName type, QName relation) CaseWorkItemType.stageNumber(Integer value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CaseWorkItemTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CaseWorkItemType>ObjectFactory.createCaseWorkItem(CaseWorkItemType value) ApprovalStageExecutionRecordType.createWorkItemList()CaseType.createWorkItemList()ApprovalStageExecutionRecordType.getWorkItem()CaseType.getWorkItem()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CaseWorkItemTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CaseWorkItemType>ObjectFactory.createCaseWorkItem(CaseWorkItemType value) ApprovalStageExecutionRecordType.workItem(CaseWorkItemType value) CaseType.workItem(CaseWorkItemType value)