Uses of Class
wt.query.SearchCondition

Packages that use SearchCondition
com.ptc.core.htmlcomp.tableview   
com.ptc.core.meta.type.runtime.server Type Runtime Server Specification  
com.ptc.core.meta.type.runtime.server.impl   
com.ptc.epm.commands   
com.ptc.epm.commands.util   
com.ptc.netmarkets.report   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.search   
com.ptc.windchill.uwgm.common.query   
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.calendar Uses the CalendarAccessProtocol and the CalendarService to provide iCalandar Access Protocol support. 
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.clients.beans.query   
wt.clients.workflow.definer   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.dataops.archive   
wt.dataops.objectcol.delegate   
wt.dataops.objectcol.resolution   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.epm.retriever   
wt.epm.structure   
wt.epm.util   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.inf.container   
wt.inf.sharing   
wt.lifecycle
 
wt.locks
 
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
wt.ownership

The ownership service is responsible for associating a principal with an object. 

wt.project The notion of a Project has been replaced by a Team, see the wt.team package instead. 
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
wt.query.specification   
wt.rule Uses the RuleService (and server-side-only RuleServiceSvr to manage the definition and application of Rules. 
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.team
 
wt.transfer   
wt.transfer.policy   
wt.vc
 
wt.vc.views
 
wt.vc.wip
 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of SearchCondition in com.ptc.core.htmlcomp.tableview
 

Methods in com.ptc.core.htmlcomp.tableview that return SearchCondition
private static SearchCondition TableViewDescriptorHelper.getNameSearchCondition(String tableViewName)
           
 

Uses of SearchCondition in com.ptc.core.meta.type.runtime.server
 

Methods in com.ptc.core.meta.type.runtime.server that return SearchCondition
 SearchCondition TypeModel.getSearchCondition(TypeIdentifier type_id, boolean descend)
           
 

Uses of SearchCondition in com.ptc.core.meta.type.runtime.server.impl
 

Methods in com.ptc.core.meta.type.runtime.server.impl that return SearchCondition
 SearchCondition AbstractTypeModel.getSearchCondition(TypeIdentifier type_id, boolean descend)
           
 

Uses of SearchCondition in com.ptc.epm.commands
 

Methods in com.ptc.epm.commands that return SearchCondition
private static SearchCondition ECADAbstractQuery.generateWhere(AttributeDefDefaultView attrDef, String value)
           
 

Uses of SearchCondition in com.ptc.epm.commands.util
 

Methods in com.ptc.epm.commands.util that return SearchCondition
static SearchCondition QueryHelper.integerWhere(Class queryClass, String attributeName, String value)
           
static SearchCondition QueryHelper.floatWhere(Class queryClass, String attributeName, String value)
           
static SearchCondition QueryHelper.stringWhere(Class queryClass, String attributeName, String value)
           
 

Uses of SearchCondition in com.ptc.netmarkets.report
 

Methods in com.ptc.netmarkets.report that return SearchCondition
 SearchCondition StandardNmReportService.getPeriodSearchCondition(Timestamp start, Timestamp end)
           
 

Uses of SearchCondition in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc that return SearchCondition
 SearchCondition HistoryTemplateProcessor.getPeriodSearchCondition(Timestamp start, Timestamp end)
           
 

Uses of SearchCondition in com.ptc.windchill.cadx.search
 

Methods in com.ptc.windchill.cadx.search that return SearchCondition
private  SearchCondition DatabaseSearch.getSearchCondition(Class classname, ClassInfo class_info, String attrib_name, String value, Locale locale)
           
private  SearchCondition DatabaseSearch.addOrgCriteria(Class classname, String orgAttribute, String orgAttrValue, boolean isOpposite)
           
private  SearchCondition DatabaseSearch.setOppositeCondition(SearchCondition sc)
           
static SearchCondition DatabaseSearch.getWildcardEscapedCondition(SearchCondition sc, String value)
           
 

Methods in com.ptc.windchill.cadx.search with parameters of type SearchCondition
private  QuerySpec DatabaseSearch.addToWhere(QuerySpec qs, SearchCondition sc)
           
private  SearchCondition DatabaseSearch.setOppositeCondition(SearchCondition sc)
           
static SearchCondition DatabaseSearch.getWildcardEscapedCondition(SearchCondition sc, String value)
           
 

Uses of SearchCondition in com.ptc.windchill.uwgm.common.query
 

Methods in com.ptc.windchill.uwgm.common.query that return SearchCondition
static SearchCondition QueryHelper.getSearchConditionByPrincipal(Class cl, WTPrincipal principal)
           
static SearchCondition QueryHelper.getSearchConditionByContainer(Class cl, WTContainer container)
           
static SearchCondition QueryHelper.getSearchConditionByOids(Class iterCl, String attr, long[] ids)
           
static SearchCondition QueryHelper.getSearchConditionByName(Class masterCl, String attr, String[] ids)
           
static SearchCondition QueryHelper.getSearchConditionNotInProjects(Class iterCl, WTContainer current)
           
static SearchCondition QueryHelper.getSearchConditionNotWorkingCopy(Class iterCl)
           
static SearchCondition QueryHelper.getSearchConditionNotDeleted(Class persistableCl)
           
 

Uses of SearchCondition in wt.admin
 

Methods in wt.admin that return SearchCondition
 SearchCondition DomainReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition DomainAdministeredHelper.getSearchCondition(AdministrativeDomain domain)
          Constructs and returns a search condition that can be used to retrieve all objects belonging to the domain passed as argument.
 SearchCondition DomainReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition DomainAdministeredHelper.getSearchCondition(AdministrativeDomain domain)
          Constructs and returns a search condition that can be used to retrieve all objects belonging to the domain passed as argument.
 

Uses of SearchCondition in wt.calendar
 

Methods in wt.calendar that return SearchCondition
private  SearchCondition LocalCAP.onOwner(WTPrincipal p)
           
private  SearchCondition LocalCAP.onCalOid(long oid)
           
 

Uses of SearchCondition in wt.change2
 

Methods in wt.change2 that return SearchCondition
private  SearchCondition StandardChangeService2.getAttachedSc(Class link_class, String other_role, long[] target_ids)
           
 

Uses of SearchCondition in wt.clients.beans.query
 

Fields in wt.clients.beans.query declared as SearchCondition
protected  SearchCondition[] WTQuery.additionalSearchConditions
           
 

Methods in wt.clients.beans.query that return SearchCondition
private  SearchCondition WTQuery.appendContainerTypeCondition(Class classname, String containerType)
           
 

Methods in wt.clients.beans.query with parameters of type SearchCondition
 void WTQuery.setAdditionalSearchConditions(SearchCondition[] sc)
           
 

Uses of SearchCondition in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return SearchCondition
private static SearchCondition Server.byVersion()
           
private static SearchCondition Server.byName(String name)
           
private static SearchCondition Server.byEnabled()
           
 

Uses of SearchCondition in wt.content
 

Methods in wt.content that return SearchCondition
 SearchCondition DataFormatReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.dataops.archive
 

Methods in wt.dataops.archive that return SearchCondition
static SearchCondition ArchivedIterationInfo.getSearchCondition(Iterated iteration)
           
static SearchCondition ArchivedIterationInfo.getSearchCondition(Iterated[] iterations)
           
static SearchCondition ArchivedIterationInfo.getSearchCondition(ControlBranch cb)
           
 

Uses of SearchCondition in wt.dataops.objectcol.delegate
 

Methods in wt.dataops.objectcol.delegate that return SearchCondition
protected  SearchCondition CreatedBetweenDatesAttrDelegate.createSearchConditionWithCorrectType(Class clz, String attrName, Class attrType, String attrValue)
           
 

Uses of SearchCondition in wt.dataops.objectcol.resolution
 

Methods in wt.dataops.objectcol.resolution that return SearchCondition
protected  SearchCondition[][] AttrQueryProcessor.createAttrSearchCondition(List classes)
           
protected  SearchCondition[][] AttrQueryProcessor.createAttrSearchCondition(List classes, String[] strvalues)
           
protected  SearchCondition[][] AttrQueryProcessor.createAttrSearchCondition(List classes, Persistable[] pvalues)
           
protected  SearchCondition AttrQueryProcessor.createSearchConditionWithCorrectType(Class clz, String attrName, Class attrType, String attrValue)
           
 

Uses of SearchCondition in wt.eff
 

Methods in wt.eff that return SearchCondition
private  SearchCondition EffConfigSpec.getSearchCondition(String attr, String oper)
           
private  SearchCondition EffConfigSpec.getSearchCondition(String attr, String oper)
           
 

Uses of SearchCondition in wt.epm.retriever
 

Fields in wt.epm.retriever declared as SearchCondition
(package private)  SearchCondition EPMRetriever.Where.sc
           
(package private)  SearchCondition[] EPMRetriever.Parameter.sc
           
(package private)  SearchCondition EPMRetriever.Where.sc
           
(package private)  SearchCondition[] EPMRetriever.Parameter.sc
           
 

Methods in wt.epm.retriever that return SearchCondition
private  SearchCondition[] DependencyRetrieverHelper.getSearchConditionForSeedFromWorkspace(Class iterCl)
           
private  SearchCondition[] DependencyRetrieverHelper.getSearchConditionForSeedFromWorkspace(Class iterCl)
           
 

Methods in wt.epm.retriever with parameters of type SearchCondition
 void EPMRetriever.addWhere(SearchCondition sc)
           
 void EPMRetriever.addWhere(SearchCondition sc, String alias)
           
 void EPMRetriever.addWhere(SearchCondition sc, String alias, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
private  void EPMRetriever.addCondition(QuerySpec qs, SearchCondition sc, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
 void EPMRetriever.addWhere(SearchCondition sc)
           
 void EPMRetriever.addWhere(SearchCondition sc, String alias)
           
 void EPMRetriever.addWhere(SearchCondition sc, String alias, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
private  void EPMRetriever.addCondition(QuerySpec qs, SearchCondition sc, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
 

Constructors in wt.epm.retriever with parameters of type SearchCondition
EPMRetriever.Where(SearchCondition sc, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
EPMRetriever.Where(SearchCondition sc, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
 

Uses of SearchCondition in wt.epm.structure
 

Methods in wt.epm.structure that return SearchCondition
protected  SearchCondition EPMNavigateUtility.IdSet.getSearchCondition(Class objectClass, String attribute)
           
 

Uses of SearchCondition in wt.epm.util
 

Methods in wt.epm.util that return SearchCondition
private static SearchCondition EPMQueryHelper.createInSearchCondition(Class targetClass, String attribute, long[] value)
           
private static SearchCondition EPMQueryHelper.createInSearchCondition(Class targetClass, String attribute, long[] value, boolean negate)
           
 

Uses of SearchCondition in wt.fc
 

Methods in wt.fc that return SearchCondition
static SearchCondition PersistenceHelper.getUnassignedOidSearchCondition(Class a_class)
          Creates a SearchCondition that will find all objects of a given class that don't have an ObjectIdentifier with an assigned id value.
 SearchCondition ObjectReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition PersistenceHelper.getUnassignedOidSearchCondition(Class a_class)
          Creates a SearchCondition that will find all objects of a given class that don't have an ObjectIdentifier with an assigned id value.
 SearchCondition ObjectReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.folder
 

Methods in wt.folder that return SearchCondition
static SearchCondition FolderHelper.getSearchCondition(Cabinet cabinet, boolean residesIn)
          Return a SearchCondition object which can be used to locate all Foldered objects that either reside in or don't reside in the specified Cabinet.
 SearchCondition CabinetReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition FolderHelper.getSearchCondition(Cabinet cabinet, boolean residesIn)
          Return a SearchCondition object which can be used to locate all Foldered objects that either reside in or don't reside in the specified Cabinet.
 SearchCondition CabinetReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.inf.container
 

Methods in wt.inf.container that return SearchCondition
 SearchCondition WTContainerReferenceSearch.getSearchCondition(Class classname)
          

Supported API: false
 SearchCondition WTContainerReferenceSearch.getSearchCondition(Class classname)
          

Supported API: false
 

Uses of SearchCondition in wt.inf.sharing
 

Methods in wt.inf.sharing that return SearchCondition
private  SearchCondition StandardDataSharingService.getObjSc(ObjectIdentifier oid)
          Returns the search condition for a given object or object's iteration.
private  SearchCondition StandardDataSharingService.getVerSc(long branch_id)
          Returns the search condition for a given object's version.
 

Uses of SearchCondition in wt.lifecycle
 

Methods in wt.lifecycle that return SearchCondition
 SearchCondition LifeCycleTemplateReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition LifeCycleSignature.getSearchCondition(LifeCycleManaged object)
           
static SearchCondition LifeCycleSignature.getSearchCondition(Role aRole)
           
static SearchCondition LifeCycleSignature.getSearchCondition(WTUser user)
           
static SearchCondition LifeCycleSignature.getSearchCondition(String phaseName)
           
 SearchCondition LifeCycleTemplateReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition LifeCycleSignature.getSearchCondition(LifeCycleManaged object)
           
static SearchCondition LifeCycleSignature.getSearchCondition(Role aRole)
           
static SearchCondition LifeCycleSignature.getSearchCondition(WTUser user)
           
static SearchCondition LifeCycleSignature.getSearchCondition(String phaseName)
           
 

Uses of SearchCondition in wt.locks
 

Methods in wt.locks that return SearchCondition
static SearchCondition LockHelper.getSearchCondition(Class target, boolean state)
          Gets a SearchCondition to be appended to a query of all the objects that are either locked or unlocked.
static SearchCondition LockHelper.getSearchCondition(Class target, WTPrincipal principal, boolean state)
          Gets a SearchCondition to be appended to a query of all the objects that are either locked or unlocked for a given principal.
static SearchCondition LockHelper.getSearchCondition(Class target, WTPrincipalReference principal, boolean state)
          Gets a SearchCondition to be appended to a query of all the objects that are either locked or unlocked for a given principal.
 

Uses of SearchCondition in wt.org
 

Methods in wt.org that return SearchCondition
 SearchCondition WTPrincipalReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition WTPrincipalReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.ownership
 

Methods in wt.ownership that return SearchCondition
static SearchCondition OwnershipHelper.getSearchCondition(Class targetClass, boolean owned)
          Create a SearchCondition that will return Ownable objects that are either owned or not owned by a WTPrincipal.
static SearchCondition OwnershipHelper.getSearchCondition(Class targetClass, WTPrincipal owner, boolean owned)
          Create a SearchCondition that will return Ownable objects that are owned (or not owned) by the supplied WTPrincipal.
 

Uses of SearchCondition in wt.project
 

Methods in wt.project that return SearchCondition
 SearchCondition ProjectReferenceSearch.getSearchCondition(Class classname)
          Deprecated. Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.query
 

Fields in wt.query declared as SearchCondition
 SearchCondition ConditionsClause.SearchConditionInfo.condition
           
 

Methods in wt.query that return SearchCondition
 SearchCondition TimestampSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition TimestampRangeSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
private  SearchCondition SearchTask.appendContainerCondition(WTContainer container, Class searchClass)
           
private  SearchCondition SearchTask.appendContainerTypeCondition(Class classname, String containerType)
           
 SearchCondition LongSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition IntegerSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition IntegerRangeSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition FloatSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition FloatRangeSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition EnumeratedTypeSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
private  SearchCondition DatabaseSearch.getSearchCondition(Class classname, ClassInfo class_info, String attrib_name, String value, Locale locale)
           
 SearchCondition BooleanSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition AttributeSearchSpecification.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition AttributeRangeSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Methods in wt.query with parameters of type SearchCondition
private  void WhereClause.checkSearchCondition(SearchCondition a_searchCondition, TableExpression[] a_fromTables)
           
 QueryResult SearchTask.search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
protected  QueryResult SearchTask._search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
 QueryResult SearchTask.search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions, Vector ibaSearchExpressions)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
protected  QueryResult SearchTask._search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions, Vector ibaSearchExpressions)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
 QueryResult SearchTask.search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions, WTContainer container, Vector containerList)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
protected  QueryResult SearchTask._search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions, WTContainer container, Vector containerList)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
 QueryResult SearchTask.search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions, Vector ibaSearchExpressions, WTContainer container, Vector containerList)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
protected  QueryResult SearchTask._search(Class classname, Vector searchSpecVector, Vector displayAttributes, String sortPreference, SearchCondition[] additionalSearchConditions, Vector ibaSearchExpressions, WTContainer container, Vector containerList)
          Queries for persistant objects of one class using the vector of AttributeSearchSpecifications for the criterion.
protected  boolean SearchCondition.readVersion(SearchCondition thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void QuerySpec.appendSearchCondition(SearchCondition aSearchCondition)
          Deprecated. Replaced by appendWhere(WhereExpression, int[])
 void QuerySpec.appendSearchCondition(SearchCondition aSearchCondition, int position, int joinPosition)
          Deprecated. Replaced by appendWhere(WhereExpression, int, int)
private  QuerySpec DatabaseSearch.addToWhere(QuerySpec qs, SearchCondition sc)
           
private  QuerySpec DatabaseSearch.addToWhere(QuerySpec qs, SearchCondition sc, String logicalOperator)
           
static SearchExpression AttributeSearchSpecification.getSearchExpression(SearchCondition a_searchCondition, boolean a_falseSearch)
           
 

Uses of SearchCondition in wt.query.specification
 

Methods in wt.query.specification that return SearchCondition
protected  SearchCondition DefaultQueryWriter.getModeledAttributeSearchCondition(ClassSearchSpec a_selection, AttributeSearchExp an_expression)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getLatestIterationSearchCondition(ClassSearchSpec a_selection)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getHolderClassInstancedAttributeSearchCondition(Class a_class, String a_classname)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getDefinitionInstancedAttributeSearchCondition(Class a_class, String a_label, String a_hierarchy_id, boolean is_descend)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getValueInstancedAttributeSearchCondition(Class a_class, String a_label, AttributeSearchExp an_expression)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getDependencyInstancedAttributeSearchCondition(ClassSearchSpec a_selection, AttributeSearchExp an_expression)
          

Supported API: false
 

Uses of SearchCondition in wt.rule
 

Methods in wt.rule that return SearchCondition
static SearchCondition PersistentRule.getEnabledSearchCondition()
          Return a search condition that can be used to select enabled rules.
static SearchCondition PersistentRule.getDisabledSearchCondition()
          Return a search condition that can be used to select disabled rules.
 

Uses of SearchCondition in wt.sandbox
 

Methods in wt.sandbox with parameters of type SearchCondition
(package private) static void Utilities.appendBinaryCorrelatedJoin(QuerySpec subSelectSpec, SearchCondition condition, QuerySpec qs1, int fromIdx1, QuerySpec qs2, int fromIdx2)
           
 

Uses of SearchCondition in wt.team
 

Methods in wt.team that return SearchCondition
 SearchCondition TeamTemplateReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition TeamReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition TeamDistributionListReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition TeamTemplateReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition TeamReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 SearchCondition TeamDistributionListReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.transfer
 

Methods in wt.transfer that return SearchCondition
static SearchCondition TransferHelper.getSearchCondition(Class target, String name)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that have names like the given one.
 

Methods in wt.transfer with parameters of type SearchCondition
static QueryResult TransferHelper.findTransferFilters(Class target, String name, SearchCondition clause)
          

Supported API: false
 

Uses of SearchCondition in wt.transfer.policy
 

Methods in wt.transfer.policy that return SearchCondition
static SearchCondition TransferPolicyHelper.getSearchCondition(Class target, String name)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that have names like the given one.
 

Uses of SearchCondition in wt.vc
 

Methods in wt.vc that return SearchCondition
 SearchCondition VersionIdentifierSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, Mastered master)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that belong to the same master.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, long branchId)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, boolean latest)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that are the "latest" iteration(s).
static SearchCondition VersionControlHelper.getSearchCondition(Class target, WTCollection objects, boolean notIntheBranch)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch.
 SearchCondition VersionIdentifierSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, Mastered master)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that belong to the same master.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, long branchId)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch.
static SearchCondition VersionControlHelper.getSearchCondition(Class target, boolean latest)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that are the "latest" iteration(s).
static SearchCondition VersionControlHelper.getSearchCondition(Class target, WTCollection objects, boolean notIntheBranch)
          Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch.
 

Uses of SearchCondition in wt.vc.views
 

Methods in wt.vc.views that return SearchCondition
 SearchCondition ViewReferenceSearch.getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 

Uses of SearchCondition in wt.vc.wip
 

Methods in wt.vc.wip that return SearchCondition
static SearchCondition WorkInProgressHelper.getSearchCondition(Class target, boolean checkedOut)
          Deprecated.  
static SearchCondition WorkInProgressHelper.getSearchCondition_WRK(Class target)
          Determines a search condition to be appended on a query.
static SearchCondition WorkInProgressHelper.getSearchCondition_CO(Class target)
          Determines a search condition to be appended on a query.
static SearchCondition WorkInProgressHelper.getSearchCondition_CI(Class target)
          Determines a search condition to be appended on a query.
static SearchCondition WorkInProgressHelper.getSearchCondition(Class target, boolean checkedOut)
          Deprecated.  
static SearchCondition WorkInProgressHelper.getSearchCondition_WRK(Class target)
          Determines a search condition to be appended on a query.
static SearchCondition WorkInProgressHelper.getSearchCondition_CO(Class target)
          Determines a search condition to be appended on a query.
static SearchCondition WorkInProgressHelper.getSearchCondition_CI(Class target)
          Determines a search condition to be appended on a query.
 

Uses of SearchCondition in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type SearchCondition
 void WfEngineServiceFwd.deleteClosedProcesses(SearchCondition condition)
          Delete all closed processes that meet the search condition passed as argument.
 void WfEngineService.deleteClosedProcesses(SearchCondition condition)
          Delete all closed processes that meet the search condition passed as argument.
 void StandardWfEngineService.deleteClosedProcesses(SearchCondition condition)
          Delete all closed processes that meet the search condition passed as argument.
 void WfEngineServiceFwd.deleteClosedProcesses(SearchCondition condition)
          Delete all closed processes that meet the search condition passed as argument.
 void WfEngineService.deleteClosedProcesses(SearchCondition condition)
          Delete all closed processes that meet the search condition passed as argument.
 void StandardWfEngineService.deleteClosedProcesses(SearchCondition condition)
          Delete all closed processes that meet the search condition passed as argument.
 

Uses of SearchCondition in wt.workflow.work
 

Methods in wt.workflow.work that return SearchCondition
private  SearchCondition StandardWorkflowService.onObject(Persistable object)
           
private  SearchCondition StandardWorkflowService.onOwner(WTPrincipal p)
           
private  SearchCondition StandardWorkflowService.onRole(Role role)
           
private  SearchCondition StandardWorkflowService.onSource(String source)
           
private  SearchCondition StandardWorkflowService.onTask(String task)
           
private  SearchCondition StandardWorkflowService.onIncomplete()
           
private  SearchCondition StandardWorkflowService.onProject2Dom(AdministrativeDomain object)
           
private  SearchCondition StandardWorkflowService.onWAA(WfAssignedActivity object)