public abstract class WorkflowStoreSessionEJB extends Object
Constructor and Description |
---|
WorkflowStoreSessionEJB() |
Modifier and Type | Method and Description |
---|---|
Step |
createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds) |
WorkflowEntry |
createEntry(String workflowName) |
List |
findCurrentSteps(long entryId) |
WorkflowEntry |
findEntry(long entryId) |
List |
findHistorySteps(long entryId) |
Step |
markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller) |
void |
moveToHistory(Step step) |
List |
query(WorkflowExpressionQuery query) |
List |
query(WorkflowQuery query) |
void |
setEntryState(long entryId,
int state) |
public void setEntryState(long entryId, int state) throws StoreException
StoreException
public Step createCurrentStep(long entryId, int stepId, String owner, Date startDate, Date dueDate, String status, long[] previousIds) throws StoreException
StoreException
public WorkflowEntry createEntry(String workflowName) throws StoreException
StoreException
public List findCurrentSteps(long entryId) throws StoreException
StoreException
public WorkflowEntry findEntry(long entryId) throws StoreException
StoreException
public List findHistorySteps(long entryId) throws StoreException
StoreException
public Step markFinished(Step step, int actionId, Date finishDate, String status, String caller) throws StoreException
StoreException
public void moveToHistory(Step step) throws StoreException
StoreException
public List query(WorkflowQuery query) throws StoreException
StoreException
public List query(WorkflowExpressionQuery query) throws StoreException
StoreException
Copyright © 2021 catworkx GmbH. All rights reserved.