public interface DBWorkflowObjectInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DBFIELD_WORKFLOW
The associated workflow.
|
static java.lang.String |
DBINTERFACE_NAME
A workflow object
|
Modifier and Type | Method and Description |
---|---|
com.aspc.dal.workflow.DBWorkflow |
getWorkflow(java.lang.String... args)
The associated workflow.
|
DBWorkflowObjectInterface |
setWorkflow(com.aspc.dal.workflow.DBWorkflow value,
java.lang.String... args)
The associated workflow.
|
static final java.lang.String DBINTERFACE_NAME
static final java.lang.String DBFIELD_WORKFLOW
DBWorkflow
(String,
Searchable)@CheckReturnValue @Nullable com.aspc.dal.workflow.DBWorkflow getWorkflow(java.lang.String... args)
DBWorkflow
(String,
Searchable)args
- the optional arguments@Nonnull DBWorkflowObjectInterface setWorkflow(com.aspc.dal.workflow.DBWorkflow value, java.lang.String... args) throws java.lang.Exception
DBWorkflow
(String,
Searchable)value
- the valueargs
- the optional argumentsjava.lang.Exception
- a serious problem.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.