Uses of Interface
com.saperion.intf.wf.HistoryInfo
-
Packages that use HistoryInfo Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server.com.saperion.util This package contains the utility classes for the LARIX RMI Server.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of HistoryInfo in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type HistoryInfo Modifier and Type Method Description java.util.List<java.util.List<HistoryInfo>>
SaClassicConnectorImpl. getCompleteHistoryInfos(java.lang.String docId)
Reads the history and comments for the given document.java.util.List<HistoryInfo>
SaClassicConnectorImpl. getHistoryInfos(java.lang.String taskId)
Reads the history for the given task. -
Uses of HistoryInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return types with arguments of type HistoryInfo Modifier and Type Method Description java.util.List<java.util.List<HistoryInfo>>
AbstractWfRMIClientCommand. getCompleteHistoryInfos(java.lang.String docUID)
Reads the history for the given task.java.util.List<java.util.List<HistoryInfo>>
SaRMIClientCommand. getCompleteHistoryInfos(java.lang.String docUID)
Reads the history for the given task.java.util.List<HistoryInfo>
AbstractWfRMIClientCommand. getHistoryInfos(java.lang.String taskUID)
Reads the history for the given task.java.util.List<HistoryInfo>
SaRMIClientCommand. getHistoryInfos(java.lang.String taskUID)
Reads the history for the given task. -
Uses of HistoryInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return HistoryInfo Modifier and Type Method Description HistoryInfo[]
SaWFTask. getHistory()
Reads the process history.HistoryInfo[]
SaWFTaskImpl. getHistory()
Reads the process history. -
Uses of HistoryInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type HistoryInfo Modifier and Type Method Description java.util.List<java.util.List<HistoryInfo>>
SaRMIServerCommand. getCompleteHistoryInfos(int token, java.lang.String docUID)
Reads the histories and comments for the given document.java.util.List<HistoryInfo>
SaRMIServerCommand. getHistoryInfos(int token, java.lang.String taskUID)
Reads the history for the given task. -
Uses of HistoryInfo in com.saperion.util
Methods in com.saperion.util with parameters of type HistoryInfo Modifier and Type Method Description java.lang.String
HistoryToXML. historyToXML(HistoryInfo[] history, java.lang.String language)
java.lang.String
HistoryToXML. historyToXML2(HistoryInfo[] history, CommentInfo[] comments, java.lang.String language, boolean isAscending)
-
Uses of HistoryInfo in com.saperion.wf
Classes in com.saperion.wf that implement HistoryInfo Modifier and Type Class Description class
HistoryInfoImpl
History info implementation.Methods in com.saperion.wf with parameters of type HistoryInfo Modifier and Type Method Description int
HistorySorter. compare(HistoryInfo o1, HistoryInfo o2)
-