Package es.caib.seycon.ng.sync.intf
Interface ExtensibleObjectMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureMappings(Collection<ExtensibleObjectMapping> objects)
ExtensibleObject
getNativeObject(SoffidObjectType type, String object1, String object2)
ExtensibleObject
getSoffidObject(SoffidObjectType type, String object1, String object2)
Collection<Map<String,Object>>
invoke(String verb, String command, Map<String,Object> params)
void
removeExtensibleObject(ExtensibleObject obj)
void
updateExtensibleObject(ExtensibleObject obj)
-
-
-
Method Detail
-
configureMappings
void configureMappings(Collection<ExtensibleObjectMapping> objects) throws RemoteException, InternalErrorException
-
getNativeObject
ExtensibleObject getNativeObject(SoffidObjectType type, String object1, String object2) throws RemoteException, InternalErrorException
-
getSoffidObject
ExtensibleObject getSoffidObject(SoffidObjectType type, String object1, String object2) throws RemoteException, InternalErrorException
-
invoke
Collection<Map<String,Object>> invoke(String verb, String command, Map<String,Object> params) throws RemoteException, InternalErrorException
-
updateExtensibleObject
void updateExtensibleObject(ExtensibleObject obj) throws RemoteException, InternalErrorException
-
removeExtensibleObject
void removeExtensibleObject(ExtensibleObject obj) throws RemoteException, InternalErrorException
-
-