com.ptc.core.ca.co.client.search
Class AddQueryBuilderSearchCriteriaClientDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.search.AddQueryBuilderSearchCriteriaClientDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

Deprecated.

@Deprecated
public class AddQueryBuilderSearchCriteriaClientDoer
extends Object
implements CoActionDoer



Supported API: true

Extendable: false


Method Summary
 void addCriteriaRowToTargetTable(CoActionHandlerData execData)
          Deprecated. Finds a target element specified by targetElement attribute.
 boolean canExecute(CoActionHandlerData execData)
          Deprecated. Returns whether the action can be triggered.
 void execute(CoActionHandlerData execData)
          Deprecated. Adds to the existing list of instances in the target instance holder a list created from picked elements.
 CoEnumerator getSourceEnumerator(CoActionHandlerData execData)
          Deprecated. Returns the reference to instance list holder element.
 boolean isRelevant(CoActionHandlerData execData)
          Deprecated. Returns whether the action is relevant to the current situation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canExecute

public boolean canExecute(CoActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns whether the action can be triggered.

Returns true.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns whether the action is relevant to the current situation. The action may not be relevant when the licensing limitaions or the application logic prevent it from appearing in the GUI.

Returns true.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

execute

public void execute(CoActionHandlerData execData)
             throws WTException
Deprecated. 
Adds to the existing list of instances in the target instance holder a list created from picked elements.

Supported API: true

Parameters:
execData -
Throws:
WTException

addCriteriaRowToTargetTable

public void addCriteriaRowToTargetTable(CoActionHandlerData execData)
                                 throws WTException
Deprecated. 
Finds a target element specified by targetElement attribute. The element must be uniqe in the current frame. Create a new CoInstance in the list to the list of CoInstance objects maintained by the target table.

Supported API: true

Parameters:
selected -
execData -
Throws:
WTException

getSourceEnumerator

public CoEnumerator getSourceEnumerator(CoActionHandlerData execData)
                                 throws WTException
Deprecated. 
Returns the reference to instance list holder element. The ID of the element by be specified by element attribute of the doer. ID must be unique in the current frame.

Supported API: true

Parameters:
execData -
Returns:
CoInstanceListHolder
Throws:
WTException