Interface GenericEvent

    • Method Detail

      • getUser

        User getUser()
        Returns the actor.
      • getUserRoleName

        String getUserRoleName()
        Returns the role name of the actor
      • getProcessInstance

        ProcessInstance getProcessInstance()
        Returns the process instance.
      • getResolvedState

        State getResolvedState()
        Returns the state/activity resolved by the user.
      • getActionDate

        Date getActionDate()
        Returns the action date.
      • getActionName

        String getActionName()
        Returns the name of the action choosen to resolve the activity.
      • getDataRecord

        DataRecord getDataRecord()
        Returns the data associated to this event.
      • getSubstitute

        User getSubstitute()
      • setSubstitute

        void setSubstitute​(User substitute)
      • getUserOrSubstitute

        User getUserOrSubstitute()
        Returns substitute if defined, regular user otherwise
        Returns:
        a User