public class ScriptStepDefinition extends AbstractNamedStepDefinition
| Modifier and Type | Field and Description |
|---|---|
protected String |
script |
protected String |
scriptLanguage |
description, id, name, parameters, startsWithPrevious| Constructor and Description |
|---|
ScriptStepDefinition() |
| Modifier and Type | Method and Description |
|---|---|
StepDefinition |
clone()
Create a clone of this
StepDefinition instance. |
String |
getScript() |
String |
getScriptLanguage() |
void |
setScript(String script) |
void |
setScriptLanguage(String scriptLanguage) |
void |
setValues(StepDefinition otherDefinition)
Sets the properties of this
StepDefinition instance based in the
properties present in the given definition. |
getDescription, getId, getName, getParameters, isStartsWithPrevious, setDescription, setId, setName, setParameters, setStartsWithPreviouspublic String getScript()
public void setScript(String script)
public String getScriptLanguage()
public void setScriptLanguage(String scriptLanguage)
public StepDefinition clone()
StepDefinitionStepDefinition instance.clone in interface StepDefinitionclone in class AbstractNamedStepDefinitionpublic void setValues(StepDefinition otherDefinition)
StepDefinitionStepDefinition instance based in the
properties present in the given definition.setValues in interface StepDefinitionsetValues in class AbstractNamedStepDefinitionCopyright © 2016 Alfresco. All rights reserved.