| Modifier and Type | Method and Description |
|---|---|
void |
EventMessageListener.onEvent(Event event) |
| 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 |
ClientEvent
An event that is generated and we are able to get information
about the Alfresco client, eg.
|
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.
|
interface |
TenantedEvent
An event that occurs in the context of an Alfresco tenant/aka network
|
| 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 |
EventImpl
Abstract event bean.
|
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 |
NodeLockedEvent |
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 |
NodeUnlockedEvent |
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorityAddedToGroupEvent
Authority added to a group
|
class |
AuthorityEvent
An event which pertains to authorities(user or groups)
|
class |
AuthorityRemovedFromGroupEvent
Authority removed from a group
|
class |
GroupDeletedEvent
Group deleted event
|
| Modifier and Type | Class and Description |
|---|---|
class |
InheritPermissionsDisabledEvent
Permission inheritance was disabled for a certain node.
|
class |
InheritPermissionsEnabledEvent
Permission inheritance was enabled for a certain node.
|
class |
LocalPermissionGrantedEvent
Local permission granted to an authority for a specific node
|
class |
LocalPermissionRevokedEvent
Local permission revoked from an authority for a specific node
|
class |
LocalPermissionUpdatedEvent
Local permission event
|
class |
PermissionsEvent
Permission change on a specific node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileClassifiedEvent
An event that denotes a file being classified(e.g.
|
class |
FileUnclassifiedEvent
An event that denotes a file being unclassified(e.g.
|
class |
RecordCreatedEvent
An event that denotes a record being created
|
class |
RecordRejectedEvent
An event that denotes a record being rejected, thus becoming a regular node again
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventPreparator.prepareEvent(String user,
String networkId,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventPublisher.publishEvent(Event event)
Publish the event
|
void |
DelegatingEventPublisher.publishEvent(Event event) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.