public interface Sharable<T,R,E extends TabularDataException>
| Modifier and Type | Method and Description |
|---|---|
R |
share(T entityId,
SharingEntity... entities) |
R |
unshare(T entityId,
SharingEntity... entities) |
R share(T entityId, SharingEntity... entities) throws E extends TabularDataException, InternalSecurityException
E extends TabularDataExceptionInternalSecurityExceptionR unshare(T entityId, SharingEntity... entities) throws E extends TabularDataException, InternalSecurityException
E extends TabularDataExceptionInternalSecurityExceptionCopyright © 2019. All Rights Reserved.