Uses of Interface
com.saperion.intf.wf.CommentInfo
Packages that use CommentInfo
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 common used workflow interfaces for the LARIX components.
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 CommentInfo in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type CommentInfoModifier and TypeMethodDescriptionSaClassicConnectorImpl.getCommentInfos
(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 CommentInfoModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getCommentInfos
(String taskUID) Reads the comments for the given task.SaRMIClientCommand.getCommentInfos
(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 CommentInfoModifier and TypeMethodDescriptionSaWFTask.getComments()
Reads the comments.SaWFTaskImpl.getComments()
Reads the comments. -
Uses of CommentInfo in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return CommentInfo -
Uses of CommentInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type CommentInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getCommentInfos
(int token, 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 CommentInfoModifier and TypeMethodDescriptionHistoryToXML.historyToXML2
(HistoryInfo[] history, CommentInfo[] comments, String language, boolean isAscending) -
Uses of CommentInfo in com.saperion.wf
Classes in com.saperion.wf that implement CommentInfoMethods in com.saperion.wf that return CommentInfoMethods in com.saperion.wf with parameters of type CommentInfoModifier and TypeMethodDescriptionint
CommentSorter.compare
(CommentInfo o1, CommentInfo o2) void
HistoryInfoImpl.setComments
(CommentInfo[] commentArray)