Modifier and Type | Method and Description |
---|---|
ProcessInstance |
ProcessInstanceDto.getProcessInstance() |
Constructor and Description |
---|
ProcessInstanceDto(ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
WorkflowServiceImpl.getProcessInstanceByInstanceId(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult) |
ProcessInstance |
WorkflowServiceImpl.getProcessInstanceByTaskId(String taskId,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstance> |
WorkflowServiceImpl.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
WorkflowServiceImpl.getProcessInstanceDetailsPanelName(ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
WorkflowService.getProcessInstanceByInstanceId(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult)
Returns information about a process instance.
|
ProcessInstance |
WorkflowService.getProcessInstanceByTaskId(String taskId,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstance> |
WorkflowService.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
WorkflowService.getProcessInstanceDetailsPanelName(ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
ProcessInstanceProvider.activitiToMidpointProcessInstanceHistory(org.activiti.engine.history.HistoricProcessInstance instance,
OperationResult parentResult) |
ProcessInstance |
ProcessInstanceProvider.getProcessInstanceByInstanceId(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult) |
ProcessInstance |
ProcessInstanceProvider.getProcessInstanceByTaskId(String taskId,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstance> |
ProcessInstanceProvider.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
ChangeProcessor.getProcessInstanceDetailsPanelName(ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
String |
PrimaryApprovalProcessWrapper.getProcessInstanceDetailsPanelName(ProcessInstance processInstance)
Returns the name of process instance details GUI panel.
|
String |
PrimaryChangeProcessor.getProcessInstanceDetailsPanelName(ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractWrapper.getProcessInstanceDetailsPanelName(ProcessInstance processInstance) |
Copyright © 2013 evolveum. All rights reserved.