mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add extra flow logic hook for application info
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138683307
This commit is contained in:
parent
09beacf746
commit
59c213c66f
8 changed files with 206 additions and 10 deletions
|
@ -29,11 +29,11 @@ import org.joda.time.DateTime;
|
|||
*/
|
||||
public interface RegistryExtraFlowLogic {
|
||||
|
||||
/**
|
||||
* Gets the flags to be used in the EPP flags extension.
|
||||
*
|
||||
* <p>This is used for EPP info commands.
|
||||
*/
|
||||
/** Gets the flags to be returned for application info commands. */
|
||||
public Set<String> getApplicationExtensionFlags(
|
||||
DomainApplication application, String clientId, DateTime asOfDate);
|
||||
|
||||
/** Gets the flags to be returned for domain info commands. */
|
||||
public Set<String> getExtensionFlags(
|
||||
DomainResource domainResource, String clientId, DateTime asOfDate);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue