public interface UntypedRecordableEventDescriptor extends RecordableEventDescriptor
UntypedRecordableEvent
. As an UntypedRecordableEvent
,
UntypedRecordableEventDescriptors are registeredRecordableEventDescriptor.EventFilter
Modifier and Type | Method and Description |
---|---|
DocumentReference |
getAuthorReference()
Get a
DocumentReference to the author of the descriptor. |
List<String> |
getEventTriggers()
Get a list of the events that should trigger this particular event.
|
List<String> |
getObjectTypes()
Get the object that, associated with one of the events returned by
getEventTriggers() should trigger
this particular event. |
default String |
getTargetExpression() |
String |
getValidationExpression()
Gets the event validation expression.
|
getApplicationIcon, getApplicationId, getApplicationName, getDescription, getEventTitle, getEventType, getEventTypeIcon, getFilter, isEnabled
String getValidationExpression()
List<String> getEventTriggers()
List<String> getObjectTypes()
getEventTriggers()
should trigger
this particular event.DocumentReference getAuthorReference()
DocumentReference
to the author of the descriptor. This reference is useful when evaluating
the output of getValidationExpression()
.default String getTargetExpression()
Copyright © 2004–2021 XWiki. All rights reserved.