com.silverpeas.workflow.engine.instance
Class UndoHistoryStep

java.lang.Object
  extended by com.silverpeas.workflow.engine.instance.UndoHistoryStep

public class UndoHistoryStep
extends Object

One implementation of WorkflowEngine The workflow engine main services.


Constructor Summary
UndoHistoryStep()
          default constructor
 
Method Summary
 String getAction()
          Get the atomic operation stored in this step
 String getId()
          Get the unique id
 String getInstanceId()
          Get the instance id on which the atomic operation has been made
 String getParameters()
          Get parameters of atomic operation
 String getStepId()
          Get the step id that provokes the atomic operation
 void setAction(String action)
          Set the atomic operation stored in this step
 void setId(String id)
          Set the unique id
 void setInstanceId(String instanceId)
          Set the instance id on which the atomic operation has been made
 void setParameters(String parameters)
          Set parameters of atomic operation
 void setStepId(String stepId)
          Set the step id that provokes the atomic operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoHistoryStep

public UndoHistoryStep()
default constructor

Method Detail

getId

public String getId()
Get the unique id

Returns:
the unique id

setId

public void setId(String id)
Set the unique id

Parameters:
id - the unique id

getStepId

public String getStepId()
Get the step id that provokes the atomic operation

Returns:
the step id that provokes the atomic operation

setStepId

public void setStepId(String stepId)
Set the step id that provokes the atomic operation

Parameters:
stepId - the step id that provokes the atomic operation

getInstanceId

public String getInstanceId()
Get the instance id on which the atomic operation has been made

Returns:
the instance id

setInstanceId

public void setInstanceId(String instanceId)
Set the instance id on which the atomic operation has been made

Parameters:
instanceId - the instance id

getAction

public String getAction()
Get the atomic operation stored in this step

Returns:
the atomic operation stored in this step

setAction

public void setAction(String action)
Set the atomic operation stored in this step

Parameters:
action - the atomic operation stored in this step

getParameters

public String getParameters()
Get parameters of atomic operation

Returns:
parameters concatenated as "param1##param2...paramN"

setParameters

public void setParameters(String parameters)
Set parameters of atomic operation

Parameters:
parameters - parameters concatenated as "param1##param2...paramN"


Copyright © 2016 Silverpeas. All Rights Reserved.