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, setStartsWithPrevious
public String getScript()
public void setScript(String script)
public String getScriptLanguage()
public void setScriptLanguage(String scriptLanguage)
public StepDefinition clone()
StepDefinition
StepDefinition
instance.clone
in interface StepDefinition
clone
in class AbstractNamedStepDefinition
public void setValues(StepDefinition otherDefinition)
StepDefinition
StepDefinition
instance based in the
properties present in the given definition.setValues
in interface StepDefinition
setValues
in class AbstractNamedStepDefinition
Copyright © 2016 Alfresco. All rights reserved.