Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector 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.
|
Modifier and Type | Method and Description |
---|---|
List<List<HistoryInfo>> |
SaClassicConnectorImpl.getCompleteHistoryInfos(String docId)
Reads the history and comments for the given document.
|
List<HistoryInfo> |
SaClassicConnectorImpl.getHistoryInfos(String taskId)
Reads the history for the given task.
|
Modifier and Type | Method and Description |
---|---|
HistoryInfo[] |
SaWFTaskImpl.getHistory()
Reads the process history.
|
HistoryInfo[] |
SaWFTask.getHistory()
Reads the process history.
|
Modifier and Type | Method and Description |
---|---|
List<List<HistoryInfo>> |
SaRMIServerCommand.getCompleteHistoryInfos(int token,
String docUID)
Reads the histories and comments for the given document.
|
List<HistoryInfo> |
SaRMIServerCommand.getHistoryInfos(int token,
String taskUID)
Reads the history for the given task.
|
Modifier and Type | Method and Description |
---|---|
String |
HistoryToXML.historyToXML(HistoryInfo[] history,
String language) |
String |
HistoryToXML.historyToXML2(HistoryInfo[] history,
CommentInfo[] comments,
String language,
boolean isAscending) |
Modifier and Type | Class and Description |
---|---|
class |
HistoryInfoImpl
History info implementation.
|
Modifier and Type | Method and Description |
---|---|
int |
HistorySorter.compare(HistoryInfo o1,
HistoryInfo o2) |
Copyright © 2016 SAPERION AG. All rights reserved.