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()
WorkflowStrategyService getWorkflowStrategyService()
StepExecutionService getStepExecutionService()
FileCopier getFileCopierForNodeAndProject(INodeEntry node, java.lang.String project) throws ExecutionServiceException
ExecutionServiceExceptionFileCopierService getFileCopierService()
NodeExecutor getNodeExecutorForNodeAndProject(INodeEntry node, java.lang.String project) throws ExecutionServiceException
ExecutionServiceExceptionNodeExecutorService getNodeExecutorService() throws ExecutionServiceException
ExecutionServiceExceptionNodeStepExecutionService getNodeStepExecutorService() throws ExecutionServiceException
ExecutionServiceExceptionNodeStepExecutor getNodeStepExecutorForItem(NodeStepExecutionItem item) throws ExecutionServiceException
ExecutionServiceExceptionNodeDispatcher getNodeDispatcherForContext(ExecutionContext context) throws ExecutionServiceException
ExecutionServiceExceptionResourceModelSourceService getResourceModelSourceService()
ResourceFormatParserService getResourceFormatParserService()
ResourceFormatGeneratorService getResourceFormatGeneratorService()
ServiceProviderLoader getPluginManager()