Interface IAbstractInterventionNotificationData

All Superinterfaces:
INotificationData, Serializable
All Known Subinterfaces:
IDelegatedInterventionNotificationData, IInterventionNotificationData

public interface IAbstractInterventionNotificationData extends INotificationData
Mutual interface to normal and delegated intervention notification data
  • Method Details

    • getTaskInstanceProtocolUri

      String getTaskInstanceProtocolUri()
    • getWorkflowInstanceProtocolUri

      String getWorkflowInstanceProtocolUri()
    • getWorkflowProtocolUri

      String getWorkflowProtocolUri()
    • getWorkflowContainerProtocolUri

      String getWorkflowContainerProtocolUri()
    • getCatalogProtocolUri

      String getCatalogProtocolUri()
    • getProjectProtocolUri

      String getProjectProtocolUri()
    • getTaskInstanceNames

      Map<String,String> getTaskInstanceNames()
    • getReference

      String getReference()
    • getTitle

      String getTitle()