| Package | Description |
|---|---|
| org.alfresco.events.activiti | |
| org.alfresco.events.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessEvent
Something that happens to an Activiti Process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActivitiEvent
Activiti has a lot of events that we can listen to.
|
class |
PackageVariableEvent
An ActivitiEvent related to the Alfresco-specific "bpm_package" variable
|
class |
ProcessEventImpl
An implementation of a Process Event
|
class |
StepEvent
An Activity (also known as Step) that is part of an Activiti process.
|
class |
TaskEvent
Represents one task for a human user.
|
class |
VariableEvent
An ActivitiEvent related to a single variable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicNodeEvent
A Basic Event that occurs on an Alfresco node.
|
interface |
ContentEvent
An event that occurs on an Alfresco content, we can get more information.
|
interface |
NodeInfoEvent
An Event that occurs on an Alfresco node with information
about the node beyond the Basic id/type
|
interface |
RepositoryEvent
An event that occurs in the Alfresco repository
|
interface |
SiteEvent
An event that occurs on an Alfresco Site.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityEvent
An event raised by using the
ActivityService |
class |
BasicNodeEventImpl
A Basic Event that occurs on an Alfresco node.
|
class |
BrowserEvent
An event that occurs when using a web browser.
|
class |
ContentEventImpl
Occurs when content is read.
|
class |
ContentReadRangeEvent
Occurs when content is read using a range request (for a part of the content).
|
class |
ExceptionGeneratedEvent
Exception generated event bean.
|
class |
NodeAddedEvent
Node added/created event.
|
class |
NodeCheckedInEvent
Node checked in event.
|
class |
NodeCheckedOutEvent
Node checked out event.
|
class |
NodeCheckOutCancelledEvent
Node checked out event.
|
class |
NodeCommentedEvent
Node add comment event.
|
class |
NodeContentGetEvent
Node content get event.
|
class |
NodeContentPutEvent
Node content put/change event.
|
class |
NodeEvent
A node event.
|
class |
NodeFavouritedEvent
Node favourited event.
|
class |
NodeLikedEvent
Node liked event.
|
class |
NodeMovedEvent
Node moved/renamed event.
|
class |
NodeRemovedEvent
Node removed/deleted event.
|
class |
NodeRenamedEvent
Node moved/renamed event.
|
class |
NodeTaggedEvent
Node tagged event.
|
class |
NodeUnFavouritedEvent
Node un-favourited event.
|
class |
NodeUnLikedEvent
Node unliked event.
|
class |
NodeUnTaggedEvent
Node untagged event.
|
class |
NodeUpdatedEvent
Node properties update event.
|
class |
NodeVersionEvent
Node versioned events.
|
class |
RepositoryEventImpl |
class |
SiteManagementEvent
An event that occurs when managing an Alfresco Site, e.g Site creation
|
class |
SyncEvent
Occurs on syncing of data between two Alfresco nodes.
|
class |
TransactionCommittedEvent
Transaction committed event.
|
class |
TransactionEvent
A TransactionEvent event that is also aware of its ordering.
|
class |
TransactionRolledBackEvent
Transaction rollback event.
|
class |
UserManagementEvent
An event that occurs when managing an Alfresco User
|
Copyright © 2005-2016 Alfresco Software. All Rights Reserved.