Class GlobalUserConfigurationWebService
java.lang.Object
de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService<GlobalUserConfiguration>
de.aristaflow.ilm.ws.core.globalprovider.GlobalUserConfigurationWebService
public class GlobalUserConfigurationWebService
extends AbstractSubResourceWebService<GlobalUserConfiguration>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CommonModelFactoryprotected final NamespaceRemoteIteratorWebServiceThe web service for remote iterator handlers for namespaces. -
Constructor Summary
ConstructorsConstructorDescriptionGlobalUserConfigurationWebService(GlobalUserConfiguration service, AbstractSubResourceWebService<?> parent) -
Method Summary
Modifier and TypeMethodDescriptiongetConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId) getGlobalConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace) getGlobalNamespaces(@NotNull @Valid SessionToken session, @Positive Integer count) getNamespaces(@NotNull @Valid SessionToken session, @NotNull Long agentId, @NotNull Long orgPosId, @Positive Integer count) voidsetConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId, @Valid AfConfiguration conf) voidsetGlobalConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @Valid AfConfiguration conf) voidshutdown()Shuts down this sub resource web service.Methods inherited from class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
getLogger, getLogService, getService, getServiceMetaData, getServiceUris, getSessionFactory
-
Field Details
-
nriws
The web service for remote iterator handlers for namespaces. -
cmf
-
-
Constructor Details
-
GlobalUserConfigurationWebService
public GlobalUserConfigurationWebService(GlobalUserConfiguration service, AbstractSubResourceWebService<?> parent) throws ServiceNotKnownException - Throws:
ServiceNotKnownException
-
-
Method Details
-
shutdown
public void shutdown()Description copied from class:AbstractSubResourceWebServiceShuts down this sub resource web service. This default implementation does nothing.- Overrides:
shutdownin classAbstractSubResourceWebService<GlobalUserConfiguration>
-
getNamespaceRemoteIteratorWebService
-
getGlobalNamespaces
@Valid public @Valid NamespaceInitialRemoteIteratorData getGlobalNamespaces(@NotNull @Valid @NotNull @Valid SessionToken session, @Positive @Positive Integer count) throws ParameterException, DataSourceException, DataConsistencyException -
getNamespaces
@Valid public @Valid NamespaceInitialRemoteIteratorData getNamespaces(@NotNull @Valid @NotNull @Valid SessionToken session, @NotNull @NotNull Long agentId, @NotNull @NotNull Long orgPosId, @Positive @Positive Integer count) throws ParameterException, DataSourceException, DataConsistencyException - Throws:
ParameterExceptionDataSourceExceptionDataConsistencyException- See Also:
-
getGlobalConfiguration
public AfConfiguration getGlobalConfiguration(@NotNull @Valid @NotNull @Valid SessionToken session, @NotEmpty @NotEmpty String namespace) throws ParameterException -
setGlobalConfiguration
public void setGlobalConfiguration(@NotNull @Valid @NotNull @Valid SessionToken session, @NotEmpty @NotEmpty String namespace, @Valid @Valid AfConfiguration conf) throws ParameterException -
getConfiguration
public AfConfiguration getConfiguration(@NotNull @Valid @NotNull @Valid SessionToken session, @NotEmpty @NotEmpty String namespace, @NotNull @NotNull Long agentId, @NotNull @NotNull Long orgPosId) throws ParameterException -
setConfiguration
public void setConfiguration(@NotNull @Valid @NotNull @Valid SessionToken session, @NotEmpty @NotEmpty String namespace, @NotNull @NotNull Long agentId, @NotNull @NotNull Long orgPosId, @Valid @Valid AfConfiguration conf) throws ParameterException
-