Uses of Class
wt.query.LogicalOperator

Packages that use LogicalOperator
wt.dataops.objectcol   
wt.dataops.objectcol.delegate   
wt.dataops.objectcol.resolution   
wt.epm.query   
wt.fc.batch Provides a mechanism for specifying operations that affect mulitple objects in the persistent datastore. 
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.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
wt.vc.struct
 
 

Uses of LogicalOperator in wt.dataops.objectcol
 

Fields in wt.dataops.objectcol declared as LogicalOperator
private  LogicalOperator CollectionCriteria.operator
           
 

Methods in wt.dataops.objectcol that return LogicalOperator
 LogicalOperator CollectionCriteria.getOperator()
          Gets the value of the attribute: OPERATOR.
 

Methods in wt.dataops.objectcol with parameters of type LogicalOperator
protected  void CollectionCriteria.setOperator(LogicalOperator a_Operator)
          Sets the value of the attribute: OPERATOR.
 

Uses of LogicalOperator in wt.dataops.objectcol.delegate
 

Methods in wt.dataops.objectcol.delegate with parameters of type LogicalOperator
 StatementSpecHolder[] VersionAtMaturityAttrQueryDelegate.process(StatementSpecHolder[] specs, LogicalOperator operator)
           
protected  QuerySpec VersionAtMaturityAttrQueryDelegate.appendSubQuery(QuerySpec spec, LogicalOperator oper)
           
 

Uses of LogicalOperator in wt.dataops.objectcol.resolution
 

Fields in wt.dataops.objectcol.resolution declared as LogicalOperator
private  LogicalOperator CollectionProcessor.operator
           
 

Methods in wt.dataops.objectcol.resolution that return LogicalOperator
protected  LogicalOperator CollectionProcessor.getOperator()
          Gets the value of the attribute: operator.
 

Methods in wt.dataops.objectcol.resolution with parameters of type LogicalOperator
 StatementSpecHolder[] RelationshipQueryProcessor.process(StatementSpecHolder[] specs, LogicalOperator operator)
           
protected  StatementSpecHolder RelationshipQueryProcessor.updateQuerySpecWithRel(StatementSpecHolder specHolder, boolean recursive, LogicalOperator operator, List allspecs, boolean firstTime)
           
protected  StatementSpec RelationshipQueryProcessor.updateQuerySpecWithRel(StatementSpecHolder specHolder, QuerySpec spec, boolean recursive, LogicalOperator operator, List allspecs, boolean firstTime)
           
 StatementSpecHolder[] ObjTypeQueryProcessor.process(StatementSpecHolder[] specs, LogicalOperator operator)
           
 StatementSpecHolder[] CollectionQueryProcessor.process(StatementSpecHolder[] specs, LogicalOperator operator)
          

Supported API: false
protected  void CollectionProcessor.setOperator(LogicalOperator a_Operator)
          Sets the value of the attribute: operator.
static CollectionProcessor CollectionProcessor.newCollectionProcessor(CollectionQueryProcessor[] collectionProcessors, MethodProcessor[] methodProcessors, FilterProcessor[] filterProcessors, LogicalOperator operator)
          

Supported API: false
 void CollectionProcessor.initialize(CollectionQueryProcessor[] collectionProcessors, MethodProcessor[] methodProcessors, FilterProcessor[] filterProcessors, LogicalOperator operator)
          

Supported API: false
protected  void CollectionProcessor.collectObjects(StatementSpecHolder specholder, CollectionGraph list, LogicalOperator oper, WTSet processedSeeds)
           
protected  void CollectionProcessor.addRecursive(StatementSpecHolder specHolder, WTCollection seeds, CollectionGraph result, LogicalOperator oper, WTSet processedSeeds)
           
 StatementSpecHolder[] BaseQueryProcessor.process(StatementSpecHolder[] specs, LogicalOperator operator)
          

Supported API: false
 StatementSpecHolder[] AttrQueryProcessor.process(StatementSpecHolder[] specs, LogicalOperator operator)
           
protected  QuerySpec AttrQueryProcessor.appendAttrSearchCondition(QuerySpec spec, LogicalOperator operator)
           
 

Uses of LogicalOperator in wt.epm.query
 

Fields in wt.epm.query declared as LogicalOperator
private  LogicalOperator QueryNodes.BinaryConditionNode.operation
           
 

Constructors in wt.epm.query with parameters of type LogicalOperator
QueryNodes.BinaryConditionNode(QueryNodes.ParserScope parserScope, LogicalOperator operation, QueryNodes.ConditionNode left, QueryNodes.ConditionNode right)
           
 

Uses of LogicalOperator in wt.fc.batch
 

Methods in wt.fc.batch with parameters of type LogicalOperator
 void AbstractBatchSpec.appendWhere(WhereExpression a_where, LogicalOperator a_logicalOperator)
          Appends the WhereExpression to the WHERE clause.
 void AbstractBatchSpec.appendWhere(WTCollection a_objects, boolean a_checkUpdateCount, LogicalOperator a_logicalOperator)
          This method appends a WhereEpression to include the specified objects by object ID.
 

Uses of LogicalOperator in wt.query
 

Fields in wt.query declared as LogicalOperator
static LogicalOperator LogicalOperator.AND
          Specifies an AND logical operator.
static LogicalOperator LogicalOperator.OR
          Specifies an OR logical operator.
private static LogicalOperator[] LogicalOperator.LIST
           
private  LogicalOperator CompositeWhereExpression.operator
           
 

Methods in wt.query that return LogicalOperator
static LogicalOperator LogicalOperator.getLogicalOperator(String a_value)
          

Supported API: false
 LogicalOperator CompositeWhereExpression.getOperator()
          Gets the object for the association that plays role: operator.
 

Methods in wt.query with parameters of type LogicalOperator
 void JoinClause.appendWhereClauseForJoin(JoinIndex a_joinIndex, WhereExpression a_whereExpression, LogicalOperator a_logicalOperator)
          

Supported API: false
 void JoinClause.appendWhereClauseForJoin(int a_fromIndex, WhereExpression a_whereExpression, LogicalOperator a_logicalOperator)
          

Supported API: false
 void JoinClause.Item.appendWhereExpressionForJoin(WhereExpression a_whereExpression, LogicalOperator a_logicalOperator)
           
 void CompositeWhereExpression.setOperator(LogicalOperator a_Operator)
          Sets the object for the association that plays role: operator.
 

Constructors in wt.query with parameters of type LogicalOperator
CompositeWhereExpression(LogicalOperator a_logicalOperator)
          Constructs a CompositeWhereExpression.
 

Uses of LogicalOperator in wt.query.template
 

Methods in wt.query.template with parameters of type LogicalOperator
static void ReportTemplateQueryHelper.appendNameCondition(String a_nameValue, boolean a_wildcard, LogicalOperator a_logicalOperator, int a_fromIndex, QuerySpec a_querySpec)
          This method appends a "name" attribute condition to the specified criteria.
static void ReportTemplateQueryHelper.appendNameCondition(String a_nameValue, boolean a_wildcard, LogicalOperator a_logicalOperator, int a_fromIndex, QuerySpec a_querySpec)
          This method appends a "name" attribute condition to the specified criteria.
 

Uses of LogicalOperator in wt.vc.struct
 

Methods in wt.vc.struct with parameters of type LogicalOperator
private  CompositeWhereExpression StandardStructService.getCompositeWhereExpression(List whereExpressions, LogicalOperator op)