Uses of Class
com.evolveum.midpoint.web.page.admin.workflow.dto.ApprovalProcessExecutionInformationDto
-
Packages that use ApprovalProcessExecutionInformationDto Package Description com.evolveum.midpoint.web.component.wf com.evolveum.midpoint.web.page.admin.workflow.dto -
-
Uses of ApprovalProcessExecutionInformationDto in com.evolveum.midpoint.web.component.wf
Constructor parameters in com.evolveum.midpoint.web.component.wf with type arguments of type ApprovalProcessExecutionInformationDto Constructor Description ApprovalProcessesPreviewPanel(String id, org.apache.wicket.model.IModel<List<ApprovalProcessExecutionInformationDto>> model)
ApprovalProcessExecutionInformationPanel(String id, org.apache.wicket.model.IModel<ApprovalProcessExecutionInformationDto> model)
ApprovalProcessExecutionInformationPanelTextOnly(String id, org.apache.wicket.model.IModel<ApprovalProcessExecutionInformationDto> model)
-
Uses of ApprovalProcessExecutionInformationDto in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto that return ApprovalProcessExecutionInformationDto Modifier and Type Method Description static @NotNull ApprovalProcessExecutionInformationDto
ApprovalProcessExecutionInformationDto. createFrom(ApprovalSchemaExecutionInformationType info, com.evolveum.midpoint.repo.common.ObjectResolver resolver, boolean wholeProcess, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
-