Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.ISessionArtifact.INamedQuery

Packages that use ISessionArtifact.INamedQuery
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of ISessionArtifact.INamedQuery in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return ISessionArtifact.INamedQuery
 ISessionArtifact.INamedQuery ISessionArtifact.makeNamedQuery()
          Factory class for namedQuery.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type ISessionArtifact.INamedQuery
 java.util.Collection<ISessionArtifact.INamedQuery> ISessionArtifact.getNamedQueries()
          Return the nameQueries that are exposed through this session.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type ISessionArtifact.INamedQuery
 void ISessionArtifact.addNamedQuery(ISessionArtifact.INamedQuery details)
          Add/sets INamedQuery for the target entity If such named query already exists, the details are overwritten.
 void ISessionArtifact.removeNamedQuery(ISessionArtifact.INamedQuery[] details)
          Remove namedQueries from the session.