|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.search.AddQueryBuilderSearchCriteriaClientDoer
@Deprecated public class AddQueryBuilderSearchCriteriaClientDoer
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 |
|---|
public boolean canExecute(CoActionHandlerData execData)
throws WTException
Returns true.
Supported API: true
execData -
WTException
public boolean isRelevant(CoActionHandlerData execData)
throws WTException
Returns true.
Supported API: true
execData -
WTException
public void execute(CoActionHandlerData execData)
throws WTException
execData -
WTException
public void addCriteriaRowToTargetTable(CoActionHandlerData execData)
throws WTException
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.
selected - execData -
WTException
public CoEnumerator getSourceEnumerator(CoActionHandlerData execData)
throws WTException
element attribute of the doer.
ID must be unique in the current frame.
execData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||