Uses of Class
com.omnisci.thrift.server.TDashboardGrantees
-
Packages that use TDashboardGrantees Package Description com.omnisci.thrift.server -
-
Uses of TDashboardGrantees in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TDashboardGrantees Modifier and Type Field Description List<TDashboardGrantees>OmniSci.get_dashboard_grantees_result. successMethods in com.omnisci.thrift.server that return TDashboardGrantees Modifier and Type Method Description TDashboardGranteesTDashboardGrantees. deepCopy()TDashboardGranteesTDashboardGrantees. setIs_user(boolean is_user)TDashboardGranteesTDashboardGrantees. setName(String name)TDashboardGranteesTDashboardGrantees. setPermissions(TDashboardPermissions permissions)Methods in com.omnisci.thrift.server that return types with arguments of type TDashboardGrantees Modifier and Type Method Description List<TDashboardGrantees>OmniSci.Client. get_dashboard_grantees(String session, int dashboard_id)List<TDashboardGrantees>OmniSci.Iface. get_dashboard_grantees(String session, int dashboard_id)List<TDashboardGrantees>OmniSci.AsyncClient.get_dashboard_grantees_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>>OmniSci.AsyncProcessor.get_dashboard_grantees. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDashboardGrantees>OmniSci.get_dashboard_grantees_result. getSuccess()Iterator<TDashboardGrantees>OmniSci.get_dashboard_grantees_result. getSuccessIterator()List<TDashboardGrantees>OmniSci.Client. recv_get_dashboard_grantees()Methods in com.omnisci.thrift.server with parameters of type TDashboardGrantees Modifier and Type Method Description voidOmniSci.get_dashboard_grantees_result. addToSuccess(TDashboardGrantees elem)intTDashboardGrantees. compareTo(TDashboardGrantees other)booleanTDashboardGrantees. equals(TDashboardGrantees that)Method parameters in com.omnisci.thrift.server with type arguments of type TDashboardGrantees Modifier and Type Method Description voidOmniSci.AsyncClient. get_dashboard_grantees(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)voidOmniSci.AsyncIface. get_dashboard_grantees(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)OmniSci.get_dashboard_grantees_resultOmniSci.get_dashboard_grantees_result. setSuccess(List<TDashboardGrantees> success)voidOmniSci.AsyncProcessor.get_dashboard_grantees. start(I iface, OmniSci.get_dashboard_grantees_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TDashboardGrantees Constructor Description TDashboardGrantees(TDashboardGrantees other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TDashboardGrantees Constructor Description get_dashboard_grantees_call(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_dashboard_grantees_result(List<TDashboardGrantees> success, TOmniSciException e)
-