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