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.intf.wf |
This package contains the common used workflow interfaces for the LARIX components.
|
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<CommentInfo> |
SaClassicConnectorImpl.getCommentInfos(String taskId)
Reads the comments for the given task.
|
Modifier and Type | Method and Description |
---|---|
List<CommentInfo> |
SaRMIClientCommand.getCommentInfos(String taskUID)
Reads the comments for the given task.
|
List<CommentInfo> |
AbstractWfRMIClientCommand.getCommentInfos(String taskUID)
Reads the comments for the given task.
|
Modifier and Type | Method and Description |
---|---|
CommentInfo[] |
SaWFTaskImpl.getComments()
Reads the comments.
|
CommentInfo[] |
SaWFTask.getComments()
Reads the comments.
|
Modifier and Type | Method and Description |
---|---|
CommentInfo[] |
HistoryInfo.getComments() |
Modifier and Type | Method and Description |
---|---|
List<CommentInfo> |
SaRMIServerCommand.getCommentInfos(int token,
String taskUID)
Reads the comments for the given task.
|
Modifier and Type | Method and Description |
---|---|
String |
HistoryToXML.historyToXML2(HistoryInfo[] history,
CommentInfo[] comments,
String language,
boolean isAscending) |
Modifier and Type | Class and Description |
---|---|
class |
CommentInfoImpl |
Modifier and Type | Method and Description |
---|---|
CommentInfo[] |
HistoryInfoImpl.getComments() |
Modifier and Type | Method and Description |
---|---|
int |
CommentSorter.compare(CommentInfo o1,
CommentInfo o2) |
void |
HistoryInfoImpl.setComments(CommentInfo[] commentArray) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.