Interface HistoryInfo

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    HistoryInfoImpl

    public interface HistoryInfo
    extends java.io.Serializable
    History info interface.
    Author:
    rbo
    • Method Detail

      • getIndex

        int getIndex()
        Returns:
        the index
      • getReceiveDate

        java.util.Date getReceiveDate()
        Returns:
        the receiveDate
      • getSendDate

        java.util.Date getSendDate()
        Returns:
        the sendDate
      • getTransition

        int getTransition()
        Returns:
        the transition
      • getActivity

        int getActivity()
        Returns:
        the activity
      • getCommand

        int getCommand()
        Returns:
        the command
      • getExecutor

        ActorInfo getExecutor()
        Returns:
        the executor
      • getActor

        ActorInfo getActor()
        Returns:
        the actor
      • getTransitionDescr

        java.lang.String getTransitionDescr()
        Returns:
        the transitionDescr
      • getTaskDescr

        java.lang.String getTaskDescr()
        Returns:
        the taskDescr
      • getError

        int getError()
        Returns:
        the error
      • getErrorMsg

        java.lang.String getErrorMsg()
        Returns:
        the errorMsg
      • getComments

        CommentInfo[] getComments()
        Returns:
        the comments
      • getProcessName

        java.lang.String getProcessName()
        Returns:
        process name