concrete.access.FetchCommunicationService module¶
-
class
concrete.access.FetchCommunicationService.Client(iprot, oprot=None)¶ Bases:
concrete.services.Service.Client,concrete.access.FetchCommunicationService.IfaceService to fetch particular communications.-
fetch(request)¶ - Parameters:- request
-
getCommunicationCount()¶ - Get the number of Communications this service searches over. Implementationsthat do not provide this should throw an exception.
-
getCommunicationIDs(offset, count)¶ - Get a list of ‘count’ Communication IDs starting at ‘offset’. Implementationsthat do not provide this should throw an exception.Parameters:- offset- count
-
recv_fetch()¶
-
recv_getCommunicationCount()¶
-
recv_getCommunicationIDs()¶
-
send_fetch(request)¶
-
send_getCommunicationCount()¶
-
send_getCommunicationIDs(offset, count)¶
-
-
class
concrete.access.FetchCommunicationService.Iface¶ Bases:
concrete.services.Service.IfaceService to fetch particular communications.-
fetch(request)¶ - Parameters:- request
-
getCommunicationCount()¶ - Get the number of Communications this service searches over. Implementationsthat do not provide this should throw an exception.
-
getCommunicationIDs(offset, count)¶ - Get a list of ‘count’ Communication IDs starting at ‘offset’. Implementationsthat do not provide this should throw an exception.Parameters:- offset- count
-
-
class
concrete.access.FetchCommunicationService.Processor(handler)¶ Bases:
concrete.services.Service.Processor,concrete.access.FetchCommunicationService.Iface,thrift.Thrift.TProcessor-
on_message_begin(func)¶
-
process(iprot, oprot)¶
-
process_fetch(seqid, iprot, oprot)¶
-
process_getCommunicationCount(seqid, iprot, oprot)¶
-
process_getCommunicationIDs(seqid, iprot, oprot)¶
-
-
class
concrete.access.FetchCommunicationService.fetch_args(request=None)¶ Bases:
objectAttributes:- request-
read(iprot)¶
-
validate()¶
-
write(oprot)¶
-
-
class
concrete.access.FetchCommunicationService.fetch_result(success=None, ex=None)¶ Bases:
objectAttributes:- success- ex-
read(iprot)¶
-
validate()¶
-
write(oprot)¶
-
-
class
concrete.access.FetchCommunicationService.getCommunicationCount_args¶ Bases:
object-
read(iprot)¶
-
validate()¶
-
write(oprot)¶
-
-
class
concrete.access.FetchCommunicationService.getCommunicationCount_result(success=None, ex=None)¶ Bases:
objectAttributes:- success- ex-
read(iprot)¶
-
validate()¶
-
write(oprot)¶
-