mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00: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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user