public class OptimizeHistoricIdentityLinkLogQueryCmd extends Object implements Command<List<OptimizeHistoricIdentityLinkLogEntity>>
Modifier and Type | Field and Description |
---|---|
protected int |
maxResults |
protected Date |
occurredAfter |
protected Date |
occurredAt |
Constructor and Description |
---|
OptimizeHistoricIdentityLinkLogQueryCmd(Date occurredAfter,
Date occurredAt,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
List<OptimizeHistoricIdentityLinkLogEntity> |
execute(CommandContext commandContext) |
protected Date occurredAfter
protected Date occurredAt
protected int maxResults
public List<OptimizeHistoricIdentityLinkLogEntity> execute(CommandContext commandContext)
execute
in interface Command<List<OptimizeHistoricIdentityLinkLogEntity>>
Copyright © 2022. All rights reserved.