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
E extends TabularDataExceptionR unshare(T entityId, AuthorizationToken... authTokens) throws E extends TabularDataException
E extends TabularDataExceptionCopyright © 2014. All Rights Reserved.