Skip navigation links
A D F G I L M N O S T W 

A

appExist(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Checks if an AppRegistration with this name, type and version exists.
appExist(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Checks if an application with such name and type exists and is set as default.
appExist(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
appExist(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
AppRegistrationRepository - Interface in org.springframework.cloud.dataflow.registry.repository
Repository interface for managing the AppRegistration class.
AppRegistryService - Interface in org.springframework.cloud.dataflow.registry.service
 
AppResourceCommon - Class in org.springframework.cloud.dataflow.registry.support
 
AppResourceCommon(MavenProperties, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
 
auditRecordService - Variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
auditServiceUtils - Variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 

D

DEFAULT_NAMESPACE - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
DEFAULT_TAG - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
DefaultAppRegistryService - Class in org.springframework.cloud.dataflow.registry.service
Convenience wrapper for the AppRegistryService that operates on higher level DefaultAppRegistryService objects and supports on-demand loading of Resources.
DefaultAppRegistryService(AppRegistrationRepository, AppResourceCommon, AuditRecordService) - Constructor for class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
delete(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Deletes an AppRegistration.
delete(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
Deletes an AppRegistration.
deleteAll(Iterable<AppRegistration>) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Deletes all provided AppRegistration's.
deleteAll(Iterable<AppRegistration>) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
deleteAppRegistrationByNameAndTypeAndVersion(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
DockerImage - Class in org.springframework.cloud.dataflow.registry.support
Docker image name parsing utility Code from https://github.com/vmware/admiral
DockerImage() - Constructor for class org.springframework.cloud.dataflow.registry.support.DockerImage
 

F

find(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
find(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
find(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
find(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAll() - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAll(Pageable) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
findAll() - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAllByNameContainingIgnoreCase(String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAllByType(ApplicationType, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAllByTypeAndNameContainingIgnoreCase(ApplicationType, String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAllByTypeAndNameIsLike(ApplicationType, String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
findAllByTypeAndNameIsLike(ApplicationType, String, Pageable) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAppRegistrationByNameAndTypeAndDefaultVersionIsTrue(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAppRegistrationByNameAndTypeAndVersion(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
fromImageName(String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
parse a full image name (myhost:300/namespace/repo:tag) into its components
fromParts(String, String, String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
fromParts(String, String, String, String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 

G

getAppMetadataResource(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Converts application's metadata URI into Spring resource object.
getAppMetadataResource(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
getAppResource(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Converts application's URI into Spring resource object.
getAppResource(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
getDefaultApp(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
getDefaultApp(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
getHost() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getMetadataResource(URI, URI) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Resolves the metadata resource if provided or falls back to the apps resources otherwise.
getNamespace() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getNamespaceAndRepo() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getRepository() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getResource(String) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Retrieve the corresponding Resource instance based on the URI String.
getResourceVersion(Resource) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
getResourceVersion(String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Returns the version for the given resource URI string.
getResourceVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
getResourceVersion(String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
Returns the version for the given resource URI string.
getResourceVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Extracts the version from the resource.
getResourceWithoutVersion(Resource) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Returns a string representing the resource with version subtracted
getResourceWithoutVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
getResourceWithoutVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Returns a string representing the resource with version subtracted
getTag() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 

I

importAll(boolean, Resource...) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Import bulk of applications from input load files
importAll(boolean, Resource...) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
isDockerHubImage() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
isOverwrite(AppRegistration, boolean) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
isValidNamespace(String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
When a image name part can be ambiguously either host or namespace, check which one it is based on a regex of valid characters for the namespace part

L

loadProperties(Resource) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
logger - Static variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 

M

METADATA_KEY_SUFFIX - Static variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
metadataUriFromProperties(String, Properties) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 

N

NoSuchAppRegistrationException - Exception in org.springframework.cloud.dataflow.registry.support
Thrown when an AppRegistration of a given name and ApplicationType was expected but did not exist.
NoSuchAppRegistrationException(String, ApplicationType) - Constructor for exception org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
 
NoSuchAppRegistrationException(String, ApplicationType, String) - Constructor for exception org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
 

O

org.springframework.cloud.dataflow.registry - package org.springframework.cloud.dataflow.registry
Root package of the Data Flow registry support.
org.springframework.cloud.dataflow.registry.repository - package org.springframework.cloud.dataflow.registry.repository
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.registry.service - package org.springframework.cloud.dataflow.registry.service
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.registry.support - package org.springframework.cloud.dataflow.registry.support
Contains AppRegistration support classes.

S

save(S) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
save(String, ApplicationType, String, URI, URI) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Saves a new AppRegistration identified by its name, type, version and URIs.
save(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Save an AppRegistration instance.
save(String, ApplicationType, String, URI, URI) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
save(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
SECTION_SEPARATOR - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
setDefaultApp(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Set an application with name, type and version as the default for all name:type applications.
setDefaultApp(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 

T

TAG_SEPARATOR - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
toString() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
Convert to a canonical string representation.
toStringAndUriFunc - Static variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
toValidAppRegistration(Map.Entry<String, URI>, URI) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
Builds a Stream from key/value mapping.

W

warnOnMalformedURI(String, URI) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
A D F G I L M N O S T W 
Skip navigation links

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