wt.inf.sharing
Interface DataSharingServiceSvr

All Known Implementing Classes:
StandardDataSharingService

public interface DataSharingServiceSvr



Supported API: false

Extendable: false


Method Summary
 void emitSharingEvent(String event_type, WTCollection map_list)
          Emits data sharing event.
 void registerEvents(ManagerService service)
          

Supported API: false
 SharedContainerMap setAccessControl(SharedContainerMap map, WTContainer container, Persistable object)
          Sets ad hoc access control to the map and object passed as argument.
 

Method Detail

emitSharingEvent

public void emitSharingEvent(String event_type,
                             WTCollection map_list)
                      throws WTException
Emits data sharing event.

Supported API: false

Parameters:
event_type -
map_list -
Throws:
WTException

registerEvents

public void registerEvents(ManagerService service)


Supported API: false

Parameters:
service -

setAccessControl

public SharedContainerMap setAccessControl(SharedContainerMap map,
                                           WTContainer container,
                                           Persistable object)
                                    throws WTException
Sets ad hoc access control to the map and object passed as argument. Returns the persisted and updated map. Also the object is updated in the database.

Supported API: false

Parameters:
map -
container -
object -
Returns:
SharedContainerMap
Throws:
WTException