com.ptc.hli.ecad.behaviors
Class ItemAction

java.lang.Object
  extended bycom.ptc.hli.ecad.behaviors.AbstractHLIAction
      extended bycom.ptc.hli.ecad.behaviors.ItemAction
All Implemented Interfaces:
HLIItemHolder

public class ItemAction
extends AbstractHLIAction
implements HLIItemHolder


Field Summary
private  boolean addToContainer
           
private static String ECADHLIRESOURCE
           
private  HashMap itemsFound
           
private static String LINK_TYPE_ATTR
           
private static String REFERENCED_BY_LINK_TYPE_ATTR
           
private static String SKIP_ATTR
           
private static String SOURCE_ATTR
           
private static String TYPE_ATTR
           
private static String USED_BY_LINK_TYPE_ATTR
           
 
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
 
Constructor Summary
ItemAction(HashMap _parameters)
           
 
Method Summary
 void destroy()
           
 void executeStart()
           
 HashMap getItemsFound()
           
 
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
 

Field Detail

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
Constructor Detail

ItemAction

public ItemAction(HashMap _parameters)
Method Detail

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