public class ServiceSupport extends java.lang.Object implements IFrameworkServices
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FRAMEWORK_PLUGINS_ENABLED |
| Constructor and Description |
|---|
ServiceSupport() |
public static final java.lang.String FRAMEWORK_PLUGINS_ENABLED
public void initialize(Framework framework)
public FrameworkSupportService getService(java.lang.String name)
getService in interface IFrameworkServicesname - service namepublic void setService(java.lang.String name,
FrameworkSupportService service)
setService in interface IFrameworkServicesname - nameservice - servicepublic OrchestratorService getOrchestratorService()
getOrchestratorService in interface IFrameworkServicespublic ExecutionService getExecutionService()
getExecutionService in interface IFrameworkServicespublic WorkflowExecutionService getWorkflowExecutionService()
getWorkflowExecutionService in interface IFrameworkServicespublic WorkflowStrategyService getWorkflowStrategyService()
getWorkflowStrategyService in interface IFrameworkServicespublic StepExecutionService getStepExecutionService()
getStepExecutionService in interface IFrameworkServicespublic FileCopier getFileCopierForNodeAndProject(INodeEntry node, java.lang.String project) throws ExecutionServiceException
getFileCopierForNodeAndProject in interface IFrameworkServicesExecutionServiceExceptionpublic FileCopierService getFileCopierService()
getFileCopierService in interface IFrameworkServicespublic NodeExecutor getNodeExecutorForNodeAndProject(INodeEntry node, java.lang.String project) throws ExecutionServiceException
getNodeExecutorForNodeAndProject in interface IFrameworkServicesExecutionServiceExceptionpublic NodeExecutorService getNodeExecutorService() throws ExecutionServiceException
getNodeExecutorService in interface IFrameworkServicesExecutionServiceExceptionpublic NodeStepExecutionService getNodeStepExecutorService() throws ExecutionServiceException
getNodeStepExecutorService in interface IFrameworkServicesExecutionServiceExceptionpublic NodeStepExecutor getNodeStepExecutorForItem(NodeStepExecutionItem item) throws ExecutionServiceException
getNodeStepExecutorForItem in interface IFrameworkServicesExecutionServiceExceptionpublic NodeDispatcher getNodeDispatcherForContext(ExecutionContext context) throws ExecutionServiceException
getNodeDispatcherForContext in interface IFrameworkServicesExecutionServiceExceptionpublic ResourceModelSourceService getResourceModelSourceService()
getResourceModelSourceService in interface IFrameworkServicespublic ResourceFormatParserService getResourceFormatParserService()
getResourceFormatParserService in interface IFrameworkServicespublic ResourceFormatGeneratorService getResourceFormatGeneratorService()
getResourceFormatGeneratorService in interface IFrameworkServicespublic ServiceProviderLoader getPluginManager()
getPluginManager in interface IFrameworkServicespublic Framework getFramework()
public void setFramework(Framework framework)