1.0.0

org.eclipse.soda.dk.testmanager.action
Class CreateOrUpdateRequest

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.action.AbstractAction
      extended by org.eclipse.soda.dk.testmanager.action.ConfigurationAction
          extended by org.eclipse.soda.dk.testmanager.action.CreateOrUpdateRequest
All Implemented Interfaces:
Action

public class CreateOrUpdateRequest
extends ConfigurationAction

Since:
1.0
Version:
1.2.0

Constructor Summary
CreateOrUpdateRequest(java.lang.String id)
          Constructs an instance of this class from the specified id parameter.
 
Method Summary
protected  void execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected  java.lang.String getName()
          Gets the name (String) value.
 
Methods inherited from class org.eclipse.soda.dk.testmanager.action.ConfigurationAction
addConfiguration, addCounts, execute, getConfigurationTemplates, getDescription, getTestSession
 
Methods inherited from class org.eclipse.soda.dk.testmanager.action.AbstractAction
execute, getId, getParentAction, handleScriptActionError, setParentAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.soda.dk.testmanager.action.Action
getId, getParentAction, setParentAction
 

Constructor Detail

CreateOrUpdateRequest

public CreateOrUpdateRequest(java.lang.String id)
Constructs an instance of this class from the specified id parameter.

Parameters:
id - The ID (String) parameter.
Method Detail

execute

protected void execute(TestScriptService testScript,
                       ConfigurationTemplate template)
                throws InvalidSyntaxException,
                       java.io.IOException
Execute with the specified test script and template parameters.

Specified by:
execute in class ConfigurationAction
Parameters:
testScript - The test script (TestScriptService) parameter.
template - The template (ConfigurationTemplate) parameter.
Throws:
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOException - IOException.
See Also:
ConfigurationAction.execute(TestScriptService)

getName

protected java.lang.String getName()
Gets the name (String) value.

Specified by:
getName in class ConfigurationAction
Returns:
The name (String) value.

1.0.0

Copyright (c) 2007, 2009 IBM