Add additional methods for manipulating timed transition maps

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130311938
This commit is contained in:
mountford 2016-08-15 12:43:30 -07:00 committed by Ben McIlwain
parent 316226db68
commit 0e794c790a
5 changed files with 103 additions and 4 deletions

View file

@ -30,7 +30,7 @@ import org.joda.time.DateTime;
public class TestExtraLogicManager implements RegistryExtraFlowLogic {
@Override
public List<String> getFlags(
public List<String> getExtensionFlags(
DomainResource domainResource, String clientIdentifier, DateTime asOfDate) {
// Take the part before the period, split by dashes, and treat each part after the first as
// a flag.