Package es.caib.seycon.ng.servei
Interface DispatcherService
-
public interface DispatcherService
Service DispatcherService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCertificate(Server server, X509Certificate cert)
Operation addCertificatevoid
applyConfiguration(Dispatcher dispatcher)
Operation applyConfigurationAsyncProcessTracker
applyConfigurationAsync(Dispatcher dispatcher)
Operation applyConfigurationAsyncvoid
checkConnectivity(String dispatcher)
Operation checkConnectivity Tests system connectivityServerRegistrationToken
consumeRegistrationToken(String token)
Operation consumeRegistrationTokenReconcileTrigger
create(ReconcileTrigger rp)
Operation createAttributeMapping
create(AttributeMapping mapping)
Operation createControlAcces
create(ControlAcces controlAcces)
Operation createDispatcher
create(Dispatcher dispatcher)
Operation createGrupDispatcher
create(GrupDispatcher grupDispatcher)
Operation createObjectMapping
create(ObjectMapping om)
Operation createObjectMappingProperty
create(ObjectMappingProperty omp)
Operation createObjectMappingTrigger
create(ObjectMappingTrigger trigger)
Operation createServer
create(Server server)
Operation createTipusUsuariDispatcher
create(TipusUsuariDispatcher tipusUsuari)
Operation createString
createRemoteServer(String name, String tenant)
Operation createRemoteServervoid
delete(ReconcileTrigger rp)
Operation deletevoid
delete(AttributeMapping mapping)
Operation deletevoid
delete(ControlAcces controlAcces)
Operation deletevoid
delete(Dispatcher dispatcher)
Operation deletevoid
delete(GrupDispatcher grupDispatcher)
Operation deletevoid
delete(ObjectMapping om)
Operation deletevoid
delete(ObjectMappingProperty omp)
Operation deletevoid
delete(ObjectMappingTrigger tirger)
Operation deletevoid
delete(Server server)
Operation deletevoid
delete(TipusUsuariDispatcher tipusUsuari)
Operation deleteMap<String,String>
findActiveDirectoryDomains()
Operation findActiveDirectoryDomainsCollection<Dispatcher>
findAllActiveDispatchers()
Operation findAllActiveDispatchersCollection<Server>
findAllServers()
Operation findAllServersCollection<AttributeMapping>
findAttributeMappingsByObject(Long objectId)
Operation findAttributeMappingsByObjectCollection<ControlAcces>
findControlAccesByCodiAgent(String codiAgent)
Operation findControlAccesByCodiAgentDispatcher
findDispatcherByCodi(String codi)
Operation findDispatcherByCodiCollection<Dispatcher>
findDispatchersByFiltre(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)
Operation findDispatchersByFiltreCollection<ObjectMappingProperty>
findObjectMappingPropertiesByObject(Long objectId)
Operation findObjectMappingPropertiesByObjectCollection<ObjectMapping>
findObjectMappingsByDispatcher(Long dispatcherId)
Operation findObjectMappingsByDispatcherCollection<ObjectMappingTrigger>
findObjectMappingTriggersByObject(Long objectId)
Operation findObjectMappingTriggersByObjectCollection<ReconcileTrigger>
findReconcileTriggersByDispatcher(Long dispatcherId)
Operation findReconcileTriggersByDispatcherDispatcher
findSoffidDispatcher()
Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfPagedResult<Dispatcher>
findSystemByTextAndFilter(String text, String query, Integer first, Integer max)
Operation findSystemByTextAndFilterAsyncList<Dispatcher>
findSystemByTextAndFilterAsync(String text, String query)
Operation findSystemByTextAndFilterAsyncPagedResult<Dispatcher>
findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)
Operation findSystemByTextAndJsonQueryAsyncList<Dispatcher>
findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)
Operation findSystemByTextAndJsonQueryAsyncCollection<Server>
findTenantServers()
Operation findTenantServersList<X509Certificate>
findValidCertificates()
Operation findValidCertificatesvoid
finishVirtualSourceTransaction(String transactionId)
Operation finishVirtualSourceTransactionString
generateChangesReport(Dispatcher dispatcher)
Operation generateChangesReportCollection<ControlAcces>
getControlAcces(Dispatcher agent)
Operation getControlAccesCollection<GrupDispatcher>
getGrupsDispatcher(Dispatcher agent)
Operation getGrupsDispatcherGetObjectResults
getNativeObject(String dispatcher, SoffidObjectType type, String object1, String object2)
Operation getNativeObject Loads system object attributesString[]
getServerTenants(Server server)
Operation getServerTenantsGetObjectResults
getSoffidObject(String dispatcher, SoffidObjectType type, String object1, String object2)
Operation getSoffidObject Loads system object and transforms into Soffid ObjectCollection<TipusUsuariDispatcher>
getTipusUsuariDispatcher(Dispatcher agent)
Operation getTipusUsuariDispatcherCollection<Map<String,Object>>
invoke(String dispatcher, String verb, String object, Map<String,Object> attributes)
Operation invoke Invokes a custom methodLong
invokeAsync(String dispatcher, String verb, String object, Map<String,Object> attributes)
Operation invokeAsync Invokes a custom methodboolean
isGroupAllowed(Dispatcher dispatcher, String group)
Operation isGroupAllowedboolean
isRegistrationTokenAlive(String token)
Operation isRegistrationTokenAliveboolean
isUserAllowed(Dispatcher dispatcher, String user)
Operation isUserAllowedboolean
isUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions)
Operation isUserAllowedString
preRegisterServer(ServerRegistrationToken register)
Operation preRegisterServer Pre-registers a new sync-server and returns the registration tokenvoid
propagateDispatcherGroups(String codiAgent)
Operation propagateDispatcherGroupsvoid
propagateRolsDispatcher(String codiAgent)
Operation propagateRolsDispatchervoid
propagateUsuarisDispatcher(String codiAgent)
Operation propagateUsuarisDispatcherAsyncProcessTracker
queryProcessStatus(AsyncProcessTracker process)
Operation queryProcessStatus Query the apply process statusGetObjectResults
reconcile(String dispatcher, String accountName)
Operation reconcile Loads account into soffid databasevoid
renameAccounts(Dispatcher dispatcher)
Operation renameAccountsvoid
setDefaultMappingsByDispatcher(Long dispatcherId)
Operation setDefaultMappingsByDispatcherString
startVirtualSourceTransaction(boolean readonly, String server)
Operation startVirtualSourceTransactionMap<String,Object>
testObjectMapping(Map<String,String> sentences, String dispatcher, SoffidObjectType type, String object1, String object2)
Operation testObjectMapping Tests an object mapping for a real objectDebugTaskResults
testPropagateObject(String dispatcher, SoffidObjectType type, String object1, String object2)
Operation testPropagateObject Tests and applies an object mappingReconcileTrigger
update(ReconcileTrigger rp)
Operation updateAttributeMapping
update(AttributeMapping mapping)
Operation updateControlAcces
update(ControlAcces controlAcces)
Operation updateDispatcher
update(Dispatcher dispatcher)
Operation updateGrupDispatcher
update(GrupDispatcher grupDispatcher)
Operation updateObjectMapping
update(ObjectMapping om)
Operation updateObjectMappingProperty
update(ObjectMappingProperty om)
Operation updateObjectMappingTrigger
update(ObjectMappingTrigger trigger)
Operation updateServer
update(Server server)
Operation updateTipusUsuariDispatcher
update(TipusUsuariDispatcher tipusUsuari)
Operation update
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRemoteServer
String createRemoteServer(String name, String tenant) throws InternalErrorException
Operation createRemoteServer- Parameters:
name
-tenant
-- Returns:
- Throws:
InternalErrorException
-
findActiveDirectoryDomains
Map<String,String> findActiveDirectoryDomains() throws InternalErrorException
Operation findActiveDirectoryDomains- Returns:
- Throws:
InternalErrorException
-
startVirtualSourceTransaction
String startVirtualSourceTransaction(boolean readonly, String server) throws InternalErrorException
Operation startVirtualSourceTransaction- Parameters:
readonly
-server
-- Returns:
- Throws:
InternalErrorException
-
finishVirtualSourceTransaction
void finishVirtualSourceTransaction(String transactionId) throws InternalErrorException
Operation finishVirtualSourceTransaction- Parameters:
transactionId
-- Throws:
InternalErrorException
-
isGroupAllowed
boolean isGroupAllowed(Dispatcher dispatcher, String group) throws InternalErrorException, InternalErrorException
Operation isGroupAllowed- Parameters:
dispatcher
-group
-- Returns:
- Throws:
InternalErrorException
-
isRegistrationTokenAlive
boolean isRegistrationTokenAlive(String token) throws InternalErrorException
Operation isRegistrationTokenAlive- Parameters:
token
-- Returns:
- Throws:
InternalErrorException
-
isUserAllowed
boolean isUserAllowed(Dispatcher dispatcher, String user) throws InternalErrorException, InternalErrorException
Operation isUserAllowed- Parameters:
dispatcher
-user
-- Returns:
- Throws:
InternalErrorException
-
isUserAllowed
boolean isUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions) throws InternalErrorException, InternalErrorException
Operation isUserAllowed- Parameters:
dispatcher
-user
-permissions
-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndFilterAsync
AsyncList<Dispatcher> findSystemByTextAndFilterAsync(String text, String query) throws InternalErrorException, InternalErrorException
Operation findSystemByTextAndFilterAsync- Parameters:
text
-query
-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndJsonQueryAsync
AsyncList<Dispatcher> findSystemByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
Operation findSystemByTextAndJsonQueryAsync- Parameters:
text
-jsonQuery
-- Returns:
- Throws:
InternalErrorException
-
applyConfigurationAsync
AsyncProcessTracker applyConfigurationAsync(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation applyConfigurationAsync- Parameters:
dispatcher
-- Returns:
- Throws:
InternalErrorException
-
queryProcessStatus
AsyncProcessTracker queryProcessStatus(AsyncProcessTracker process) throws InternalErrorException, InternalErrorException
Operation queryProcessStatus Query the apply process status- Parameters:
process
-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndFilter
PagedResult<Dispatcher> findSystemByTextAndFilter(String text, String query, Integer first, Integer max) throws InternalErrorException, InternalErrorException
Operation findSystemByTextAndFilter- Parameters:
text
-query
-first
-max
-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndJsonQuery
PagedResult<Dispatcher> findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
Operation findSystemByTextAndJsonQuery- Parameters:
text
-jsonQuery
-start
-pageSize
-- Returns:
- Throws:
InternalErrorException
-
create
ReconcileTrigger create(ReconcileTrigger rp) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
rp
-- Returns:
- Throws:
InternalErrorException
-
update
ReconcileTrigger update(ReconcileTrigger rp) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
rp
-- Returns:
- Throws:
InternalErrorException
-
consumeRegistrationToken
ServerRegistrationToken consumeRegistrationToken(String token) throws InternalErrorException
Operation consumeRegistrationToken- Parameters:
token
-- Returns:
- Throws:
InternalErrorException
-
testPropagateObject
DebugTaskResults testPropagateObject(String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation testPropagateObject Tests and applies an object mapping- Parameters:
dispatcher
-type
-object1
-object2
-- Returns:
- Throws:
InternalErrorException
-
getNativeObject
GetObjectResults getNativeObject(String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation getNativeObject Loads system object attributes- Parameters:
dispatcher
-type
-object1
-object2
-- Returns:
- Throws:
InternalErrorException
-
getSoffidObject
GetObjectResults getSoffidObject(String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation getSoffidObject Loads system object and transforms into Soffid Object- Parameters:
dispatcher
-type
-object1
-object2
-- Returns:
- Throws:
InternalErrorException
-
reconcile
GetObjectResults reconcile(String dispatcher, String accountName) throws InternalErrorException, InternalErrorException
Operation reconcile Loads account into soffid database- Parameters:
dispatcher
-accountName
-- Returns:
- Throws:
InternalErrorException
-
create
AttributeMapping create(AttributeMapping mapping) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
mapping
-- Returns:
- Throws:
InternalErrorException
-
update
AttributeMapping update(AttributeMapping mapping) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
mapping
-- Returns:
- Throws:
InternalErrorException
-
create
ControlAcces create(ControlAcces controlAcces) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
controlAcces
-- Returns:
- Throws:
InternalErrorException
-
update
ControlAcces update(ControlAcces controlAcces) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
controlAcces
-- Returns:
- Throws:
InternalErrorException
-
create
Dispatcher create(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dispatcher
-- Returns:
- Throws:
InternalErrorException
-
findDispatcherByCodi
Dispatcher findDispatcherByCodi(String codi) throws InternalErrorException, InternalErrorException
Operation findDispatcherByCodi- Parameters:
codi
-- Returns:
- Throws:
InternalErrorException
-
findSoffidDispatcher
Dispatcher findSoffidDispatcher() throws InternalErrorException
Operation findSoffidDispatcher Finds the dispatcher bound to soffid itself- Returns:
- Throws:
InternalErrorException
-
update
Dispatcher update(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dispatcher
-- Returns:
- Throws:
InternalErrorException
-
create
GrupDispatcher create(GrupDispatcher grupDispatcher) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
grupDispatcher
-- Returns:
- Throws:
InternalErrorException
-
update
GrupDispatcher update(GrupDispatcher grupDispatcher) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
grupDispatcher
-- Returns:
- Throws:
InternalErrorException
-
create
ObjectMapping create(ObjectMapping om) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
om
-- Returns:
- Throws:
InternalErrorException
-
update
ObjectMapping update(ObjectMapping om) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
om
-- Returns:
- Throws:
InternalErrorException
-
create
ObjectMappingProperty create(ObjectMappingProperty omp) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
omp
-- Returns:
- Throws:
InternalErrorException
-
update
ObjectMappingProperty update(ObjectMappingProperty om) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
om
-- Returns:
- Throws:
InternalErrorException
-
create
ObjectMappingTrigger create(ObjectMappingTrigger trigger) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
trigger
-- Returns:
- Throws:
InternalErrorException
-
update
ObjectMappingTrigger update(ObjectMappingTrigger trigger) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
trigger
-- Returns:
- Throws:
InternalErrorException
-
create
Server create(Server server) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
server
-- Returns:
- Throws:
InternalErrorException
-
update
Server update(Server server) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
server
-- Returns:
- Throws:
InternalErrorException
-
create
TipusUsuariDispatcher create(TipusUsuariDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipusUsuari
-- Returns:
- Throws:
InternalErrorException
-
update
TipusUsuariDispatcher update(TipusUsuariDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
tipusUsuari
-- Returns:
- Throws:
InternalErrorException
-
invokeAsync
Long invokeAsync(String dispatcher, String verb, String object, Map<String,Object> attributes) throws InternalErrorException, InternalErrorException
Operation invokeAsync Invokes a custom method- Parameters:
dispatcher
-verb
-object
-attributes
-- Returns:
- Throws:
InternalErrorException
-
generateChangesReport
String generateChangesReport(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation generateChangesReport- Parameters:
dispatcher
-- Returns:
- Throws:
InternalErrorException
-
preRegisterServer
String preRegisterServer(ServerRegistrationToken register) throws InternalErrorException
Operation preRegisterServer Pre-registers a new sync-server and returns the registration token- Parameters:
register
-- Returns:
- Throws:
InternalErrorException
-
getServerTenants
String[] getServerTenants(Server server) throws InternalErrorException
Operation getServerTenants- Parameters:
server
-- Returns:
- Throws:
InternalErrorException
-
findAllActiveDispatchers
Collection<Dispatcher> findAllActiveDispatchers() throws InternalErrorException, InternalErrorException
Operation findAllActiveDispatchers- Returns:
- Throws:
InternalErrorException
-
findAllServers
Collection<Server> findAllServers() throws InternalErrorException, InternalErrorException
Operation findAllServers- Returns:
- Throws:
InternalErrorException
-
findAttributeMappingsByObject
Collection<AttributeMapping> findAttributeMappingsByObject(Long objectId) throws InternalErrorException, InternalErrorException
Operation findAttributeMappingsByObject- Parameters:
objectId
-- Returns:
- Throws:
InternalErrorException
-
findControlAccesByCodiAgent
Collection<ControlAcces> findControlAccesByCodiAgent(String codiAgent) throws InternalErrorException, InternalErrorException
Operation findControlAccesByCodiAgent- Parameters:
codiAgent
-- Returns:
- Throws:
InternalErrorException
-
findDispatchersByFiltre
Collection<Dispatcher> findDispatchersByFiltre(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu) throws InternalErrorException, InternalErrorException
Operation findDispatchersByFiltre- Parameters:
codi
-nomCla
-url
-basRol
-segur
-actiu
-- Returns:
- Throws:
InternalErrorException
-
findObjectMappingPropertiesByObject
Collection<ObjectMappingProperty> findObjectMappingPropertiesByObject(Long objectId) throws InternalErrorException, InternalErrorException
Operation findObjectMappingPropertiesByObject- Parameters:
objectId
-- Returns:
- Throws:
InternalErrorException
-
findObjectMappingTriggersByObject
Collection<ObjectMappingTrigger> findObjectMappingTriggersByObject(Long objectId) throws InternalErrorException, InternalErrorException
Operation findObjectMappingTriggersByObject- Parameters:
objectId
-- Returns:
- Throws:
InternalErrorException
-
findObjectMappingsByDispatcher
Collection<ObjectMapping> findObjectMappingsByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation findObjectMappingsByDispatcher- Parameters:
dispatcherId
-- Returns:
- Throws:
InternalErrorException
-
findReconcileTriggersByDispatcher
Collection<ReconcileTrigger> findReconcileTriggersByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation findReconcileTriggersByDispatcher- Parameters:
dispatcherId
-- Returns:
- Throws:
InternalErrorException
-
findTenantServers
Collection<Server> findTenantServers() throws InternalErrorException, InternalErrorException
Operation findTenantServers- Returns:
- Throws:
InternalErrorException
-
getControlAcces
Collection<ControlAcces> getControlAcces(Dispatcher agent) throws InternalErrorException, InternalErrorException
Operation getControlAcces- Parameters:
agent
-- Returns:
- Throws:
InternalErrorException
-
getGrupsDispatcher
Collection<GrupDispatcher> getGrupsDispatcher(Dispatcher agent) throws InternalErrorException, InternalErrorException
Operation getGrupsDispatcher- Parameters:
agent
-- Returns:
- Throws:
InternalErrorException
-
getTipusUsuariDispatcher
Collection<TipusUsuariDispatcher> getTipusUsuariDispatcher(Dispatcher agent) throws InternalErrorException, InternalErrorException
Operation getTipusUsuariDispatcher- Parameters:
agent
-- Returns:
- Throws:
InternalErrorException
-
invoke
Collection<Map<String,Object>> invoke(String dispatcher, String verb, String object, Map<String,Object> attributes) throws InternalErrorException, InternalErrorException
Operation invoke Invokes a custom method- Parameters:
dispatcher
-verb
-object
-attributes
-- Returns:
- Throws:
InternalErrorException
-
findValidCertificates
List<X509Certificate> findValidCertificates() throws InternalErrorException
Operation findValidCertificates- Returns:
- Throws:
InternalErrorException
-
testObjectMapping
Map<String,Object> testObjectMapping(Map<String,String> sentences, String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation testObjectMapping Tests an object mapping for a real object- Parameters:
sentences
-dispatcher
-type
-object1
-object2
-- Returns:
- Throws:
InternalErrorException
-
addCertificate
void addCertificate(Server server, X509Certificate cert) throws InternalErrorException, InternalErrorException
Operation addCertificate- Parameters:
server
-cert
-- Throws:
InternalErrorException
-
applyConfiguration
void applyConfiguration(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation applyConfiguration- Parameters:
dispatcher
-- Throws:
InternalErrorException
-
checkConnectivity
void checkConnectivity(String dispatcher) throws InternalErrorException, InternalErrorException
Operation checkConnectivity Tests system connectivity- Parameters:
dispatcher
-- Throws:
InternalErrorException
-
delete
void delete(ReconcileTrigger rp) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
rp
-- Throws:
InternalErrorException
-
delete
void delete(AttributeMapping mapping) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
mapping
-- Throws:
InternalErrorException
-
delete
void delete(ControlAcces controlAcces) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
controlAcces
-- Throws:
InternalErrorException
-
delete
void delete(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dispatcher
-- Throws:
InternalErrorException
-
delete
void delete(GrupDispatcher grupDispatcher) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
grupDispatcher
-- Throws:
InternalErrorException
-
delete
void delete(ObjectMapping om) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
om
-- Throws:
InternalErrorException
-
delete
void delete(ObjectMappingProperty omp) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
omp
-- Throws:
InternalErrorException
-
delete
void delete(ObjectMappingTrigger tirger) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tirger
-- Throws:
InternalErrorException
-
delete
void delete(Server server) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
server
-- Throws:
InternalErrorException
-
delete
void delete(TipusUsuariDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipusUsuari
-- Throws:
InternalErrorException
-
propagateDispatcherGroups
void propagateDispatcherGroups(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateDispatcherGroups- Parameters:
codiAgent
-- Throws:
InternalErrorException
-
propagateRolsDispatcher
void propagateRolsDispatcher(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateRolsDispatcher- Parameters:
codiAgent
-- Throws:
InternalErrorException
-
propagateUsuarisDispatcher
void propagateUsuarisDispatcher(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateUsuarisDispatcher- Parameters:
codiAgent
-- Throws:
InternalErrorException
-
renameAccounts
void renameAccounts(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation renameAccounts- Parameters:
dispatcher
-- Throws:
InternalErrorException
-
setDefaultMappingsByDispatcher
void setDefaultMappingsByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation setDefaultMappingsByDispatcher- Parameters:
dispatcherId
-- Throws:
InternalErrorException
-
-