Interface CmmnHistoryEventProducer

    • Method Detail

      • createCaseInstanceCreateEvt

        HistoryEvent createCaseInstanceCreateEvt​(DelegateCaseExecution caseExecution)
        Creates the history event fired when a case instance is created.
        Parameters:
        caseExecution - the current case execution
        Returns:
        the created history event
      • createCaseInstanceUpdateEvt

        HistoryEvent createCaseInstanceUpdateEvt​(DelegateCaseExecution caseExecution)
        Creates the history event fired when a case instance is updated.
        Parameters:
        caseExecution - the current case execution
        Returns:
        the created history event
      • createCaseInstanceCloseEvt

        HistoryEvent createCaseInstanceCloseEvt​(DelegateCaseExecution caseExecution)
        Creates the history event fired when a case instance is closed.
        Parameters:
        caseExecution - the current case execution
        Returns:
        the created history event
      • createCaseActivityInstanceCreateEvt

        HistoryEvent createCaseActivityInstanceCreateEvt​(DelegateCaseExecution caseExecution)
        Creates the history event fired when a case activity instance is created.
        Parameters:
        caseExecution - the current case execution
        Returns:
        the created history event
      • createCaseActivityInstanceUpdateEvt

        HistoryEvent createCaseActivityInstanceUpdateEvt​(DelegateCaseExecution caseExecution)
        Creates the history event fired when a case activity instance is updated.
        Parameters:
        caseExecution - the current case execution
        Returns:
        the created history event
      • createCaseActivityInstanceEndEvt

        HistoryEvent createCaseActivityInstanceEndEvt​(DelegateCaseExecution caseExecution)
        Creates the history event fired when a case activity instance is ended.
        Parameters:
        caseExecution - the current case execution
        Returns:
        the created history event