Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

aboutController(AppDeployer, TaskLauncher, FeaturesProperties, VersionInfoProperties, SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AboutController - Class in org.springframework.cloud.dataflow.server.controller
REST controller that provides meta information regarding the dataflow server and its deployers.
AboutController(AppDeployer, TaskLauncher, FeaturesProperties, VersionInfoProperties, SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.AboutController
 
AbstractRdbmsKeyValueRepository<D> - Class in org.springframework.cloud.dataflow.server.repository
Abstract class for RDBMS based repositories.
AbstractRdbmsKeyValueRepository(DataSource, String, String, RowMapper<D>, String, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
AbstractSqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.
AbstractSqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
addColumns(String...) - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Allows you to add additional columns.
addProposals(String, ParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
aggregateCounterController(AggregateCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
aggregateCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
ANALYTICS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
AnalyticsConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
AnalyticsConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
AppAlreadyRegisteredException - Exception in org.springframework.cloud.dataflow.server.controller
 
AppAlreadyRegisteredException(AppRegistration) - Constructor for exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
appInstanceController(AppDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppInstanceController(AppDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
Application() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
ApplicationsMetrics - Class in org.springframework.cloud.dataflow.server.controller.support
Support domain class to map metrics response from a collector.
ApplicationsMetrics() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
ApplicationsMetrics.Application - Class in org.springframework.cloud.dataflow.server.controller.support
 
ApplicationsMetrics.Instance - Class in org.springframework.cloud.dataflow.server.controller.support
 
ApplicationsMetrics.Metric - Class in org.springframework.cloud.dataflow.server.controller.support
 
appRegistry(UriRegistry, DelegatingResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
appRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppRegistryController - Class in org.springframework.cloud.dataflow.server.controller
Handles all AppRegistry related interactions.
AppRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.controller.AppRegistryController
 
appRegistryFJPFB() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
ArgumentSanitizer - Class in org.springframework.cloud.dataflow.server.controller.support
Sanitizes potentially sensitive keys for a specific command line arg.
ArgumentSanitizer() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ArgumentSanitizer
 
authenticate(Authentication) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
authenticationProvider() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
AuthenticationRequest - Class in org.springframework.cloud.dataflow.server.controller.security.support
 
AuthenticationRequest() - Constructor for class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
AuthenticationRequest(String, String) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
AUTHORIZATION_RULE - Static variable in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
 
AuthorizationConfig - Class in org.springframework.cloud.dataflow.server.config.security
Holds configuration for the authorization aspects of security.
AuthorizationConfig() - Constructor for class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
authorize(AuthenticationRequest, HttpServletRequest) - Method in class org.springframework.cloud.dataflow.server.controller.security.LoginController
 

B

BasicAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Setup Spring Security with Basic Authentication for the Rest Endpoints and the Dashboard of Spring Cloud Data Flow.
BasicAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
batchRepositoryInitializerForDefaultDB(DataSource, ResourceLoader, BatchProperties) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
batchRepositoryInitializerForDefaultDBForServer(DataSource, ResourceLoader, BatchProperties) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
buildSortClause(AbstractSqlPagingQueryProvider) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildSortClause(Map<String, Order>) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildWhereClause(AbstractSqlPagingQueryProvider, boolean, StringBuilder) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates WHERE clause for queries that require sub selects.

C

CannotDetermineApplicationTypeException - Exception in org.springframework.cloud.dataflow.server.support
Exception is thrown by DataFlowServerUtil to indicate that the ApplicationType for a provided StreamAppDefinition cannot be determined.
CannotDetermineApplicationTypeException(String) - Constructor for exception org.springframework.cloud.dataflow.server.support.CannotDetermineApplicationTypeException
 
cleanup(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Cleanup resources associated with a single task execution, specified by id.
cleanupExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
cleanupExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Cleanup the resources that resulted from running the task with the given execution id.
Collector() - Constructor for class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
CommonApplicationProperties - Class in org.springframework.cloud.dataflow.server.config.apps
Common properties for applications deployed via Spring Cloud Data Flow.
CommonApplicationProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
completionController(StreamCompletionProvider, TaskCompletionProvider) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
CompletionController - Class in org.springframework.cloud.dataflow.server.controller
Exposes the DSL completion features of StreamCompletionProvider and TaskCompletionProvider as a REST API.
CompletionController(StreamCompletionProvider, TaskCompletionProvider) - Constructor for class org.springframework.cloud.dataflow.server.controller.CompletionController
Create a controller for the provided StreamCompletionProvider and TaskCompletionProvider.
completions(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.CompletionController
Return a list of possible completions given a prefix string that the user has started typing.
COMPOSED_TASK_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
CONFIGURATION_PROPERTIES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
configureSimpleSecurity(ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrlRegistry, AuthorizationConfig) - Static method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
Read the configuration for "simple" (that is, not ACL based) security and apply it.
ControllerUtils - Class in org.springframework.cloud.dataflow.server.controller.support
 
ControllerUtils() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
 
convertTaskGraphToText(Graph) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
Convert a graph format into DSL text format.
CoreSecurityRoles - Enum in org.springframework.cloud.dataflow.server.config.security.support
Defines the core security roles supported by Spring Cloud Data Flow.
count() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
counterController(MetricRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
countJobExecutions() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves the total number of the job executions.
countJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves the total number of the job executions.
countJobExecutionsForJob(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves the total number JobExecution that match a specific job name.
countJobExecutionsForJob(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves the total number JobExecution that match a specific job name.
countJobInstances(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves the total number of job instances for a job name.
countJobInstances(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves the total number of job instances for a job name.
countParameterPlaceholders(String, List<String>) - Static method in class org.springframework.cloud.dataflow.server.repository.support.JdbcParameterUtils
Count the occurrences of the character placeholder in an SQL string sql.

D

dashboard(String) - Static method in class org.springframework.cloud.dataflow.server.controller.UiController
Turn a relative link of the UI app to an absolute one, prepending its path.
DatabaseType - Enum in org.springframework.cloud.dataflow.server.repository.support
Enum representing a database type, such as Postgres or Oracle.
DataFlowControllerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for the Data Flow Server Controllers.
DataFlowControllerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
DataflowRdbmsInitializer - Class in org.springframework.cloud.dataflow.server.repository.support
Utility for initializing the Definition Repository's datasource.
DataflowRdbmsInitializer(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
DataFlowServerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
Auto-configuration for dataflow server.
DataFlowServerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerAutoConfiguration
 
DataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for the Data Flow Server application context.
DataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
 
DataFlowServerConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
DataFlowServerConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
DataFlowServerUtil - Class in org.springframework.cloud.dataflow.server
Utility class holding helper methods used by the server core.
DataFlowServerUtil() - Constructor for class org.springframework.cloud.dataflow.server.DataFlowServerUtil
 
dataSource - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
Db2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
IBM DB2 implementation of a PagingQueryProvider using database specific features.
Db2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
 
DefaultBootUserAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Activated if basic authentication is enabled and neither FileAuthenticationConfiguration nor LdapAuthenticationConfiguration are loaded.
DefaultBootUserAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.DefaultBootUserAuthenticationConfiguration
 
DefaultDataflowAuthoritiesExtractor - Class in org.springframework.cloud.dataflow.server.config.security.support
Default Spring Cloud Data Flow AuthoritiesExtractor.
DefaultDataflowAuthoritiesExtractor() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.DefaultDataflowAuthoritiesExtractor
 
DefaultEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.config
Contributes the values from META-INF/dataflow-server-defaults.yml and dataflow-server.yml if it exists, before any of Spring Boot's normal configuration contributions apply.
DefaultEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
defaultMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.MetricStore
 
DefaultTaskJobService - Class in org.springframework.cloud.dataflow.server.service.impl
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.
DefaultTaskJobService(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
DefaultTaskService - Class in org.springframework.cloud.dataflow.server.service.impl
Default implementation of the TaskService interface.
DefaultTaskService(DataSourceProperties, TaskDefinitionRepository, TaskExplorer, TaskRepository, AppRegistry, ResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository, String) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
Initializes the DefaultTaskService.
delegatingResourceLoader(MavenResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Request removal of an existing stream definition.
delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
delete(Iterable<? extends D>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
delete(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Delete the entries associated with the app deployment key.
delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
delete(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
delete(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
deleteAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Request removal of all stream definitions.
deleteAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
deleteFromTableByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
deleteTaskDefinition(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
deleteTaskDefinition(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Destroy the task definition.
deploy(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request deployment of an existing stream definition.
deploymentIdRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
DeploymentIdRepository - Interface in org.springframework.cloud.dataflow.server.repository
Interface for repository that maps deployment keys to IDs.
DeploymentKey - Class in org.springframework.cloud.dataflow.server.repository
Utility methods for determining the key to be used in a DeploymentIdRepository.
DeploymentKey() - Constructor for class org.springframework.cloud.dataflow.server.repository.DeploymentKey
 
destroyTask(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Delete the task from the repository so that it can no longer be executed.
determineApplicationType(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.server.DataFlowServerUtil
Return the ApplicationType for a AppDefinition in the context of a defined stream.
display(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
display(String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
 
display(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a given stream definition resource.
display(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Return a given task definition resource.
DuplicateStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown to indicate that the creation of a stream failed because a stream with the given name already exists.
DuplicateStreamDefinitionException() - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
 
DuplicateStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
 
DuplicateTaskException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown to indicate that the creation of a task failed because a task with the given name already exists.
DuplicateTaskException() - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
 
DuplicateTaskException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
 

E

enableConfigServerMarker() - Method in class org.springframework.cloud.dataflow.server.config.EnableDataFlowServerConfiguration
 
EnableDataFlowServer - Annotation Type in org.springframework.cloud.dataflow.server
Activates a Spring Cloud Data Flow Server implementation.
EnableDataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for EnableDataFlowServer which adds a marker bean which auto-config classes can use to conditionally check if auto configuration should be activated.
EnableDataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.EnableDataFlowServerConfiguration
 
executeTask(String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
executeTask(String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Execute a task with the provided task name and optional runtime properties.
ExecutionContextJacksonMixIn - Class in org.springframework.cloud.dataflow.server.job.support
Jackson MixIn for the JSON serialization of the ExecutionContext class, which is used by the StepExecution class.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.server.job.support.ExecutionContextJacksonMixIn
 
exists(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
extractAuthorities(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.config.security.support.DefaultDataflowAuthoritiesExtractor
The returned List of GrantedAuthoritys contains all roles from CoreSecurityRoles.

F

FEATURES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
FeaturesConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
Configuration class that imports analytics, stream and task configuration classes.
FeaturesConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
featuresController(FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
FeaturesController - Class in org.springframework.cloud.dataflow.server.controller
Deprecated.
Functionality now provided by AboutController
FeaturesController(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.FeaturesController
Deprecated.
 
FeaturesProperties - Class in org.springframework.cloud.dataflow.server.config.features
Configuration properties for all the features that need to be enabled/disabled at the dataflow server.
FeaturesProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
fieldValueCounterController(FieldValueCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
fieldValueCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
FileAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
A security configuration that conditionally sets up in-memory users from a file.
FileAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
findAll(Sort) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll(Iterable<String>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findOne(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findOne(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Find an identifier by its key.
forStreamAppDefinition(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
Determines a deployment key for a stream application.
forTaskDefinition(TaskDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
Determines a deployment key for a task application.
fromKey(String) - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
 
fromMetaData(DataSource) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Convenience method that pulls a database product name from the DataSource's metadata.
fromProductName(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Static method to obtain a DatabaseType from the provided product name.

G

generateLimitJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generate SQL query string using a LIMIT clause
generateTopJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generate SQL query string using a TOP clause
getAboutResource() - Method in class org.springframework.cloud.dataflow.server.controller.AboutController
Return meta information about the dataflow server.
getAggregateMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getAllRolesAsStringArray() - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
Helper class that will return all role names as a string array.
getApplications() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
getCollector() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
getColumns() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getComposedTaskRunnerName() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
getDataflowCoreVersion() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
getDataflowDashboardVersion() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
getDuration() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getEstimatedPercentComplete() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getEstimatedPercentCompleteMessage() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getFromClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getGroupRoleAttribute() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGroupSearchBase() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGroupSearchFilter() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGuid() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getIndex() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getInstances() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves a JobExecution from the JobRepository and matches it with a task id.
getJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves a JobExecution from the JobRepository and matches it with a task id.
getJobInstance(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves a JobInstance from the JobRepository and matches it with the associated JobExecutions.
getJobInstance(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves a JobInstance from the JobRepository and matches it with the associated JobExecutions.
getKey() - Method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
 
getManagerDn() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getManagerPassword() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getMessage() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.MetricStore
 
getName() - Method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
 
getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
getName() - Method in exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
getObject() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
getObject() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
getObjectType() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Always returns PagingQueryProvider.
getOrder() - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
getPageable() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.H2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.HsqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.MySqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
 
getPageQuery(Pageable) - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Generate the query that will provide the jump to item query.
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
 
getParameterCount() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getParameterCount() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
The number of parameters that are declared in the query
getPassword() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getPassword() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
getPrevious() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getProperties() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getRules() - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
getSearchQuery() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.FeaturesController
Deprecated.
 
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.security.SecurityController
Return security information.
getSelectClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getSortKeys() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
A Map<String, Order> of sort columns as the key and Order for ascending/descending.
getSortKeys() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
The sort keys.
getStepExecution(Long, Long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
Retrieve a specific StepExecutionResource.
getStepExecution() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionHistory() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionId() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStream() - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
getUri() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getUrl() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUserDnPattern() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUsername() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getUsername() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
getUsers() - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
getUserSearchBase() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUserSearchFilter() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getValue() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
getWhereClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 

H

H2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
H2 implementation of a PagingQueryProvider using database specific features.
H2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.H2PagingQueryProvider
 
H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
handleOAuth2AuthenticationFailureEvent(OAuth2AuthenticationFailureEvent) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
HsqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
HSQLDB implementation of a PagingQueryProvider using database specific features.
HsqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.HsqlPagingQueryProvider
 

I

inClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
index() - Method in class org.springframework.cloud.dataflow.server.controller.UiController
 
info(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Retrieve detailed information about a particular application.
info() - Method in class org.springframework.cloud.dataflow.server.controller.RootController
Return a ResourceSupport object containing the resources served by the Data Flow server.
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.DefaultBootUserAuthenticationConfiguration
Initializes the AuthenticationManagerBuilder.
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
Initializes the AuthenticationManagerBuilder.
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.LdapAuthenticationConfiguration
 
init(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
init(DataSource) - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Initialize the query provider using the provided DataSource if necessary.
initH2TCPServer() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
initialize(LdapSecurityPropertiesValid) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
Instance() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
InvalidStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.controller.support
Thrown by controller classes to indicate issues with the provided stream definition.
InvalidStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.support.InvalidStreamDefinitionException
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
isAuthorizationEnabled() - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
isComposedDefinition(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
isComposedDefinition(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Determines if the DSL is a composed DSL definition.
isEnabled() - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
isFinished() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
isSingleton() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
isSingleton() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Always returns true.
isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isUsingNamedParameters() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
isUsingNamedParameters() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Indicate whether the generated queries use named parameter syntax.
isValid(Object, ConstraintValidatorContext) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 

J

JdbcParameterUtils - Class in org.springframework.cloud.dataflow.server.repository.support
Helper methods for SQL statement parameter parsing.
JdbcParameterUtils() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.JdbcParameterUtils
 
jdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
jobExecutionController(TaskJobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobExecutionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on JobExecution.
JobExecutionController(TaskJobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Creates a JobExecutionController that retrieves Job Execution information from a the JobService
jobExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
jobInstanceController(TaskJobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobInstanceController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on JobInstance.
JobInstanceController(TaskJobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobInstanceController
Creates a JobInstanceController that retrieves Job Instance information.
JobNotRestartableException - Exception in org.springframework.cloud.dataflow.server.job.support
Thrown if a Job is deemed not restartable.
JobNotRestartableException() - Constructor for exception org.springframework.cloud.dataflow.server.job.support.JobNotRestartableException
 
JobNotRestartableException(String) - Constructor for exception org.springframework.cloud.dataflow.server.job.support.JobNotRestartableException
 
jobRepositoryFactoryBean(DataSource, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
jobRepositoryFactoryBeanForServer(DataSource, Server, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
jobStepExecutionController(JobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobStepExecutionController - Class in org.springframework.cloud.dataflow.server.controller
 
JobStepExecutionController(JobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
Creates a JobStepExecutionsController that retrieves Job Step Execution information from a the JobService
jobStepExecutionProgressController(JobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobStepExecutionProgressController - Class in org.springframework.cloud.dataflow.server.controller
 
JobStepExecutionProgressController(JobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Creates a JobStepProgressInfoExecutionsController that retrieves Job Step Progress Execution information from a the JobService

K

keyColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 

L

launch(String, String, List<String>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Request the launching of an existing task definition.
LdapAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
A security configuration that conditionally sets up in-memory users from a file.
LdapAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.LdapAuthenticationConfiguration
 
LdapSecurityProperties - Class in org.springframework.cloud.dataflow.server.config.security.support
Properties for the Ldap security aspects of an application.
LdapSecurityProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
LdapSecurityPropertiesValid - Annotation Type in org.springframework.cloud.dataflow.server.config.security.support
 
LdapSecurityPropertiesValidator - Class in org.springframework.cloud.dataflow.server.config.security.support
 
LdapSecurityPropertiesValidator() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
list(Pageable, PagedResourcesAssembler<AppRegistration>, ApplicationType) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
List app registrations.
list(Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Return a page-able list of JobExecutionResource defined jobs.
list(String, Pageable, PagedResourcesAssembler<JobInstanceExecutions>) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
Return a page-able list of JobInstanceResource defined jobs.
list() - Method in class org.springframework.cloud.dataflow.server.controller.MetricsController
 
list(Pageable, String, PagedResourcesAssembler<AppInstanceStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
list(Pageable, PagedResourcesAssembler<AppStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
 
list(Pageable, String, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a page-able list of StreamDefinitionResource defined streams.
list(Pageable, String, PagedResourcesAssembler<TaskDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Return a page-able list of TaskDefinitionResource defined tasks.
list(Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Return a page-able list of TaskExecutionResource defined tasks.
LIST_OF_NAMES - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
listJobExecutions(Pageable) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobExecutions from the JobRepository and matches the data with a task id.
listJobExecutions(Pageable) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobExecutions from the JobRepository and matches the data with a task id.
listJobExecutionsForJob(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobExecution from the JobRepository with a specific jobName and matches the data with a task id.
listJobExecutionsForJob(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobExecution from the JobRepository with a specific jobName and matches the data with a task id.
listRelated(Pageable, String, boolean, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a list of related stream definition resources based on the given stream name.
listTaskJobInstancesForJobName(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobInstanceExecutions from the JobRepository with a specific jobName and matches the data with the associated JobExecutions.
listTaskJobInstancesForJobName(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobInstanceExecutions from the JobRepository with a specific jobName and matches the data with the associated JobExecutions.
loginController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
LoginController - Class in org.springframework.cloud.dataflow.server.controller.security
Controller responsible for handling authentication requests.
LoginController() - Constructor for class org.springframework.cloud.dataflow.server.controller.security.LoginController
 

M

ManualOAuthAuthenticationProvider - Class in org.springframework.cloud.dataflow.server.service.impl
Provides a custom AuthenticationProvider that allows for authentication (username and password) against an OAuth Server using a password grant.
ManualOAuthAuthenticationProvider() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
mapState(DeploymentState) - Static method in class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
Maps the DeploymentState from the Deployer SPI to a DeploymentStateResource which is used by the REST API.
mavenProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
mavenResourceLoader(MavenProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
messageConverters() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
methodValidationPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
Metric() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
metricRepository(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
metricsController(MetricStore) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
MetricsController - Class in org.springframework.cloud.dataflow.server.controller
Controller handling metrics requests for as a passthrough to collector.
MetricsController(MetricStore) - Constructor for class org.springframework.cloud.dataflow.server.controller.MetricsController
Instantiates a new metrics controller.
MetricsProperties - Class in org.springframework.cloud.dataflow.server.config
Configuration properties for namespace 'spring.cloud.dataflow.metrics'.
MetricsProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
MetricsProperties.Collector - Class in org.springframework.cloud.dataflow.server.config
 
metricStore(MetricsProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
MetricStore - Class in org.springframework.cloud.dataflow.server.controller.support
Store implementation returning metrics info from a collector application.
MetricStore(MetricsProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.support.MetricStore
Instantiates a new metric store.
MySqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
MySQL implementation of a PagingQueryProvider using database specific features.
MySqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.MySqlPagingQueryProvider
 

N

namedParameterJdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
NoSuchAppException - Exception in org.springframework.cloud.dataflow.server.controller
 
NoSuchAppException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.NoSuchAppException
 
NoSuchAppInstanceException - Exception in org.springframework.cloud.dataflow.server.controller
 
NoSuchAppInstanceException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.NoSuchAppInstanceException
 
NoSuchStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a stream definition of a given name was expected but did not exist.
NoSuchStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
NoSuchStreamDefinitionException(String, String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
NoSuchTaskDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a task definition of a given name was expected but did not exist.
NoSuchTaskDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskDefinitionException
 
NoSuchTaskExecutionException - Exception in org.springframework.cloud.dataflow.server.repository
 
NoSuchTaskExecutionException(long) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskExecutionException
Create a new exception.

O

oAuth2RestTemplate() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
oauthAuthenticationManager() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
OAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
OAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
objectMapper() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
onClientGenericBadRequest(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Client did not formulate a correct request.
onConflictException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
onConstraintViolationException(ConstraintViolationException) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
The exception handler is trigger if a JSR303 ConstraintViolationException is being raised.
OnDefaultBootUserAuthenticationEnabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is valid if neither file authentication nor Ldap authentication are enabled.
OnDefaultBootUserAuthenticationEnabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnDefaultBootUserAuthenticationEnabled
 
onException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Handles the general error case.
onNotFoundException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
OnOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2 exists.
OnOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnOAuth2Disabled
 
OnSecurityEnabledAndOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2.client.client-id does NOT exists.
OnSecurityEnabledAndOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Disabled
 
OnSecurityEnabledAndOAuth2Enabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if the property security.oauth2.client.client-id exists.
OnSecurityEnabledAndOAuth2Enabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Enabled
 
onUnprocessableEntityException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
OraclePagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Oracle implementation of a PagingQueryProvider using database specific features.
OraclePagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
 
Order - Enum in org.springframework.cloud.dataflow.server.repository.support
The direction of the sort in an ORDER BY clause.
orderMap - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
org.springframework.cloud.dataflow.server - package org.springframework.cloud.dataflow.server
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.server.completion - package org.springframework.cloud.dataflow.server.completion
Contains classes for the auto-completion support.
org.springframework.cloud.dataflow.server.config - package org.springframework.cloud.dataflow.server.config
Spring Cloud Data Flow Server configuration classes.
org.springframework.cloud.dataflow.server.config.apps - package org.springframework.cloud.dataflow.server.config.apps
Package for the classes that have common application configuration properties.
org.springframework.cloud.dataflow.server.config.features - package org.springframework.cloud.dataflow.server.config.features
Contains specific features' configuration classes.
org.springframework.cloud.dataflow.server.config.security - package org.springframework.cloud.dataflow.server.config.security
Contains security related configuration classes.
org.springframework.cloud.dataflow.server.config.security.support - package org.springframework.cloud.dataflow.server.config.security.support
 
org.springframework.cloud.dataflow.server.config.web - package org.springframework.cloud.dataflow.server.config.web
Contains web configuration classes.
org.springframework.cloud.dataflow.server.controller - package org.springframework.cloud.dataflow.server.controller
Spring Cloud Data Flow Server Controllers.
org.springframework.cloud.dataflow.server.controller.security - package org.springframework.cloud.dataflow.server.controller.security
Provides security-related Controllers.
org.springframework.cloud.dataflow.server.controller.security.support - package org.springframework.cloud.dataflow.server.controller.security.support
 
org.springframework.cloud.dataflow.server.controller.support - package org.springframework.cloud.dataflow.server.controller.support
Contains supporting classes and utilities for the web controllers.
org.springframework.cloud.dataflow.server.job - package org.springframework.cloud.dataflow.server.job
Contains core Batch Job functionality for Dataflow.
org.springframework.cloud.dataflow.server.job.support - package org.springframework.cloud.dataflow.server.job.support
Contains supporting classes for the Dataflow Batch Job functionality.
org.springframework.cloud.dataflow.server.repository - package org.springframework.cloud.dataflow.server.repository
Spring Cloud Data Flow Server Repositories.
org.springframework.cloud.dataflow.server.repository.support - package org.springframework.cloud.dataflow.server.repository.support
Provides RDBMS-related support classes including PagingQueryProvider implementations for supported databases.
org.springframework.cloud.dataflow.server.service - package org.springframework.cloud.dataflow.server.service
Contains various Services (Interfaces) that are part of the Dataflow Server.
org.springframework.cloud.dataflow.server.service.impl - package org.springframework.cloud.dataflow.server.service.impl
Contains Service implementations for the Dataflow Server.
org.springframework.cloud.dataflow.server.support - package org.springframework.cloud.dataflow.server.support
Contains support classes and utilities for the Data Flow server package.

P

PagingQueryProvider - Interface in org.springframework.cloud.dataflow.server.repository.support
Interface defining the functionality to be provided for generating paging queries.
parseTaskTextToGraph(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
Parse a task definition into a graph structure.
PostgresPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Postgres implementation of a PagingQueryProvider using database specific features.
PostgresPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
progress(long, long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Get the step execution progress for the given jobExecutions step.
providerManager() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 

Q

qualifyProperties(Map<String, String>, Resource) - Method in class org.springframework.cloud.dataflow.server.controller.WhitelistProperties
Return a copy of app properties where shorthand form have been expanded to their long form (amongst the whitelisted supported properties of the app) if applicable.

R

RdbmsDeploymentIdRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of DeploymentIdRepository.
RdbmsDeploymentIdRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
RdbmsStreamDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of StreamDefinitionRepository.
RdbmsStreamDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
RdbmsTaskDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of TaskDefinitionRepository.
RdbmsTaskDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
redisHealthIndicator() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
register(ApplicationType, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Register a module name and type with its URI.
registerAll(Pageable, PagedResourcesAssembler<AppRegistration>, String, Properties, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Register all applications listed in a properties file or provided as key/value pairs.
relProviderOverridingBeanPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
restartJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Restart the Job Execution with the given jobExecutionId.
restartJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
restartJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Restarts a JobExecution IF the respective JobExecution is actually deemed restartable.
restControllerAdvice() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RestControllerAdvice - Class in org.springframework.cloud.dataflow.server.controller
Apply common behavior (exception handling etc.,) to all the REST controllers.
RestControllerAdvice() - Constructor for class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
 
retrieveJobsByName(String, Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Retrieve all task job executions with the task name specified
retrieveTasksByName(String, Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Retrieve all task executions with the task name specified
ROLE_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
 
rootController(EntityLinks) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RootController - Class in org.springframework.cloud.dataflow.server.controller
Controller for the root resource of the Data Flow server.
RootController(EntityLinks) - Constructor for class org.springframework.cloud.dataflow.server.controller.RootController
Construct an RootController.
rowMapper - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
runtimeAppsController(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer, MetricStore) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RuntimeAppsController - Class in org.springframework.cloud.dataflow.server.controller
Exposes runtime status of deployed apps.
RuntimeAppsController(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer, MetricStore, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
Instantiates a new runtime apps controller.
RuntimeAppsController.AppInstanceController - Class in org.springframework.cloud.dataflow.server.controller
 
runtimeAppsStatusFJPFB() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 

S

sanitize(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ArgumentSanitizer
Replaces a potential secure value with "******".
sanitizeStream(String) - Static method in class org.springframework.cloud.dataflow.server.controller.support.ArgumentSanitizer
Redacts sensitive values in a stream.
save(String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a new stream.
save(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Register a task definition for future execution.
save(Iterable<S>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
save(String, String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Associates a given app deployment key with an identifier.
save(String, String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
save(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
save(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
save(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
saveRow - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
saveTaskDefinition(String, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
saveTaskDefinition(String, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Saves the task definition.
search(SearchPageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDefinitionRepository
 
search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDefinitionRepository
 
SearchPageable - Class in org.springframework.cloud.dataflow.server.repository.support
Simple class that is composed of a Pageable and several properties to encapsulate search queries.
SearchPageable(Pageable, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Initialize a SearchPageable.
SecurityConfigUtils - Class in org.springframework.cloud.dataflow.server.config.security.support
State-holder for computed security meta-information.
SecurityConfigUtils() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
 
securityController(SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
SecurityController - Class in org.springframework.cloud.dataflow.server.controller.security
Provides security-related meta information.
SecurityController(SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.SecurityController
 
SecurityStateBean - Class in org.springframework.cloud.dataflow.server.config.security.support
State-holder for computed security meta-information.
SecurityStateBean() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
selectClause - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
sessionRepository() - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
setAggregateMetrics(List<ApplicationsMetrics.Metric>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setApplications(List<ApplicationsMetrics.Application>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
setCollector(MetricsProperties.Collector) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
setComposedTaskRunnerName(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
setDatabaseType(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setDataflowCoreVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
setDataflowDashboardVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setGroupRoleAttribute(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGroupSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGroupSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGuid(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setIndex(int) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setInstances(List<ApplicationsMetrics.Instance>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
setManagerDn(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setManagerPassword(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setMetrics(List<ApplicationsMetrics.Metric>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
setPassword(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
setPassword(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
setProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
setRules(List<String>) - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
setSelectClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setSelectClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setSkipSslValidation(boolean) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setStream(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setUri(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
setUrl(URI) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserDnPattern(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
setUsers(Properties) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
Set users as Properties.
setUserSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setValue(Object) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
setWhereClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setWhereClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
simpleJobServiceFactoryBean(DataSource, JobRepositoryFactoryBean) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.dataflow.server.repository.support
Factory bean for PagingQueryProvider interface.
SqlPagingQueryProviderFactoryBean() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
SqlPagingQueryUtils - Class in org.springframework.cloud.dataflow.server.repository.support
Utility class that generates the actual SQL statements used by query providers.
SqlServerPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Sql Server implementation of a PagingQueryProvider using database specific features.
SqlServerPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
 
StepExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.server.job.support
Jackson MixIn for StepExecution serialization.
StepExecutionJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionJacksonMixIn
 
StepExecutionProgressInfo - Class in org.springframework.cloud.dataflow.server.job.support
Represents Batch job step execution progress info.
StepExecutionProgressInfo(StepExecution, StepExecutionHistory) - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
StepExecutionResourceBuilder - Class in org.springframework.cloud.dataflow.server.job.support
Knows how to build a StepExecutionResource out of our domain model StepExecution.
StepExecutionResourceBuilder() - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
 
stepExecutions(long, Pageable, PagedResourcesAssembler<StepExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
List all step executions.
stopJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Stop a Job Execution with the given jobExecutionId.
stopJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
stopJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Requests a JobExecution to stop.
StreamAlreadyDeployedException - Exception in org.springframework.cloud.dataflow.server.controller
Thrown when a stream is already deployed when the controller gets a request to deploy it.
StreamAlreadyDeployedException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.StreamAlreadyDeployedException
 
StreamAlreadyDeployingException - Exception in org.springframework.cloud.dataflow.server.controller
Thrown when a stream is already being deployed when the controller gets a request to deploy it.
StreamAlreadyDeployingException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.StreamAlreadyDeployingException
 
StreamConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
StreamConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
streamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on StreamDefinition.
StreamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a StreamDefinitionController that delegates CRUD operations to the provided StreamDefinitionRepository deployment ID operations to the provided DeploymentIdRepository deployment operations to the provided StreamDeploymentController deployment status computation to the provided AppDeployer
streamDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
streamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
Controller for deployment operations on StreamDefinition.
StreamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Create a StreamDeploymentController that delegates CRUD operations to the provided StreamDefinitionRepository app retrieval to the provided AppRegistry deployment operations to the provided AppDeployer
STREAMS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
supports(Class<?>) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 

T

tableName - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tablePrefix - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tableSuffix - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tapOnDestinationExpansionStrategy(StreamCompletionProvider, StreamDefinitionRepository) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
TapOnDestinationRecoveryStrategy - Class in org.springframework.cloud.dataflow.server.completion
Expands constructs that start with : to add stream name and app identifiers.
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
taskCompletions(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.CompletionController
Return a list of possible completions given a prefix string that the user has started typing.
TaskConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfigurationProperties - Class in org.springframework.cloud.dataflow.server.service.impl
Properties used to define the behavior of tasks created by Spring Cloud Data Flow.
TaskConfigurationProperties() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
taskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistry, TaskService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on TaskDefinition.
TaskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistry, TaskService) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Creates a TaskDefinitionController that delegates CRUD operations to the provided TaskDefinitionRepository task status checks to the provided TaskLauncher
taskDefinitionRepository(DataSource, Server) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
taskDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
TaskDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
taskExecutionController(TaskExplorer, TaskService, TaskDefinitionRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskExecutionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on TaskExecution.
TaskExecutionController(TaskExplorer, TaskService, TaskDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Creates a TaskExecutionController that retrieves Task Execution information from a the TaskExplorer
taskExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskExplorerFactoryBean - Class in org.springframework.cloud.dataflow.server.job
Factory bean to create a Task Explorer.
TaskExplorerFactoryBean(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
taskJobExecutionRepository(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskJobService - Interface in org.springframework.cloud.dataflow.server.service
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.
taskRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
taskRepositoryInitializerForDB(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
taskRepositoryInitializerForDefaultDB(DataSource, Server) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
TASKS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
taskService(TaskDefinitionRepository, TaskExplorer, TaskRepository, AppRegistry, DelegatingResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskService - Interface in org.springframework.cloud.dataflow.server.service
Provides Task related services.
tokenServices() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
toolsController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
ToolsController - Class in org.springframework.cloud.dataflow.server.controller
A controller for integrating with frontend tools.
ToolsController() - Constructor for class org.springframework.cloud.dataflow.server.controller.ToolsController
 
toResource(StepExecution) - Static method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
 
toString() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
transactionManager(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
transactionManagerForServer(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 

U

uiController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
UiController - Class in org.springframework.cloud.dataflow.server.controller
A simple (web, not REST) controller to trigger a redirect to the index page of the admin ui (which comes packaged as a dependency).
UiController() - Constructor for class org.springframework.cloud.dataflow.server.controller.UiController
 
undeploy(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of an existing stream.
undeployAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of all streams.
unregister(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Unregister an application by name and type.
uriRegistry(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
userAccessTokenProvider() - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 

V

valueColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_INFO_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
VersionInfoProperties - Class in org.springframework.cloud.dataflow.server.config
Properties for version information of core dependencies.
VersionInfoProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
View the details of a single task execution, specified by id.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
View the details of a single task instance, specified by id.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
View the details of a single task execution, specified by id.

W

WEB_UI_INDEX_PAGE_ROUTE - Static variable in class org.springframework.cloud.dataflow.server.controller.UiController
 
WebConfiguration - Class in org.springframework.cloud.dataflow.server.config.web
 
WebConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
whereClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
WhitelistProperties - Class in org.springframework.cloud.dataflow.server.controller
Knows how to expand app properties into their full form if whitelist properties (short hand form) have been used.
WhitelistProperties(ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.controller.WhitelistProperties
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.