Uses of Class
dev.vality.damsel.walker.Action
Packages that use Action
-
Uses of Action in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker with type parameters of type ActionMethods in dev.vality.damsel.walker that return ActionModifier and TypeMethodDescriptionAction.deepCopy()Action.setCreatedAt(String created_at) Action.setType(ActionType type) Action.setUser(UserInformation user) Methods in dev.vality.damsel.walker that return types with arguments of type ActionModifier and TypeMethodDescriptionWalkerSrv.Client.getActions(String party_id, long claim_id) WalkerSrv.Iface.getActions(String party_id, long claim_id) Получитить историю событий связанных с заявкойWalkerSrv.AsyncClient.GetActions_call.getResult()WalkerSrv.AsyncProcessor.GetActions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) WalkerSrv.GetActions_result.getSuccess()WalkerSrv.GetActions_result.getSuccessIterator()WalkerSrv.Client.recvGetActions()Methods in dev.vality.damsel.walker with parameters of type ActionModifier and TypeMethodDescriptionvoidWalkerSrv.GetActions_result.addToSuccess(Action elem) intbooleanMethod parameters in dev.vality.damsel.walker with type arguments of type ActionModifier and TypeMethodDescriptionvoidWalkerSrv.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_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 ActionConstructor parameters in dev.vality.damsel.walker with type arguments of type ActionModifierConstructorDescriptionGetActions_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)