Interface RecordsManagementEventType
- All Known Implementing Classes:
OnReferenceCreateEventType
,OnReferencedRecordActionedUpon
,SimpleRecordsManagementEventTypeImpl
@AlfrescoPublicApi
public interface RecordsManagementEventType
Records management event type interface
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptionGets the display label of the event typegetName()
Get the name of the records management event typeboolean
Indicates whether the event is automatic or not
-
Method Details
-
getName
String getName()Get the name of the records management event type- Returns:
- String event type name
-
getDisplayLabel
String getDisplayLabel()Gets the display label of the event type- Returns:
- String display label
-
isAutomaticEvent
boolean isAutomaticEvent()Indicates whether the event is automatic or not- Returns:
- boolean true if automatic, false otherwise
-