Uses of Class
dev.vality.damsel.walker.Action
| Package | Description |
|---|---|
| dev.vality.damsel.walker |
-
Uses of Action in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker with type parameters of type Action Modifier and Type Field Description List<Action>WalkerSrv.GetActions_result. successMethods in dev.vality.damsel.walker that return Action Modifier and Type Method Description ActionAction. deepCopy()ActionAction. setAfter(String after)ActionAction. setBefore(String before)ActionAction. setCreatedAt(String created_at)ActionAction. setType(ActionType type)ActionAction. setUser(UserInformation user)Methods in dev.vality.damsel.walker that return types with arguments of type Action Modifier and Type Method Description List<Action>WalkerSrv.Client. getActions(String party_id, long claim_id)List<Action>WalkerSrv.Iface. getActions(String party_id, long claim_id)Получитить историю событий связанных с заявкойList<Action>WalkerSrv.AsyncClient.GetActions_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<Action>>WalkerSrv.AsyncProcessor.GetActions. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<Action>WalkerSrv.GetActions_result. getSuccess()Iterator<Action>WalkerSrv.GetActions_result. getSuccessIterator()List<Action>WalkerSrv.Client. recvGetActions()Methods in dev.vality.damsel.walker with parameters of type Action Modifier and Type Method Description voidWalkerSrv.GetActions_result. addToSuccess(Action elem)intAction. compareTo(Action other)booleanAction. equals(Action that)Method parameters in dev.vality.damsel.walker with type arguments of type Action Modifier and Type Method Description voidWalkerSrv.AsyncClient. getActions(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Action>> resultHandler)voidWalkerSrv.AsyncIface. getActions(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Action>> resultHandler)WalkerSrv.GetActions_resultWalkerSrv.GetActions_result. setSuccess(List<Action> success)voidWalkerSrv.AsyncProcessor.GetActions. start(I iface, WalkerSrv.GetActions_args args, org.apache.thrift.async.AsyncMethodCallback<List<Action>> resultHandler)Constructors in dev.vality.damsel.walker with parameters of type Action Constructor Description Action(Action other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.walker with type arguments of type Action Constructor Description GetActions_call(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Action>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetActions_result(List<Action> success)