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() |
listProviders, providerOfTypepublic java.lang.String getName()
getName in interface FrameworkSupportServiceprotected java.util.List<ProviderService<WorkflowExecutor>> getServiceList()
getServiceList in class ChainedProviderService<WorkflowExecutor>public static WorkflowExecutionService getInstanceForFramework(Framework framework)
public WorkflowExecutor getExecutorForItem(WorkflowExecutionItem workflow) throws ExecutionServiceException
ExecutionServiceExceptionpublic java.util.List<Description> listDescriptions()
listDescriptions in interface DescribableServicepublic java.util.List<ProviderIdent> listDescribableProviders()
listDescribableProviders in interface DescribableService