Uses of Interface
com.sas.services.information.metadata.CommentInterface
Packages that use CommentInterface
Package
Description
Information Service metadata.
Information Service WebDAV metadata.
-
Uses of CommentInterface in com.sas.services.information.metadata
Classes in com.sas.services.information.metadata that implement CommentInterfaceMethods in com.sas.services.information.metadata that return CommentInterfaceModifier and TypeMethodDescriptionRemarks.getComment(CommentFilterInterface filter) RemarksInterface.getComment(CommentFilterInterface filter) Get a comment that satisfies the filter.Methods in com.sas.services.information.metadata with parameters of type CommentInterfaceModifier and TypeMethodDescriptionvoidRemarks.addComment(CommentInterface comment) voidRemarksInterface.addComment(CommentInterface comment) Add a comment - as long as user is an allowed participant -
Uses of CommentInterface in com.sas.services.information.metadata.dav
Methods in com.sas.services.information.metadata.dav that return CommentInterfaceModifier and TypeMethodDescriptionDAVRemarks.getComments()Returns the list of comments in the discussion thread.Methods in com.sas.services.information.metadata.dav with parameters of type CommentInterfaceModifier and TypeMethodDescriptionvoidDAVRemarks.addComment(CommentInterface comment) Adds a comment to the discussion thread.