| Package | Description |
|---|---|
| org.alfresco.sync.events.activiti |
| Class and Description |
|---|
| AbstractActivitiEvent
Activiti has a lot of events that we can listen to.
|
| InProcess
Something that takes place in a running Activiti process.
|
| ProcessDefinition
A simplified version of org.activiti.engine.repository.ProcessDefinition
An object structure representing an executable process composed of
activities and transitions.
|
| ProcessEvent
Something that happens to an Activiti Process.
|
| ProcessInstance
A simplified version of org.activiti.engine.runtime.ProcessInstance
Represents one execution of a ProcessDefinition
|
| StepEvent
An Activity (also known as Step) that is part of an Activiti process.
|
| VariableEvent
An ActivitiEvent related to a single variable.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.