public class WorkflowExecutionService extends ChainedProviderService<WorkflowExecutor> implements DescribableService, PluggableProviderService<WorkflowExecutor>
| 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, providerOfTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptercloseableProviderOfType, listProviders, providerOfTypecanLoadWithLoader, loadCloseableWithLoader, loadWithLoaderpublic 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