public interface StepDefinition
Modifier and Type | Method and Description |
---|---|
StepDefinition |
clone()
Create a clone of this
StepDefinition instance. |
String |
getId() |
Map<String,Object> |
getParameters() |
void |
setId(String id) |
void |
setParameters(Map<String,Object> parameters)
Set the custom parameters.
|
void |
setValues(StepDefinition otherDefinition)
Sets the properties of this
StepDefinition instance based in the
properties present in the given definition. |
String getId()
void setId(String id)
StepDefinition clone()
StepDefinition
instance.void setValues(StepDefinition otherDefinition)
StepDefinition
instance based in the
properties present in the given definition.Copyright © 2016 Alfresco. All rights reserved.