Uses of Class
lumis.content.workflow.WorkflowConfig

Packages that use WorkflowConfig
lumis.content.control.workflow   
lumis.content.table   
lumis.content.workflow Provides workflow support for the content framework. 
 

Uses of WorkflowConfig in lumis.content.control.workflow
 

Fields in lumis.content.control.workflow declared as WorkflowConfig
protected  WorkflowConfig WorkflowMetaDataControl.workflow
           
 

Uses of WorkflowConfig in lumis.content.table
 

Methods in lumis.content.table that return WorkflowConfig
 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
 WorkflowConfig WorkflowManager.getServiceInstanceWorkflow(SessionConfig sessionConfig, String serviceInstanceId, ITransaction transaction)
           
 WorkflowConfig IWorkflowManager.getServiceInstanceWorkflow(SessionConfig sessionConfig, String serviceInstanceId, ITransaction transaction)
          Returns the workflow of a service instance.
 WorkflowConfig WorkflowManager.getWorkflow(SessionConfig sessionConfig, String workflowId, ITransaction transaction)
           
 WorkflowConfig IWorkflowManager.getWorkflow(SessionConfig sessionConfig, String workflowId, ITransaction transaction)
          Returns a workflow.
protected  WorkflowConfig WorkflowManager.getWorkflowToRegister(SessionConfig sessionConfig, String workflowConfigPath, ITransaction transaction)
          Returns the WorkflowConfig instance to save in the register.
 

Methods in lumis.content.workflow that return types with arguments of type WorkflowConfig
 Collection<WorkflowConfig> WorkflowManager.getAllWorkflows(SessionConfig sessionConfig, ITransaction transaction)
           
 Collection<WorkflowConfig> IWorkflowManager.getAllWorkflows(SessionConfig sessionConfig, ITransaction transaction)
          Returns all registered workflows.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.