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