public class WorkflowExecutionService extends ChainedProviderService<WorkflowExecutor> implements DescribableService
Modifier and Type | Method and Description |
---|---|
WorkflowExecutor |
getExecutorForItem(WorkflowExecutionItem workflow) |
static WorkflowExecutionService |
getInstanceForFramework(Framework framework) |
java.lang.String |
getName() |
protected java.util.List<ProviderService<WorkflowExecutor>> |
getServiceList() |
java.util.List<ProviderIdent> |
listDescribableProviders() |
java.util.List<Description> |
listDescriptions() |
closeableProviderOfType, listProviders, providerOfType
public java.lang.String getName()
getName
in interface FrameworkSupportService
protected java.util.List<ProviderService<WorkflowExecutor>> getServiceList()
getServiceList
in class ChainedProviderService<WorkflowExecutor>
public static WorkflowExecutionService getInstanceForFramework(Framework framework)
public WorkflowExecutor getExecutorForItem(WorkflowExecutionItem workflow) throws ExecutionServiceException
ExecutionServiceException
public java.util.List<Description> listDescriptions()
listDescriptions
in interface DescribableService
public java.util.List<ProviderIdent> listDescribableProviders()
listDescribableProviders
in interface DescribableService