Uses of Interface
com.saperion.intf.wf.HistoryInfo
Packages that use HistoryInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package contains the classes for the LARIX RMI Server.
This package contains the utility classes for the LARIX RMI Server.
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 HistoryInfoModifier and TypeMethodDescriptionSaClassicConnectorImpl.getCompleteHistoryInfos
(String docId) Reads the history and comments for the given document.SaClassicConnectorImpl.getHistoryInfos
(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 HistoryInfoModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getCompleteHistoryInfos
(String docUID) Reads the history for the given task.SaRMIClientCommand.getCompleteHistoryInfos
(String docUID) Reads the history for the given task.AbstractWfRMIClientCommand.getHistoryInfos
(String taskUID) Reads the history for the given task.SaRMIClientCommand.getHistoryInfos
(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 HistoryInfoModifier and TypeMethodDescriptionSaWFTask.getHistory()
Reads the process history.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 HistoryInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getCompleteHistoryInfos
(int token, String docUID) Reads the histories and comments for the given document.SaRMIServerCommand.getHistoryInfos
(int token, 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 HistoryInfoModifier and TypeMethodDescriptionHistoryToXML.historyToXML
(HistoryInfo[] history, String language) HistoryToXML.historyToXML2
(HistoryInfo[] history, CommentInfo[] comments, String language, boolean isAscending) -
Uses of HistoryInfo in com.saperion.wf
Classes in com.saperion.wf that implement HistoryInfoMethods in com.saperion.wf with parameters of type HistoryInfo