|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoSimpleActionHandlerData
Action handlers using "simple approach" pass the instance of handler
data that implements this interface as a parameter to methods they call.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
ACTION_HOLDER
Deprecated. Label for the attribute; the logical "holder" of the action. |
static String |
ACTION_HOLDER_RELATED_INSTANCE
Deprecated. Label for the attribute; the Info*Engine element related to a logical "holder" of an action wrapped into CoInstance
Supported API: true |
static String |
ACTION_HOLDER_RELATED_TYPE_ID
Deprecated. Label for the attribute; the type of the Info*Engine element related to a logical "holder" of an action. |
static String |
ACTION_HOLDER_RELATED_UFID
Deprecated. Label for the attribute; the UFID of the Info*Engine element related to a logical "holder" of an action. |
static String |
INSTANCE_HOLDERS
Deprecated. Label for the attribute; the list of conceptual elements the action was triggered on behalf of. |
| Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionHandlerData |
|---|
ACTION, ACTION_TRIGGERED |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData |
|---|
ENV_DATA |
| Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData |
|---|
OPENER_ACTION_ADDRESS |
| Method Summary | |
|---|---|
CoElement |
getActionHolder()
Deprecated. Gets the value of the attribute: ACTION_HOLDER. |
CoInstance |
getActionHolderRelatedInstance()
Deprecated. Gets the value of the attribute: ACTION_HOLDER_RELATED_INSTANCE. |
String |
getActionHolderRelatedTypeId()
Deprecated. Gets the value of the attribute: ACTION_HOLDER_RELATED_TYPE_ID. |
String |
getActionHolderRelatedUfid()
Deprecated. Gets the value of the attribute: ACTION_HOLDER_RELATED_UFID. |
ArrayList |
getInstanceHolders()
Deprecated. Gets the value of the attribute: INSTANCE_HOLDERS. |
| Methods inherited from interface com.ptc.core.ca.co.client.action.CoActionHandlerData |
|---|
getAction, isActionTriggered, setActionTriggered |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData |
|---|
getEnvData |
| Methods inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData |
|---|
getOpenerActionAddress |
| Field Detail |
|---|
static final String ACTION_HOLDER
static final String ACTION_HOLDER_RELATED_TYPE_ID
static final String ACTION_HOLDER_RELATED_UFID
static final String ACTION_HOLDER_RELATED_INSTANCE
CoInstance
static final String INSTANCE_HOLDERS
| Method Detail |
|---|
CoElement getActionHolder()
String getActionHolderRelatedTypeId()
throws WTException
WTException
String getActionHolderRelatedUfid()
throws WTException
WTException
CoInstance getActionHolderRelatedInstance()
throws WTException
CoInstance
WTExceptionArrayList getInstanceHolders()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||