Uses of Interface
org.eclipse.tigerstripe.workbench.queries.IArtifactQuery

Packages that use IArtifactQuery
org.eclipse.tigerstripe.workbench.model.deprecated_   
org.eclipse.tigerstripe.workbench.queries This package contains interfaces required when querying the contents of Tigerstripe projects. 
 

Uses of IArtifactQuery in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IArtifactQuery
 IArtifactQuery IArtifactManagerSession.makeQuery(java.lang.String queryType)
          Deprecated. Makes a new Artifact Query
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IArtifactQuery
 java.util.Collection<IAbstractArtifact> IArtifactManagerSession.queryArtifact(IArtifactQuery query)
          Deprecated. Query artifacts based on the given query Object
 

Uses of IArtifactQuery in org.eclipse.tigerstripe.workbench.queries
 

Subinterfaces of IArtifactQuery in org.eclipse.tigerstripe.workbench.queries
 interface IQueryAllArtifacts
          This query returns all the artifacts for a Tigerstripe project.
 interface IQueryArtifactsByType
          This query returns all artifacts of the specified type for a Tigerstripe project.
 interface IQueryRelationshipsByArtifact
          This query returns all IRelationships corresponding to either or both ends set.