| Package | Description |
|---|---|
| com.liferay.portal.kernel.repository.event | |
| com.liferay.portal.kernel.repository.registry |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryEventListener<S extends RepositoryEventType,T> |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RepositoryEventType.Add |
static interface |
RepositoryEventType.Delete |
static interface |
RepositoryEventType.Move |
static interface |
RepositoryEventType.Update |
interface |
TrashRepositoryEventType |
static interface |
TrashRepositoryEventType.EntryRestored |
static interface |
TrashRepositoryEventType.EntryTrashed |
interface |
WorkflowRepositoryEventType |
static interface |
WorkflowRepositoryEventType.Add |
static interface |
WorkflowRepositoryEventType.Update |
| Modifier and Type | Method and Description |
|---|---|
<S extends RepositoryEventType,T> |
RepositoryEventTrigger.trigger(Class<S> repositoryEventTypeClass,
Class<T> modelClass,
T model) |
| Modifier and Type | Method and Description |
|---|---|
<S extends RepositoryEventType,T> |
RepositoryEventRegistry.registerRepositoryEventListener(Class<S> repositoryEventTypeClass,
Class<T> modelClass,
RepositoryEventListener<S,T> repositoryEventListeners) |