Uses of Interface
com.saperion.intf.wf.CommentInfo
-
Packages that use CommentInfo 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. -
-
Uses of CommentInfo in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type CommentInfo Modifier and Type Method Description java.util.List<CommentInfo>
SaClassicConnectorImpl. getCommentInfos(java.lang.String taskId)
Reads the comments for the given task. -
Uses of CommentInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return types with arguments of type CommentInfo Modifier and Type Method Description java.util.List<CommentInfo>
AbstractWfRMIClientCommand. getCommentInfos(java.lang.String taskUID)
Reads the comments for the given task.java.util.List<CommentInfo>
SaRMIClientCommand. getCommentInfos(java.lang.String taskUID)
Reads the comments for the given task. -
Uses of CommentInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return CommentInfo Modifier and Type Method Description CommentInfo[]
SaWFTask. getComments()
Reads the comments.CommentInfo[]
SaWFTaskImpl. getComments()
Reads the comments. -
Uses of CommentInfo in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return CommentInfo Modifier and Type Method Description CommentInfo[]
HistoryInfo. getComments()
-
Uses of CommentInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type CommentInfo Modifier and Type Method Description java.util.List<CommentInfo>
SaRMIServerCommand. getCommentInfos(int token, java.lang.String taskUID)
Reads the comments for the given task. -
Uses of CommentInfo in com.saperion.util
Methods in com.saperion.util with parameters of type CommentInfo Modifier and Type Method Description java.lang.String
HistoryToXML. historyToXML2(HistoryInfo[] history, CommentInfo[] comments, java.lang.String language, boolean isAscending)
-
Uses of CommentInfo in com.saperion.wf
Classes in com.saperion.wf that implement CommentInfo Modifier and Type Class Description class
CommentInfoImpl
Methods in com.saperion.wf that return CommentInfo Modifier and Type Method Description CommentInfo[]
HistoryInfoImpl. getComments()
Methods in com.saperion.wf with parameters of type CommentInfo Modifier and Type Method Description int
CommentSorter. compare(CommentInfo o1, CommentInfo o2)
void
HistoryInfoImpl. setComments(CommentInfo[] commentArray)
-