Uses of Class
lumis.content.workflow.WorkflowConfig
-
Packages that use WorkflowConfig Package Description lumis.content.control.workflow lumis.content.table lumis.content.workflow Provides workflow support for the content framework.lumis.service.autoadministration.control -
-
Uses of WorkflowConfig in lumis.content.control.workflow
Fields in lumis.content.control.workflow declared as WorkflowConfig Modifier and Type Field Description protected WorkflowConfig
WorkflowMetaDataControl. workflow
-
Uses of WorkflowConfig in lumis.content.table
Methods in lumis.content.table that return WorkflowConfig Modifier and Type Method Description WorkflowConfig
ContentTableSource. getWorkflowConfig()
Returns the workflow associated with this source. -
Uses of WorkflowConfig in lumis.content.workflow
Methods in lumis.content.workflow that return WorkflowConfig Modifier and Type Method Description WorkflowConfig
IWorkflowManager. getServiceInstanceWorkflow(SessionConfig sessionConfig, String serviceInstanceId, ITransaction transaction)
Returns the workflow of a service instance.WorkflowConfig
WorkflowManager. getServiceInstanceWorkflow(SessionConfig sessionConfig, String serviceInstanceId, ITransaction transaction)
WorkflowConfig
IWorkflowManager. getWorkflow(SessionConfig sessionConfig, String workflowId, ITransaction transaction)
Returns a workflow.WorkflowConfig
WorkflowManager. getWorkflow(SessionConfig sessionConfig, String workflowId, ITransaction transaction)
protected WorkflowConfig
WorkflowManager. getWorkflowToRegister(SessionConfig sessionConfig, String workflowConfigPath, ITransaction transaction)
Returns theWorkflowConfig
instance to save in the register.Methods in lumis.content.workflow that return types with arguments of type WorkflowConfig Modifier and Type Method Description Collection<WorkflowConfig>
IWorkflowManager. getAllWorkflows(SessionConfig sessionConfig, ITransaction transaction)
Returns all registered workflows.Collection<WorkflowConfig>
WorkflowManager. getAllWorkflows(SessionConfig sessionConfig, ITransaction transaction)
-
Uses of WorkflowConfig in lumis.service.autoadministration.control
Fields in lumis.service.autoadministration.control declared as WorkflowConfig Modifier and Type Field Description protected WorkflowConfig
WorkflowMetaDataControl. workflow
-