com.im.df.api.capabilities
Interface DFSharedObjectOwnerCapability
- All Superinterfaces:
- DFCapability, DFSharedObjectCapability
public interface DFSharedObjectOwnerCapability
- extends DFSharedObjectCapability
This capability is an read-write extension of DFSharedObjectCapability.
If you are able to obtain this capability it means you are owner of the DFItem and
you can change its sharing status (publish it or hide it).
setSharing
void setSharing(DFSharing sharing,
DFEnvironmentRW env)
- Change the sharing status of the object. If object's sharing status is going to be lowered,
it means other users could still see it as it's part of their locally cached models. Once
other user closes the connection and reload the model the object will not be there anymore.
(depending if it's PUBLIC or SHARED).