public class MySQLWorkflowStore extends JDBCWorkflowStore
Modifier and Type | Field and Description |
---|---|
protected String |
entrySequenceIncrement |
protected String |
entrySequenceRetrieve |
protected String |
stepSequenceIncrement |
protected String |
stepSequenceRetrieve |
closeConnWhenDone, currentPrevTable, currentTable, ds, entryId, entryName, entrySequence, entryState, entryTable, historyPrevTable, historyTable, stepActionId, stepCaller, stepDueDate, stepEntryId, stepFinishDate, stepId, stepOwner, stepPreviousId, stepSequence, stepStartDate, stepStatus, stepStepId
Constructor and Description |
---|
MySQLWorkflowStore() |
Modifier and Type | Method and Description |
---|---|
protected long |
getNextEntrySequence(Connection c) |
protected long |
getNextStepSequence(Connection c) |
void |
init(Map props)
Called once when the store is first created.
|
addPreviousSteps, checkIfORExists, cleanup, createCurrentStep, createCurrentStep, createEntry, findCurrentSteps, findEntry, findHistorySteps, getConnection, getPropertySet, markFinished, moveToHistory, query, query, setEntryState
protected String entrySequenceIncrement
protected String entrySequenceRetrieve
protected String stepSequenceIncrement
protected String stepSequenceRetrieve
public void init(Map props) throws StoreException
WorkflowStore
init
in interface WorkflowStore
init
in class JDBCWorkflowStore
props
- properties set in osworkflow.xmlStoreException
protected long getNextEntrySequence(Connection c) throws SQLException
getNextEntrySequence
in class JDBCWorkflowStore
SQLException
protected long getNextStepSequence(Connection c) throws SQLException
getNextStepSequence
in class JDBCWorkflowStore
SQLException
Copyright © 2021 catworkx GmbH. All rights reserved.