|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.instance.UndoHistoryStep
public class UndoHistoryStep
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 |
---|
public UndoHistoryStep()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- the unique idpublic String getStepId()
public void setStepId(String stepId)
stepId
- the step id that provokes the atomic operationpublic String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- the instance idpublic String getAction()
public void setAction(String action)
action
- the atomic operation stored in this steppublic String getParameters()
public void setParameters(String parameters)
parameters
- parameters concatenated as "param1##param2...paramN"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |