com.ptc.hli.ecad.behaviors
Class ItemAction
java.lang.Object
com.ptc.hli.ecad.behaviors.AbstractHLIAction
com.ptc.hli.ecad.behaviors.ItemAction
- All Implemented Interfaces:
- HLIItemHolder
- public class ItemAction
- extends AbstractHLIAction
- implements HLIItemHolder
Fields inherited from class com.ptc.hli.ecad.behaviors.AbstractHLIAction |
children, CONTEXT_ATTR, CONTEXT_ATTR_VALUE, DOWNLOAD_PATH_ATTR, DOWNLOAD_PATH_ATTR_VALUE, FALSE_ATTR_VALUE, NUMBER_ATTR, NUMBER_ATTR_VALUE, parameters, parent, REVISION_ATTR, REVISION_ATTR_VALUE, SOLUTION_ATTR, SOLUTION_ATTR_VALUE, TRUE_ATTR_VALUE, XML_FILE_NAME_ATTR, XML_FILE_NAME_ATTR_VALUE, ZIP_FILE_NAME_ATTR, ZIP_FILE_NAME_ATTR_VALUE |
Methods inherited from class com.ptc.hli.ecad.behaviors.AbstractHLIAction |
addChild, executeEnd, getBaseline, getBehaviorParameter, getBehaviorRoot, getEPMDocument, getName, getParameter, getParent, getTargetEPMDocument, getWorkspaceName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECADHLIRESOURCE
private static final String ECADHLIRESOURCE
- See Also:
- Constant Field Values
REFERENCED_BY_LINK_TYPE_ATTR
private static final String REFERENCED_BY_LINK_TYPE_ATTR
- See Also:
- Constant Field Values
USED_BY_LINK_TYPE_ATTR
private static final String USED_BY_LINK_TYPE_ATTR
- See Also:
- Constant Field Values
SOURCE_ATTR
private static final String SOURCE_ATTR
- See Also:
- Constant Field Values
SKIP_ATTR
private static final String SKIP_ATTR
- See Also:
- Constant Field Values
LINK_TYPE_ATTR
private static final String LINK_TYPE_ATTR
- See Also:
- Constant Field Values
TYPE_ATTR
private static final String TYPE_ATTR
- See Also:
- Constant Field Values
itemsFound
private HashMap itemsFound
addToContainer
private boolean addToContainer
ItemAction
public ItemAction(HashMap _parameters)
executeStart
public void executeStart()
throws WTException
- Overrides:
executeStart
in class AbstractHLIAction
- Throws:
WTException
getItemsFound
public HashMap getItemsFound()
- Specified by:
getItemsFound
in interface HLIItemHolder
destroy
public void destroy()
- Overrides:
destroy
in class AbstractHLIAction