Uses of Interface
com.collation.platform.model.workflow.WorkflowRuntime

Packages that use WorkflowRuntime
com.collation.platform.model.provision.runtime   
 

Uses of WorkflowRuntime in com.collation.platform.model.provision.runtime
 

Methods in com.collation.platform.model.provision.runtime that return WorkflowRuntime
 WorkflowRuntime Deployment.getWorkflowRuntime()
           
 

Methods in com.collation.platform.model.provision.runtime with parameters of type WorkflowRuntime
 void Deployment.setWorkflowRuntime(WorkflowRuntime wfr)