public interface IFrameworkServices
FrameworkSupportService getService(java.lang.String name)
name
- service namevoid setService(java.lang.String name, FrameworkSupportService service)
name
- nameservice
- serviceExecutionService getExecutionService()
OrchestratorService getOrchestratorService()
WorkflowExecutionService getWorkflowExecutionService()
StepExecutionService getStepExecutionService()
FileCopier getFileCopierForNodeAndProject(INodeEntry node, java.lang.String project) throws ExecutionServiceException
ExecutionServiceException
FileCopierService getFileCopierService()
NodeExecutor getNodeExecutorForNodeAndProject(INodeEntry node, java.lang.String project) throws ExecutionServiceException
ExecutionServiceException
NodeExecutorService getNodeExecutorService() throws ExecutionServiceException
ExecutionServiceException
NodeStepExecutionService getNodeStepExecutorService() throws ExecutionServiceException
ExecutionServiceException
NodeStepExecutor getNodeStepExecutorForItem(NodeStepExecutionItem item) throws ExecutionServiceException
ExecutionServiceException
NodeDispatcher getNodeDispatcherForContext(ExecutionContext context) throws ExecutionServiceException
ExecutionServiceException
ResourceModelSourceService getResourceModelSourceService()
ResourceFormatParserService getResourceFormatParserService()
ResourceFormatGeneratorService getResourceFormatGeneratorService()
ServiceProviderLoader getPluginManager()