mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 09:27:16 +02:00
Add XjcToDomainResourceConverter for RDE import
With some code cleanup/refactoring/formatting by Ben McIlwain. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141199855
This commit is contained in:
parent
fbbcf41503
commit
f2faf49d58
19 changed files with 1008 additions and 1 deletions
|
@ -62,6 +62,8 @@ public class HistoryEntry extends ImmutableObject implements Buildable {
|
|||
HOST_DELETE_FAILURE,
|
||||
HOST_PENDING_DELETE,
|
||||
HOST_UPDATE,
|
||||
/** Resource was created by an escrow file import. */
|
||||
RDE_IMPORT,
|
||||
/**
|
||||
* A synthetic history entry created by a tool or back-end migration script outside of the scope
|
||||
* of usual EPP flows. These are sometimes needed to serve as parents for billing events or poll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue