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 Type
    Method
    Description
    Gets the display label of the event type
    Get the name of the records management event type
    boolean
    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