Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CaseType
Packages that use CaseType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of CaseType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type CaseTypeModifier and TypeMethodDescriptionstatic VisualizationDtoWebComponentUtil.createVisualizationDto(CaseType caseObject, PageBase pageBase, String operation) static VisualizationDtoWebComponentUtil.createVisualizationDtoForManualCase(CaseType caseObject, PageBase pageBase, String operation) static AssignmentHolderTypeWebComponentUtil.getObjectFromAddDeltaForCase(CaseType aCase) -
Uses of CaseType in com.evolveum.midpoint.gui.impl.page.admin.cases
Methods in com.evolveum.midpoint.gui.impl.page.admin.cases that return types with arguments of type CaseTypeModifier and TypeMethodDescriptionprotected AssignmentHolderDetailsModel<CaseType>PageCase.createObjectDetailsModels(PrismObject<CaseType> object) PageCase.getType()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.cases with type arguments of type CaseTypeModifier and TypeMethodDescriptionprotected CaseOperationalButtonsPanelPageCase.createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<CaseType>> wrapperModel) protected AssignmentHolderDetailsModel<CaseType>PageCase.createObjectDetailsModels(PrismObject<CaseType> object) protected org.apache.wicket.markup.html.panel.PanelPageCase.createSummaryPanel(String id, org.apache.wicket.model.IModel<CaseType> summaryModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.cases with type arguments of type CaseTypeModifierConstructorDescriptionCaseDetailsModels(org.apache.wicket.model.LoadableDetachableModel<PrismObject<CaseType>> prismObjectModel, PageBase serviceLocator) PageCase(PrismObject<CaseType> caseType) -
Uses of CaseType 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 CaseTypeModifierConstructorDescriptionApprovalCasePanel(String id, AssignmentHolderDetailsModel<CaseType> objectWrapperModel, ContainerPanelConfigurationType config) CaseWorkitemsPanel(String id, AssignmentHolderDetailsModel<CaseType> objectWrapperModel, ContainerPanelConfigurationType config) ChildCasesPanel(String id, AssignmentHolderDetailsModel<CaseType> objectWrapperModel, ContainerPanelConfigurationType config) ManualCasePanel(String id, AssignmentHolderDetailsModel<CaseType> objectWrapperModel, ContainerPanelConfigurationType config) -
Uses of CaseType in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation with parameters of type CaseTypeModifier and TypeMethodDescriptionvoidCorrelationService.completeCorrelationCase(@NotNull CaseType currentCase, @NotNull CorrelationService.CaseCloser caseCloser, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Completes given correlation case.@NotNull CorrelationCaseDescription<?>CorrelationService.describeCorrelationCase(@NotNull CaseType aCase, @Nullable CorrelationService.CorrelationCaseDescriptionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Describes the provided correlation case by providingCorrelationCaseDescriptionobject. -
Uses of CaseType in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CaseTypeModifier and TypeMethodDescriptiondefault voidCorrelator.resolve(@NotNull CaseType aCase, @NotNull String outcomeUri, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Resolves a correlation case using provided work item output. -
Uses of CaseType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return CaseTypeModifier and TypeMethodDescription@Nullable CaseTypeMidpointFunctions.getCorrelationCaseForShadow(@Nullable ShadowType shadow) Returns a correlation case for given shadow. -
Uses of CaseType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return CaseTypeModifier and TypeMethodDescriptionstatic @NotNull CaseTypeApprovalSchemaExecutionInformationUtil.getEmbeddedCaseBean(ApprovalSchemaExecutionInformationType executionInfo) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type CaseTypeModifier and TypeMethodDescriptionstatic @NotNull PrismObject<CaseType>ApprovalSchemaExecutionInformationUtil.getEmbeddedCase(ApprovalSchemaExecutionInformationType executionInfo) -
Uses of CaseType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return CaseTypeModifier and TypeMethodDescriptionstatic CaseTypeApprovalContextUtil.getCase(ApprovalSchemaExecutionInformationType info) static CaseTypeCaseTypeUtil.getCase(CaseWorkItemType workItem) static @NotNull CaseTypeCaseTypeUtil.getCaseRequired(CaseWorkItemType workItem) Methods in com.evolveum.midpoint.schema.util.cases with parameters of type CaseTypeModifier and TypeMethodDescriptionstatic booleanCaseTypeUtil.approvalSchemaExists(CaseType aCase) static @NotNull List<ObjectReferenceType>CaseTypeUtil.getAllAssignees(@NotNull CaseType aCase) static @NotNull List<ObjectReferenceType>CaseTypeUtil.getAllCandidateAssignees(@NotNull CaseType aCase) static List<ObjectReferenceType>CaseTypeUtil.getAllCurrentAssignees(CaseType aCase) static StringApprovalUtils.getAnswerNice(CaseType aCase) static @NotNull ApprovalContextTypeApprovalContextUtil.getApprovalContextRequired(@NotNull CaseType currentCase) static StringApprovalContextUtil.getBriefDiagInfo(CaseType aCase) static OperationBusinessContextTypeApprovalContextUtil.getBusinessContext(CaseType aCase) static @Nullable StringApprovalContextUtil.getCompleteStageInfo(CaseType aCase) static @NotNull CaseCorrelationContextTypeCorrelationCaseUtil.getCorrelationContextRequired(@NotNull CaseType aCase) static ApprovalStageDefinitionTypeApprovalContextUtil.getCurrentStageDefinition(CaseType aCase) static @NotNull ApprovalStageDefinitionTypeApprovalContextUtil.getCurrentStageDefinitionRequired(CaseType aCase) static <T extends CaseEventType>
List<T>static <T extends CaseEventType>
List<T>ApprovalContextUtil.getEventsForCurrentStage(@NotNull CaseType aCase, @NotNull Class<T> clazz) static List<CaseEventType>CaseEventUtil.getEventsForStage(CaseType aCase, int stageNumber) static @NotNull List<CaseWorkItemType>CaseRelatedUtils.getOpenWorkItems(@NotNull CaseType aCase) static @Nullable ResourceObjectOwnerOptionsTypeCorrelationCaseUtil.getOwnerOptions(@NotNull CaseType aCase) Must return live object, not a copy.static @NotNull List<ResourceObjectOwnerOptionType>CorrelationCaseUtil.getOwnerOptionsList(@NotNull CaseType aCase) static @NotNull ObjectTypeCorrelationCaseUtil.getPreFocusRequired(CaseType aCase) static StringApprovalContextUtil.getRequesterComment(CaseType aCase) static StringCaseTypeUtil.getRequesterComment(CaseType aCase) static @Nullable ObjectReferenceTypeCorrelationCaseUtil.getResultingOwnerRef(@NotNull CaseType aCase) static @NotNull StringCorrelationCaseUtil.getShadowOidRequired(@NotNull CaseType aCase) static StringApprovalContextUtil.getStageDisplayName(CaseType aCase) static @Nullable StringApprovalContextUtil.getStageInfo(CaseType aCase) static StringApprovalContextUtil.getStageName(CaseType aCase) static intApprovalContextUtil.getStageNumberRequired(@NotNull CaseType aCase) static XMLGregorianCalendarCaseTypeUtil.getStartTimestamp(CaseType aCase) static CaseWorkItemTypeCaseTypeUtil.getWorkItem(CaseType aCase, long id) static <T extends WorkItemEventType>
List<T>ApprovalContextUtil.getWorkItemEvents(@NotNull CaseType aCase, long workItemId, Class<T> clazz) static List<CaseWorkItemType>CaseTypeUtil.getWorkItemsForStage(CaseType aCase, int stageNumber) static booleanCaseTypeUtil.isApprovalCase(@Nullable CaseType aCase) static booleanstatic booleanstatic booleanCaseTypeUtil.isCorrelationCase(@Nullable CaseType aCase) static booleanApprovalContextUtil.isInStageBeforeLastOne(CaseType aCase) static booleanCaseTypeUtil.isManualProvisioningCase(@Nullable CaseType aCase) static StringApprovalUtils.makeNiceFromUri(CaseType aCase, AbstractWorkItemOutputType output) static CaseState -
Uses of CaseType in com.evolveum.midpoint.schema.validator.processor
Method parameters in com.evolveum.midpoint.schema.validator.processor with type arguments of type CaseTypeModifier and TypeMethodDescriptionbooleanCaseTaskRefProcessor.process(PrismObject<CaseType> object, ItemPath path) booleanExecutionRecordProcessor.process(PrismObject<CaseType> object, ItemPath path) -
Uses of CaseType in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column that return types with arguments of type CaseTypeModifier and TypeMethodDescriptionstatic org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<SelectableBean<CaseType>,String> ColumnUtils.createCaseActorsColumn(PageBase pageBase) static List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String>> ColumnUtils.getDefaultCaseColumns(PageBase pageBase, boolean isDashboard) -
Uses of CaseType in com.evolveum.midpoint.web.page.admin.cases
Methods in com.evolveum.midpoint.web.page.admin.cases that return types with arguments of type CaseTypeModifier and TypeMethodDescriptionprotected List<SummaryTag<CaseType>>CaseSummaryPanel.getSummaryTagComponentList()Constructor parameters in com.evolveum.midpoint.web.page.admin.cases with type arguments of type CaseTypeModifierConstructorDescriptionCaseSummaryPanel(String id, org.apache.wicket.model.IModel<CaseType> model, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of CaseType in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return types with arguments of type CaseTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String> CasesTablePanel.createCheckboxColumn()protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String>> CasesTablePanel.createDefaultColumns()protected ISelectableDataProvider<SelectableBean<CaseType>>CasesTablePanel.createProvider() -
Uses of CaseType in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow with parameters of type CaseType -
Uses of CaseType in com.evolveum.midpoint.web.page.admin.workflow.dto
Constructors in com.evolveum.midpoint.web.page.admin.workflow.dto with parameters of type CaseType -
Uses of CaseType 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 CaseTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CaseTypeModifier and TypeMethodDescriptionCaseType.approvalContext(ApprovalContextType value) CaseType.archetypeRef(ObjectReferenceType value) CaseType.archetypeRef(String oid, QName type) CaseType.archetypeRef(String oid, QName type, QName relation) CaseType.assignment(AssignmentType value) CaseType.clone()CaseType.closeTimestamp(String value) CaseType.closeTimestamp(XMLGregorianCalendar value) CaseType.correlationContext(CaseCorrelationContextType value) ObjectFactory.createCaseType()CaseType.delegatedRef(ObjectReferenceType value) CaseType.delegatedRef(String oid, QName type) CaseType.delegatedRef(String oid, QName type, QName relation) CaseType.description(String value) CaseType.diagnosticInformation(DiagnosticInformationType value) CaseType.documentation(String value) CaseType.effectiveMarkRef(ObjectReferenceType value) CaseType.effectiveMarkRef(String oid, QName type) CaseType.effectiveMarkRef(String oid, QName type, QName relation) CaseType.effectiveOperationPolicy(ObjectOperationPolicyType value) CaseType.event(CaseEventType value) CaseType.extension(ExtensionType value) CaseType.fetchResult(OperationResultType value) CaseType.indestructible(Boolean value) CaseType.iterationToken(String value) CaseType.lensContext(LensContextType value) CaseType.lifecycleState(String value) CaseType.manualProvisioningContext(ManualProvisioningContextType value) CaseType.metadata(MetadataType value) CaseType.modelContext(LensContextType value) CaseType.name(PolyStringType value) CaseType.objectRef(ObjectReferenceType value) CaseType.operationExecution(OperationExecutionType value) CaseType.parentOrgRef(ObjectReferenceType value) CaseType.parentOrgRef(String oid, QName type) CaseType.parentOrgRef(String oid, QName type, QName relation) CaseType.parentRef(ObjectReferenceType value) CaseType.policyException(PolicyExceptionType value) CaseType.policySituation(String value) CaseType.policyStatement(PolicyStatementType value) CaseType.prerequisiteRef(ObjectReferenceType value) CaseType.prerequisiteRef(String oid, QName type) CaseType.prerequisiteRef(String oid, QName type, QName relation) CaseType.requestorRef(ObjectReferenceType value) CaseType.requestorRef(String oid, QName type) CaseType.requestorRef(String oid, QName type, QName relation) CaseType.roleInfluenceRef(ObjectReferenceType value) CaseType.roleInfluenceRef(String oid, QName type) CaseType.roleInfluenceRef(String oid, QName type, QName relation) CaseType.roleMembershipRef(ObjectReferenceType value) CaseType.roleMembershipRef(String oid, QName type) CaseType.roleMembershipRef(String oid, QName type, QName relation) CaseType.stageNumber(Integer value) CaseType.targetRef(ObjectReferenceType value) CaseType.taskRef(ObjectReferenceType value) CaseType.tenantRef(ObjectReferenceType value) CaseType.trigger(TriggerType value) CaseType.triggeredPolicyRule(EvaluatedPolicyRuleType value) CaseType.workItem(CaseWorkItemType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CaseTypeModifier and TypeMethodDescriptionCaseType.asPrismObject()jakarta.xml.bind.JAXBElement<CaseType>ObjectFactory.createCase(CaseType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CaseTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CaseType>ObjectFactory.createCase(CaseType value)