com.ptc.hli.ecad.behaviors
Class PrintAction

java.lang.Object
  extended bycom.ptc.hli.ecad.behaviors.AbstractHLIAction
      extended bycom.ptc.hli.ecad.behaviors.PrintAction

public class PrintAction
extends AbstractHLIAction


Field Summary
private static String BASELINE_TYPE_ATTR
           
private static String CHECKPOINT_ATTR_VALUE
           
private static String STORED_CONFIG_ATTR_VALUE
           
 
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
PrintAction(HashMap _parameters)
           
 
Method Summary
 void executeEnd()
           
 
Methods inherited from class com.ptc.hli.ecad.behaviors.AbstractHLIAction
addChild, destroy, executeStart, 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

STORED_CONFIG_ATTR_VALUE

private static final String STORED_CONFIG_ATTR_VALUE
See Also:
Constant Field Values

CHECKPOINT_ATTR_VALUE

private static final String CHECKPOINT_ATTR_VALUE
See Also:
Constant Field Values

BASELINE_TYPE_ATTR

private static final String BASELINE_TYPE_ATTR
See Also:
Constant Field Values
Constructor Detail

PrintAction

public PrintAction(HashMap _parameters)
Method Detail

executeEnd

public void executeEnd()
Overrides:
executeEnd in class AbstractHLIAction