Package com.soffid.iam.service
Interface DispatcherService
-
public interface DispatcherServiceService DispatcherService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCertificate(Server server, X509Certificate cert)Operation addCertificatevoidapplyConfiguration(System dispatcher)Operation applyConfigurationAsyncProcessTrackerapplyConfigurationAsync(System dispatcher)Operation applyConfigurationAsyncvoidcheckConnectivity(String dispatcher)Operation checkConnectivity Tests system connectivityServerRegistrationTokenconsumeRegistrationToken(String token)Operation consumeRegistrationTokenAccessControlcreate(AccessControl controlAcces)Operation createAttributeMappingcreate(AttributeMapping mapping)Operation createObjectMappingcreate(ObjectMapping om)Operation createObjectMappingPropertycreate(ObjectMappingProperty omp)Operation createObjectMappingTriggercreate(ObjectMappingTrigger trigger)Operation createReconcileTriggercreate(ReconcileTrigger rp)Operation createServercreate(Server server)Operation createSystemcreate(System dispatcher)Operation createSystemGroupcreate(SystemGroup grupDispatcher)Operation createUserTypeDispatchercreate(UserTypeDispatcher tipusUsuari)Operation createStringcreateRemoteServer(String name, String tenant)Operation createRemoteServervoiddelete(AccessControl controlAcces)Operation deletevoiddelete(AttributeMapping mapping)Operation deletevoiddelete(ObjectMapping om)Operation deletevoiddelete(ObjectMappingProperty omp)Operation deletevoiddelete(ObjectMappingTrigger tirger)Operation deletevoiddelete(ReconcileTrigger rp)Operation deletevoiddelete(Server server)Operation deletevoiddelete(System dispatcher)Operation deletevoiddelete(SystemGroup grupDispatcher)Operation deletevoiddelete(UserTypeDispatcher tipusUsuari)Operation deleteCollection<AccessControl>findAccessControlByDispatcherName(String codiAgent)Operation findAccessControlByDispatcherNameMap<String,String>findActiveDirectoryDomains()Operation findActiveDirectoryDomainsCollection<System>findAllActiveDispatchers()Operation findAllActiveDispatchersCollection<Server>findAllServers()Operation findAllServersCollection<AttributeMapping>findAttributeMappingsByObject(Long objectId)Operation findAttributeMappingsByObjectSystemfindDispatcherByName(String codi)Operation findDispatcherByNameCollection<System>findDispatchersByFilter(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)Operation findDispatchersByFilterCollection<ObjectMappingProperty>findObjectMappingPropertiesByObject(Long objectId)Operation findObjectMappingPropertiesByObjectCollection<ObjectMapping>findObjectMappingsByDispatcher(Long dispatcherId)Operation findObjectMappingsByDispatcherCollection<ObjectMappingTrigger>findObjectMappingTriggersByObject(Long objectId)Operation findObjectMappingTriggersByObjectCollection<ReconcileTrigger>findReconcileTriggersByDispatcher(Long dispatcherId)Operation findReconcileTriggersByDispatcherSystemfindSoffidDispatcher()Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfPagedResult<System>findSystemByTextAndFilter(String text, String query, Integer first, Integer max)Operation findSystemByTextAndFilterAsyncList<System>findSystemByTextAndFilterAsync(String text, String query)Operation findSystemByTextAndFilterAsyncPagedResult<System>findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findSystemByTextAndJsonQueryAsyncList<System>findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findSystemByTextAndJsonQueryAsyncCollection<Server>findTenantServers()Operation findTenantServersList<X509Certificate>findValidCertificates()Operation findValidCertificatesvoidfinishVirtualSourceTransaction(String transactionId)Operation finishVirtualSourceTransactionStringgenerateChangesReport(System dispatcher)Operation generateChangesReportCollection<AccessControl>getAccessControl(System agent)Operation getAccessControlCollection<SystemGroup>getDispatcherGroups(System agent)Operation getDispatcherGroupsCollection<UserTypeDispatcher>getDispatcherUserTypes(System agent)Operation getDispatcherUserTypesGetObjectResultsgetNativeObject(String dispatcher, SoffidObjectType type, String object1, String object2)Operation getNativeObject Loads system object attributesString[]getServerTenants(Server server)Operation getServerTenantsGetObjectResultsgetSoffidObject(String dispatcher, SoffidObjectType type, String object1, String object2)Operation getSoffidObject Loads system object and transforms into Soffid ObjectCollection<Map<String,Object>>invoke(String dispatcher, String verb, String object, Map<String,Object> attributes)Operation invoke Invokes a custom methodLonginvokeAsync(String dispatcher, String verb, String object, Map<String,Object> attributes)Operation invokeAsync Invokes a custom methodbooleanisGroupAllowed(System dispatcher, String group)Operation isGroupAllowedbooleanisRegistrationTokenAlive(String token)Operation isRegistrationTokenAlivebooleanisUserAllowed(System dispatcher, String user)Operation isUserAllowedbooleanisUserAllowed(System dispatcher, String user, Collection<RoleGrant> permissions)Operation isUserAllowedvoidporpagateUsersDispatcher(String codiAgent)Operation porpagateUsersDispatcherStringpreRegisterServer(ServerRegistrationToken register)Operation preRegisterServer Pre-registers a new sync-server and returns the registration tokenvoidpropagateDispatcherGroups(String codiAgent)Operation propagateDispatcherGroupsvoidpropagateDispatcherRoles(String codiAgent)Operation propagateDispatcherRolesAsyncProcessTrackerqueryProcessStatus(AsyncProcessTracker process)Operation queryProcessStatus Query the apply process statusGetObjectResultsreconcile(String dispatcher, String accountName)Operation reconcile Loads account into soffid databasevoidrenameAccounts(System dispatcher)Operation renameAccountsvoidsetDefaultMappingsByDispatcher(Long dispatcherId)Operation setDefaultMappingsByDispatcherStringstartVirtualSourceTransaction(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 objectDebugTaskResultstestPropagateObject(String dispatcher, SoffidObjectType type, String object1, String object2)Operation testPropagateObject Tests and applies an object mappingAccessControlupdate(AccessControl controlAcces)Operation updateAttributeMappingupdate(AttributeMapping mapping)Operation updateObjectMappingupdate(ObjectMapping om)Operation updateObjectMappingPropertyupdate(ObjectMappingProperty om)Operation updateObjectMappingTriggerupdate(ObjectMappingTrigger trigger)Operation updateReconcileTriggerupdate(ReconcileTrigger rp)Operation updateServerupdate(Server server)Operation updateSystemupdate(System dispatcher)Operation updateSystemGroupupdate(SystemGroup grupDispatcher)Operation updateUserTypeDispatcherupdate(UserTypeDispatcher 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(System 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(System dispatcher, String user) throws InternalErrorException, InternalErrorException
Operation isUserAllowed- Parameters:
dispatcher-user-- Returns:
- Throws:
InternalErrorException
-
isUserAllowed
boolean isUserAllowed(System dispatcher, String user, Collection<RoleGrant> permissions) throws InternalErrorException, InternalErrorException
Operation isUserAllowed- Parameters:
dispatcher-user-permissions-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndFilterAsync
AsyncList<System> findSystemByTextAndFilterAsync(String text, String query) throws InternalErrorException, InternalErrorException
Operation findSystemByTextAndFilterAsync- Parameters:
text-query-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndJsonQueryAsync
AsyncList<System> findSystemByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
Operation findSystemByTextAndJsonQueryAsync- Parameters:
text-jsonQuery-- Returns:
- Throws:
InternalErrorException
-
applyConfigurationAsync
AsyncProcessTracker applyConfigurationAsync(System 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<System> findSystemByTextAndFilter(String text, String query, Integer first, Integer max) throws InternalErrorException, InternalErrorException
Operation findSystemByTextAndFilter- Parameters:
text-query-first-max-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndJsonQuery
PagedResult<System> 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
AccessControl create(AccessControl controlAcces) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
controlAcces-- Returns:
- Throws:
InternalErrorException
-
update
AccessControl update(AccessControl controlAcces) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
controlAcces-- Returns:
- Throws:
InternalErrorException
-
create
System create(System dispatcher) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
findDispatcherByName
System findDispatcherByName(String codi) throws InternalErrorException, InternalErrorException
Operation findDispatcherByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
findSoffidDispatcher
System findSoffidDispatcher() throws InternalErrorException
Operation findSoffidDispatcher Finds the dispatcher bound to soffid itself- Returns:
- Throws:
InternalErrorException
-
update
System update(System dispatcher) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
create
SystemGroup create(SystemGroup grupDispatcher) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
grupDispatcher-- Returns:
- Throws:
InternalErrorException
-
update
SystemGroup update(SystemGroup 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
UserTypeDispatcher create(UserTypeDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipusUsuari-- Returns:
- Throws:
InternalErrorException
-
update
UserTypeDispatcher update(UserTypeDispatcher 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(System 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<System> 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
-
findAccessControlByDispatcherName
Collection<AccessControl> findAccessControlByDispatcherName(String codiAgent) throws InternalErrorException, InternalErrorException
Operation findAccessControlByDispatcherName- Parameters:
codiAgent-- Returns:
- Throws:
InternalErrorException
-
findDispatchersByFilter
Collection<System> findDispatchersByFilter(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu) throws InternalErrorException, InternalErrorException
Operation findDispatchersByFilter- 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
-
getAccessControl
Collection<AccessControl> getAccessControl(System agent) throws InternalErrorException, InternalErrorException
Operation getAccessControl- Parameters:
agent-- Returns:
- Throws:
InternalErrorException
-
getDispatcherGroups
Collection<SystemGroup> getDispatcherGroups(System agent) throws InternalErrorException, InternalErrorException
Operation getDispatcherGroups- Parameters:
agent-- Returns:
- Throws:
InternalErrorException
-
getDispatcherUserTypes
Collection<UserTypeDispatcher> getDispatcherUserTypes(System agent) throws InternalErrorException, InternalErrorException
Operation getDispatcherUserTypes- 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(System 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(AccessControl controlAcces) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
controlAcces-- Throws:
InternalErrorException
-
delete
void delete(System dispatcher) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dispatcher-- Throws:
InternalErrorException
-
delete
void delete(SystemGroup 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(UserTypeDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipusUsuari-- Throws:
InternalErrorException
-
propagateDispatcherGroups
void propagateDispatcherGroups(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateDispatcherGroups- Parameters:
codiAgent-- Throws:
InternalErrorException
-
propagateDispatcherRoles
void propagateDispatcherRoles(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateDispatcherRoles- Parameters:
codiAgent-- Throws:
InternalErrorException
-
porpagateUsersDispatcher
void porpagateUsersDispatcher(String codiAgent) throws InternalErrorException, InternalErrorException
Operation porpagateUsersDispatcher- Parameters:
codiAgent-- Throws:
InternalErrorException
-
renameAccounts
void renameAccounts(System dispatcher) throws InternalErrorException, InternalErrorException
Operation renameAccounts- Parameters:
dispatcher-- Throws:
InternalErrorException
-
setDefaultMappingsByDispatcher
void setDefaultMappingsByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation setDefaultMappingsByDispatcher- Parameters:
dispatcherId-- Throws:
InternalErrorException
-
-