|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.workflow.spi.ojb.OJBStep
public abstract class OJBStep
| Constructor Summary | |
|---|---|
OJBStep()
|
|
OJBStep(OJBStep step)
|
|
| Method Summary | |
|---|---|
int |
getActionId()
Returns the ID of the action associated with this step, or 0 if there is no action associated. |
String |
getCaller()
|
Date |
getDueDate()
Returns an optional date signifying when this step must be finished. |
OJBWorkflowEntry |
getEntry()
|
long |
getEntryId()
Returns the unique ID of the workflow entry. |
Date |
getFinishDate()
Returns the date this step was finished, or null if it isn't finished. |
long |
getId()
Returns the unique ID of this step. |
String |
getOwner()
Returns the owner of this step, or null if there is no owner. |
long[] |
getPreviousStepIds()
Returns the unique ID of the previous step, or 0 if this is the first step. |
List |
getPreviousSteps()
|
Date |
getStartDate()
Returns the date that this step was created. |
String |
getStatus()
Returns the status of this step. |
int |
getStepId()
Returns the ID of the step in the workflow definition. |
void |
setActionId(int i)
|
void |
setCaller(String string)
|
void |
setDueDate(Date date)
|
void |
setEntry(OJBWorkflowEntry entry)
|
void |
setEntryId(long l)
|
void |
setFinishDate(Date date)
|
void |
setId(long l)
|
void |
setOwner(String string)
|
void |
setPreviousSteps(List list)
|
void |
setStartDate(Date date)
|
void |
setStatus(String string)
|
void |
setStepId(int i)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OJBStep()
public OJBStep(OJBStep step)
| Method Detail |
|---|
public void setActionId(int i)
public int getActionId()
Step
getActionId in interface Steppublic void setCaller(String string)
public String getCaller()
getCaller in interface Steppublic void setDueDate(Date date)
public Date getDueDate()
Step
getDueDate in interface Steppublic void setEntry(OJBWorkflowEntry entry)
public OJBWorkflowEntry getEntry()
public void setEntryId(long l)
public long getEntryId()
Step
getEntryId in interface Steppublic void setFinishDate(Date date)
public Date getFinishDate()
Step
getFinishDate in interface Steppublic void setId(long l)
public long getId()
Step
getId in interface Steppublic void setOwner(String string)
public String getOwner()
Step
getOwner in interface Steppublic long[] getPreviousStepIds()
Step
getPreviousStepIds in interface Steppublic void setPreviousSteps(List list)
public List getPreviousSteps()
public void setStartDate(Date date)
public Date getStartDate()
Step
getStartDate in interface Steppublic void setStatus(String string)
public String getStatus()
Step
getStatus in interface Steppublic void setStepId(int i)
public int getStepId()
Step
getStepId in interface Step
|
OpenSymphony Workflow Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||