Uses of Class
ai.heavy.thrift.server.TDashboardGrantees
-
Packages that use TDashboardGrantees Package Description ai.heavy.thrift.server -
-
Uses of TDashboardGrantees in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TDashboardGrantees Modifier and Type Field Description List<TDashboardGrantees>Heavy.get_dashboard_grantees_result. successMethods in ai.heavy.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 ai.heavy.thrift.server that return types with arguments of type TDashboardGrantees Modifier and Type Method Description List<TDashboardGrantees>Heavy.Client. get_dashboard_grantees(String session, int dashboard_id)List<TDashboardGrantees>Heavy.Iface. get_dashboard_grantees(String session, int dashboard_id)List<TDashboardGrantees>Heavy.AsyncClient.get_dashboard_grantees_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>>Heavy.AsyncProcessor.get_dashboard_grantees. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDashboardGrantees>Heavy.get_dashboard_grantees_result. getSuccess()Iterator<TDashboardGrantees>Heavy.get_dashboard_grantees_result. getSuccessIterator()List<TDashboardGrantees>Heavy.Client. recv_get_dashboard_grantees()Methods in ai.heavy.thrift.server with parameters of type TDashboardGrantees Modifier and Type Method Description voidHeavy.get_dashboard_grantees_result. addToSuccess(TDashboardGrantees elem)intTDashboardGrantees. compareTo(TDashboardGrantees other)booleanTDashboardGrantees. equals(TDashboardGrantees that)Method parameters in ai.heavy.thrift.server with type arguments of type TDashboardGrantees Modifier and Type Method Description voidHeavy.AsyncClient. get_dashboard_grantees(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)voidHeavy.AsyncIface. get_dashboard_grantees(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)Heavy.get_dashboard_grantees_resultHeavy.get_dashboard_grantees_result. setSuccess(List<TDashboardGrantees> success)voidHeavy.AsyncProcessor.get_dashboard_grantees. start(I iface, Heavy.get_dashboard_grantees_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TDashboardGrantees Constructor Description TDashboardGrantees(TDashboardGrantees other)Performs a deep copy on other.Constructor parameters in ai.heavy.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, TDBException e)
-