Package com.soffid.iam.base.service
Interface ConfigurationService
public interface ConfigurationService
Service ConfigurationService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(Configuration configuracio) Operation createvoiddelete(Configuration configuracio) Operation deletevoiddeleteBlob(String name) Operation deleteBlobcom.soffid.zkdb.api.PagedResult<Configuration>findConfigurations(com.soffid.zkdb.api.Query query) Operation findConfigurationsfindMasterParameterByNameAndNetwork(String paramter, String networkName) Operation findMasterParameterByNameAndNetworkfindParameterByNameAndNetworkName(String codiParametre, String codiXarxa) Operation findParameterByNameAndNetworkNamefindTenantParameter(String tenant, String parameter) Operation findTenantParameterbyte[]Operation getBlobgetBlobVersion(String name) Operation getBlobVersionOperation getParametersupdate(Configuration configuracio) Operation updatevoidupdateBlob(String name, byte[] data) Operation updateBlobvoidupdateBlob(String name, byte[] data, String version) Operation updateBlob
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getBlob
Operation getBlob- Parameters:
name-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
create
Configuration create(Configuration configuracio) throws InternalErrorException, InternalErrorException Operation create- Parameters:
configuracio-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findMasterParameterByNameAndNetwork
Configuration findMasterParameterByNameAndNetwork(String paramter, String networkName) throws InternalErrorException, InternalErrorException Operation findMasterParameterByNameAndNetwork- Parameters:
paramter-networkName-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findParameterByNameAndNetworkName
Configuration findParameterByNameAndNetworkName(String codiParametre, String codiXarxa) throws InternalErrorException, InternalErrorException Operation findParameterByNameAndNetworkName- Parameters:
codiParametre-codiXarxa-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
Configuration update(Configuration configuracio) throws InternalErrorException, InternalErrorException Operation update- Parameters:
configuracio-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findConfigurations
com.soffid.zkdb.api.PagedResult<Configuration> findConfigurations(com.soffid.zkdb.api.Query query) throws InternalErrorException, InternalErrorException Operation findConfigurations- Parameters:
query-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findTenantParameter
String findTenantParameter(String tenant, String parameter) throws InternalErrorException, InternalErrorException Operation findTenantParameter- Parameters:
tenant-parameter-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getBlobVersion
Operation getBlobVersion- Parameters:
name-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getParameters
Operation getParameters- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
delete
Operation delete- Parameters:
configuracio-- Throws:
InternalErrorExceptionInternalErrorException
-
deleteBlob
Operation deleteBlob- Parameters:
name-- Throws:
InternalErrorExceptionInternalErrorException
-
updateBlob
Operation updateBlob- Parameters:
name-data-- Throws:
InternalErrorExceptionInternalErrorException
-
updateBlob
void updateBlob(String name, byte[] data, String version) throws InternalErrorException, InternalErrorException Operation updateBlob- Parameters:
name-data-version-- Throws:
InternalErrorExceptionInternalErrorException
-