com.ptc.hli.ecad.behaviors
Class ItemGroupAction

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

public class ItemGroupAction
extends AbstractHLIAction
implements HLIItemHolder


Field Summary
private static String ECADHLIRESOURCE
           
private  HashMap itemsFound
           
 
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
ItemGroupAction(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

itemsFound

private HashMap itemsFound
Constructor Detail

ItemGroupAction

public ItemGroupAction(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