Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceController.processWorkflowMessage(ProcessEvent event,
Task task,
OperationResult result)
Processes a message got from workflow engine - either synchronously (while waiting for
replies after sending - i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivitiInterface.notifyMidpoint(org.activiti.engine.delegate.DelegateExecution execution,
ProcessEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessFinishedEvent
Created with IntelliJ IDEA.
|
class |
ProcessStartedEvent
Created with IntelliJ IDEA.
|
class |
QueryProcessResponse |
Modifier and Type | Method and Description |
---|---|
void |
ChangeProcessor.finishProcess(ProcessEvent event,
Task task,
OperationResult result)
Handles an event from WfMS that indicates finishing of the workflow process instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimaryChangeProcessor.finishProcess(ProcessEvent event,
Task task,
OperationResult result) |
List<ObjectReferenceType> |
PrimaryApprovalProcessWrapper.getApprovedBy(ProcessEvent event) |
List<ObjectDelta<Objectable>> |
PrimaryApprovalProcessWrapper.prepareDeltaOut(ProcessEvent event,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<ObjectReferenceType> |
AbstractWrapper.getApprovedBy(ProcessEvent event) |
List<ObjectDelta<Objectable>> |
AbstractWrapper.prepareDeltaOut(ProcessEvent event,
Task task,
OperationResult result) |
Copyright © 2013 evolveum. All rights reserved.