Uses of Class
de.espirit.firstspirit.access.project.RemoteProjectConfiguration
Package
Description
-
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionConnection.getRemoteConnection
(RemoteProjectConfiguration config) Returns the remote connection specified by the givenRemoteProjectConfiguration
.@NotNull UrlCreatorProvider
UrlCreatorProvider.getUrlCreatorProvider
(@NotNull RemoteProjectConfiguration config) Provides aUrlCreatorProvider
for the given remote configuration. -
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.access.project
Modifier and TypeMethodDescription@Nullable RemoteProjectConfiguration
Project.getRemoteProjectConfiguration
(@NotNull String symbolicName) Gets the remote project configuration for the specified symbolic name ornull
if not configuration with this name exists for this project.Modifier and TypeMethodDescription@NotNull List<RemoteProjectConfiguration>
Project.getRemoteProjectConfigurations()
Return the list of existing remote project configurations for this project.@NotNull List<RemoteProjectConfiguration>
Project.getRemoteProjectConfigurations
(@Nullable Filter<RemoteProjectConfiguration> filter) Returns the list of remote project configurations for this project that pass the given filter.Modifier and TypeMethodDescription@NotNull List<RemoteProjectConfiguration>
Project.getRemoteProjectConfigurations
(@Nullable Filter<RemoteProjectConfiguration> filter) Returns the list of remote project configurations for this project that pass the given filter.void
Project.setRemoteProjectConfigurations
(List<RemoteProjectConfiguration> remoteProjectConfigurations) Sets the list of remote project configuratiosn for this project -
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeMethodDescription@Nullable RemoteProjectConfiguration
PageLangSpec.getRemoteProjectConfiguration()
Return RemoteProjectConfiguration used for related project.Modifier and TypeMethodDescriptionvoid
PageLangSpec.setRemoteProjectConfiguration
(@Nullable RemoteProjectConfiguration configuration) Set RemoteProjectConfiguration used for releated project. -
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@NotNull Map<String,
RemoteProjectConfiguration> ProjectAgent.getRemoteProjectConfigurations
(@Nullable Filter<RemoteProjectConfiguration> remoteCondition) Get the configurations of remote projects defined.Modifier and TypeMethodDescription@NotNull Map<String,
RemoteProjectConfiguration> ProjectAgent.getRemoteProjectConfigurations
(@Nullable Filter<RemoteProjectConfiguration> remoteCondition) Get the configurations of remote projects defined.