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