|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Step | |
com.opensymphony.workflow.persistence | |
com.opensymphony.workflow.persistence.ejb | |
com.opensymphony.workflow.persistence.ofbiz |
Uses of Step in com.opensymphony.workflow.persistence |
Methods in com.opensymphony.workflow.persistence that return Step | |
Step |
Step.getPrevious()
|
Step |
WorkflowEntry.getCurrentStep()
|
Step |
Persistence.create(long entryId,
int stepId)
Create new step with no previous step. |
Step |
Persistence.create(long entryId,
int stepId,
com.opensymphony.module.user.User owner)
Create a new step with no previous step. |
Step |
Persistence.create(Step prev,
int stepId,
int actionId)
Create a new step with an REQUIRED previous step that MUST be marked finished. |
Step |
Persistence.create(Step prev,
int stepId,
int actionId,
com.opensymphony.module.user.User owner)
Create a new step with a REQUIRED previous step that MUST be marked finished. |
Step |
Persistence.create(Step prev,
int actionId)
|
Step |
Persistence.findStep(long pk)
|
Methods in com.opensymphony.workflow.persistence with parameters of type Step | |
Step |
Persistence.create(Step prev,
int stepId,
int actionId)
Create a new step with an REQUIRED previous step that MUST be marked finished. |
Step |
Persistence.create(Step prev,
int stepId,
int actionId,
com.opensymphony.module.user.User owner)
Create a new step with a REQUIRED previous step that MUST be marked finished. |
Step |
Persistence.create(Step prev,
int actionId)
|
Uses of Step in com.opensymphony.workflow.persistence.ejb |
Classes in com.opensymphony.workflow.persistence.ejb that implement Step | |
class |
EJBStep
|
Methods in com.opensymphony.workflow.persistence.ejb that return Step | |
Step |
EJBWorkflowEntry.getCurrentStep()
|
Step |
EJBStep.getPrevious()
|
Step |
EJBPersistence.create(long entryId,
int stepId)
|
Step |
EJBPersistence.create(long entryId,
int stepId,
com.opensymphony.module.user.User owner)
|
Step |
EJBPersistence.create(Step prev,
int stepId,
int actionId)
|
Step |
EJBPersistence.create(Step prev,
int stepId,
int actionId,
com.opensymphony.module.user.User owner)
|
Step |
EJBPersistence.create(Step prev,
int actionId)
|
Step |
EJBPersistence.findStep(long pk)
|
Methods in com.opensymphony.workflow.persistence.ejb with parameters of type Step | |
Step |
EJBPersistence.create(Step prev,
int stepId,
int actionId)
|
Step |
EJBPersistence.create(Step prev,
int stepId,
int actionId,
com.opensymphony.module.user.User owner)
|
Step |
EJBPersistence.create(Step prev,
int actionId)
|
Uses of Step in com.opensymphony.workflow.persistence.ofbiz |
Classes in com.opensymphony.workflow.persistence.ofbiz that implement Step | |
class |
OfbizStep
|
Methods in com.opensymphony.workflow.persistence.ofbiz that return Step | |
Step |
OfbizPersistence.create(long entryId,
int stepId)
|
Step |
OfbizPersistence.create(long entryId,
int stepId,
com.opensymphony.module.user.User owner)
|
Step |
OfbizPersistence.create(Step prev,
int stepId,
int actionId)
|
Step |
OfbizPersistence.create(Step prev,
int stepId,
int actionId,
com.opensymphony.module.user.User owner)
|
Step |
OfbizPersistence.create(Step prev,
int actionId)
|
Step |
OfbizPersistence.findStep(long pk)
|
Step |
OfbizStep.getPrevious()
|
Step |
OfbizWorkflowEntry.getCurrentStep()
|
Methods in com.opensymphony.workflow.persistence.ofbiz with parameters of type Step | |
Step |
OfbizPersistence.create(Step prev,
int stepId,
int actionId)
|
Step |
OfbizPersistence.create(Step prev,
int stepId,
int actionId,
com.opensymphony.module.user.User owner)
|
Step |
OfbizPersistence.create(Step prev,
int actionId)
|
|
See www.opensymphony.com for more information. | |||||||||
PREV NEXT | FRAMES NO FRAMES |