IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.ras.profile.management.artifact.filter.IArtifactFilter

Packages that use IArtifactFilter
com.ibm.xtools.ras.profile.management.artifact   
com.ibm.xtools.ras.profile.management.artifact.filter   
 

Uses of IArtifactFilter in com.ibm.xtools.ras.profile.management.artifact
 

Methods in com.ibm.xtools.ras.profile.management.artifact with parameters of type IArtifactFilter
 Collection IArtifactManager.getArtifacts(IArtifactFilter theArtifactFilter, int maxReturned)
          Retrieves a Collection of Artifact instances that match the given filter.
 boolean IArtifactManager.containsArtifact(IArtifactFilter theArtifactFilter)
          Determines if an Artifact is contained in the artifact hierarchy that matches the given filter.
 Artifact IArtifactManager.findArtifact(IArtifactFilter theArtifactFilter)
          Finds an Artifact that matches the given filter.
 

Uses of IArtifactFilter in com.ibm.xtools.ras.profile.management.artifact.filter
 

Subinterfaces of IArtifactFilter in com.ibm.xtools.ras.profile.management.artifact.filter
 interface IArtifactAttributeFilter
          The IArtifactAttributeFilter provides the ability to filter on an attribute of an Artifact.
 interface ICaseSensitiveArtifactFilter
          This interface extends the behavior of IArtifactFilter to include the ability to make the filter match in a case sensitive manner.
 

Classes in com.ibm.xtools.ras.profile.management.artifact.filter that implement IArtifactFilter
 class AbstractArtifactAttributeFilterImpl
          Abstract class that provides the ability to filter on the String attribute of an Artifact.
 class AbstractCaseSensitiveFilterImpl
          Abstract class that implements the case sensitive parts of the ICaseSensitiveArtifactFilter interface.
 

Methods in com.ibm.xtools.ras.profile.management.artifact.filter that return IArtifactFilter
 IArtifactFilter IArtifactFilterFactory.createArtifactFilter(Artifact theArtifact)
          Creates an IArtifactFilter that provides the ability to filter for a particular Arifact instance.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.