Package com.saperion.intf.wf
Interface HistoryInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
HistoryInfoImpl
History info interface.
- Author:
- rbo
-
Method Details
-
getIndex
int getIndex()- Returns:
- the index
-
getReceiveDate
Date getReceiveDate()- Returns:
- the receiveDate
-
getSendDate
Date getSendDate()- Returns:
- the sendDate
-
getTransition
int getTransition()- Returns:
- the transition
-
getActivity
int getActivity()- Returns:
- the activity
-
getCommand
int getCommand()- Returns:
- the command
-
getKind
HistoryInfo.HistoryKind getKind()- Returns:
- the kind
-
getExecutor
ActorInfo getExecutor()- Returns:
- the executor
-
getActor
ActorInfo getActor()- Returns:
- the actor
-
getTransitionDescr
String getTransitionDescr()- Returns:
- the transitionDescr
-
getTaskDescr
String getTaskDescr()- Returns:
- the taskDescr
-
getError
int getError()- Returns:
- the error
-
getErrorMsg
String getErrorMsg()- Returns:
- the errorMsg
-
getComments
CommentInfo[] getComments()- Returns:
- the comments
-
getProcessName
String getProcessName()- Returns:
- process name
-