public interface WorkflowStoreRemote
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) |
void setEntryState(long entryId, int state) throws StoreException, RemoteException
StoreException
RemoteException
Step createCurrentStep(long entryId, int stepId, String owner, Date startDate, Date dueDate, String status, long[] previousIds) throws StoreException, RemoteException
StoreException
RemoteException
WorkflowEntry createEntry(String workflowName) throws StoreException, RemoteException
StoreException
RemoteException
List findCurrentSteps(long entryId) throws StoreException, RemoteException
StoreException
RemoteException
WorkflowEntry findEntry(long entryId) throws StoreException, RemoteException
StoreException
RemoteException
List findHistorySteps(long entryId) throws StoreException, RemoteException
StoreException
RemoteException
Step markFinished(Step step, int actionId, Date finishDate, String status, String caller) throws StoreException, RemoteException
StoreException
RemoteException
void moveToHistory(Step step) throws StoreException, RemoteException
StoreException
RemoteException
List query(WorkflowQuery query) throws StoreException, RemoteException
StoreException
RemoteException
List query(WorkflowExpressionQuery query) throws StoreException, RemoteException
StoreException
RemoteException
Copyright © 2021 catworkx GmbH. All rights reserved.