Uses of Class
com.evolveum.midpoint.web.page.admin.workflow.dto.ProcessInstanceDto
Packages that use ProcessInstanceDto
Package
Description
-
Uses of ProcessInstanceDto in com.evolveum.midpoint.web.component.wf.processes
Constructor parameters in com.evolveum.midpoint.web.component.wf.processes with type arguments of type ProcessInstanceDtoModifierConstructorDescriptionEmptyProcessDetailsPanel
(String id, org.apache.wicket.model.IModel<ProcessInstanceDto> model) -
Uses of ProcessInstanceDto in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow that return types with arguments of type ProcessInstanceDtoModifier and TypeMethodDescriptionorg.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<ProcessInstanceDto,
String> ProcessInstancesPanel.createTypeIconColumn
(boolean object) ProcessInstancesPanel.getTablePanel()
Constructor parameters in com.evolveum.midpoint.web.page.admin.workflow with type arguments of type ProcessInstanceDtoModifierConstructorDescriptionProcessInstancesPanel
(String id, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<ProcessInstanceDto, String> provider, UserProfileStorage.TableId tableId, ProcessInstancesPanel.View view, @Nullable org.apache.wicket.model.IModel<String> currentInstanceIdModel)