Uses of Interface
org.guvnor.ala.runtime.providers.ProviderType
-
-
Uses of ProviderType in org.guvnor.ala.pipeline
Methods in org.guvnor.ala.pipeline that return types with arguments of type ProviderType Modifier and Type Method Description Optional<ProviderType>SystemPipelineDescriptor. getProviderType()Indicates if the pipeline to be registered must be associated to a given provider type. -
Uses of ProviderType in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return ProviderType Modifier and Type Method Description ProviderTypePipelineExecutorTaskDef. getProviderType() -
Uses of ProviderType in org.guvnor.ala.pipeline.execution.impl
Classes in org.guvnor.ala.pipeline.execution.impl that implement ProviderType Modifier and Type Class Description classInternalProviderTypeMethods in org.guvnor.ala.pipeline.execution.impl that return ProviderType Modifier and Type Method Description ProviderTypeInternalProviderId. getProviderType()ProviderTypePipelineExecutorTaskDefImpl. getProviderType()Constructors in org.guvnor.ala.pipeline.execution.impl with parameters of type ProviderType Constructor Description InternalProviderId(String id, ProviderType providerType)PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderType providerType) -
Uses of ProviderType in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry that return ProviderType Modifier and Type Method Description ProviderTypePipelineRegistry. getProviderType(String pipelineId)Gets the associated provider type for a given pipeline.Methods in org.guvnor.ala.registry that return types with arguments of type ProviderType Modifier and Type Method Description List<ProviderType>RuntimeRegistry. getProviderTypes(Integer page, Integer pageSize, String sort, boolean sortOrder)Gets the list of registered provider types.Methods in org.guvnor.ala.registry with parameters of type ProviderType Modifier and Type Method Description voidRuntimeRegistry. deregisterProviderType(ProviderType providerType)Deregisters a provider type.List<Provider>RuntimeRegistry. getProvidersByType(ProviderType providerType)Gets the list of registered providers associated to a given provider type.voidPipelineRegistry. registerPipeline(Pipeline pipeline, ProviderType providerType)Registers a Pipeline by associating it to a provider type.voidRuntimeRegistry. registerProviderType(ProviderType providerType)Registers a provider type. -
Uses of ProviderType in org.guvnor.ala.registry.inmemory
Fields in org.guvnor.ala.registry.inmemory with type parameters of type ProviderType Modifier and Type Field Description protected Map<ProviderType,ProviderType>InMemoryRuntimeRegistry. providerTypesprotected Map<ProviderType,ProviderType>InMemoryRuntimeRegistry. providerTypesMethods in org.guvnor.ala.registry.inmemory that return ProviderType Modifier and Type Method Description ProviderTypeInMemoryPipelineRegistry. getProviderType(String pipelineId)Methods in org.guvnor.ala.registry.inmemory that return types with arguments of type ProviderType Modifier and Type Method Description List<ProviderType>InMemoryRuntimeRegistry. getProviderTypes(Integer page, Integer pageSize, String sort, boolean sortOrder)Methods in org.guvnor.ala.registry.inmemory with parameters of type ProviderType Modifier and Type Method Description voidInMemoryRuntimeRegistry. deregisterProviderType(ProviderType providerType)List<Provider>InMemoryRuntimeRegistry. getProvidersByType(ProviderType providerType)voidInMemoryPipelineRegistry. registerPipeline(Pipeline pipeline, ProviderType providerType)voidInMemoryRuntimeRegistry. registerProviderType(ProviderType providerType) -
Uses of ProviderType in org.guvnor.ala.runtime.providers
Methods in org.guvnor.ala.runtime.providers that return ProviderType Modifier and Type Method Description ProviderTypeProviderId. getProviderType()Get the provider type -
Uses of ProviderType in org.guvnor.ala.runtime.providers.base
Classes in org.guvnor.ala.runtime.providers.base that implement ProviderType Modifier and Type Class Description classBaseProviderTypeBaseProviderType implementation to be extended by concrete ProviderTypesMethods in org.guvnor.ala.runtime.providers.base that return ProviderType Modifier and Type Method Description ProviderTypeBaseProvider. getProviderType()Constructors in org.guvnor.ala.runtime.providers.base with parameters of type ProviderType Constructor Description BaseProvider(String id, ProviderType providerType, C config)
-