Uses of Interface
com.sas.services.information.metadata.CommentFilterInterface

Packages that use CommentFilterInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of CommentFilterInterface in com.sas.services.information.metadata
 

Classes in com.sas.services.information.metadata that implement CommentFilterInterface
 class CommentFilter
          Provides a mechanism to filter comments.
 

Methods in com.sas.services.information.metadata with parameters of type CommentFilterInterface
 CommentInterface RemarksInterface.getComment(CommentFilterInterface filter)
          Get a comment that satisfies the filter.
 CommentInterface Remarks.getComment(CommentFilterInterface filter)
           
 java.util.List RemarksInterface.getComments(CommentFilterInterface filter)
          Get a list of all comments that satisfy the filter.
 java.util.List Remarks.getComments(CommentFilterInterface filter)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.