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:
mountford 2016-11-09 14:10:29 -08:00 committed by Ben McIlwain
parent 09beacf746
commit 59c213c66f
8 changed files with 206 additions and 10 deletions

View file

@ -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);