google-nomulus/javatests/google/registry/flows/domain
guyben 898448b8a0 Reverse dependency between /flows/ and /batch/
Certain flows need to launch batched jobs. Logically this would mean that flows
depend on batch.

However, the current state of dependency was the other way around, and the
reason for that was ResourceFlowUtils.java that had in it some utility
functions that weren't used in the flows and were needed in the batch jobs.

This CL removes these utility functions from the /flows/ directory, letting us
reverse the dependency edge between flows/ and batch/

Part of this was moving the flows/async/ code into batch/ - which also makes sense because flows/async/ just "enqueued" tasks that would then be run by actions in batch/

It makes sense that the code that enqueues the tasks and the code that dequeues the tasks sit in the same library.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228698761
2019-01-10 16:23:35 -05:00
..
testdata Delete all Limited Release Program (LRP) code 2018-08-20 14:28:16 -04:00
token Move the AllocationToken entity to the token subpackage 2018-07-14 01:37:03 -04:00
DomainAllocateFlowTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
DomainApplicationCreateFlowTest.java Deny non-active registrars access to non-free EPP commands 2018-12-03 19:10:45 -05:00
DomainApplicationDeleteFlowTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
DomainApplicationInfoFlowTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
DomainApplicationUpdateFlowTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
DomainCheckFlowTest.java Add new reserved domain creation from allocation tokens mechanism 2018-08-20 14:22:06 -04:00
DomainClaimsCheckFlowTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
DomainCreateFlowTest.java Deny non-active registrars access to non-free EPP commands 2018-12-03 19:10:45 -05:00
DomainDeleteFlowTest.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
DomainInfoFlowTest.java Add more absent clTrid unit tests 2018-06-27 15:28:52 -04:00
DomainRenewFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainRestoreRequestFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferApproveFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferCancelFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferFlowTestCase.java Add asynchronous scheduled actions to re-save entities 2018-06-27 15:28:52 -04:00
DomainTransferQueryFlowTest.java Remove more unnecessary "throws" declarations 2018-06-27 15:28:52 -04:00
DomainTransferRejectFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferRequestFlowTest.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
DomainUpdateFlowTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00