public interface HistoryInfo extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
HistoryInfo.HistoryKind
History kind.
|
Modifier and Type | Method and Description |
---|---|
int |
getActivity() |
ActorInfo |
getActor() |
int |
getCommand() |
CommentInfo[] |
getComments() |
int |
getError() |
String |
getErrorMsg() |
ActorInfo |
getExecutor() |
int |
getIndex() |
HistoryInfo.HistoryKind |
getKind() |
String |
getProcessName() |
Date |
getReceiveDate() |
Date |
getSendDate() |
String |
getTaskDescr() |
int |
getTransition() |
String |
getTransitionDescr() |
int getIndex()
Date getReceiveDate()
Date getSendDate()
int getTransition()
int getActivity()
int getCommand()
HistoryInfo.HistoryKind getKind()
ActorInfo getExecutor()
ActorInfo getActor()
String getTransitionDescr()
String getTaskDescr()
int getError()
String getErrorMsg()
CommentInfo[] getComments()
String getProcessName()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.