Interface RecordsManagementEventType
-
- All Known Implementing Classes:
OnReferenceCreateEventType
,OnReferencedRecordActionedUpon
,SimpleRecordsManagementEventTypeImpl
@AlfrescoPublicApi public interface RecordsManagementEventType
Records management event type interface- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayLabel()
Gets the display label of the event typeString
getName()
Get the name of the records management event typeboolean
isAutomaticEvent()
Indicates whether the event is automatic or not
-
-
-
Method Detail
-
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
-
-