Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<AuditEntry> |
Vault.searchAudits(long fromMs)
Searches vault for all audit entries for which creation time is newer or equal to given fromMs timestamp.
|
java.util.Iterator<AuditEntry> |
Vault.searchAudits(long fromMs,
AuditSearchTerm term)
Searches vault for all audit entries for which creation time is newer or equal to given fromMs timestamp.
|
java.util.Iterator<AuditEntry> |
Vault.searchAudits(long fromMs,
long toMs)
Searches vault for all audit entries for which creation time is newer or equal to given fromMs timestamp and lower than toMs timestamp.
|
java.util.Iterator<AuditEntry> |
Vault.searchAudits(long fromMs,
long toMs,
AuditSearchTerm term)
Searches vault for all audit entries for which creation time is newer or equal to given fromMs timestamp and lower than toMs timestamp.
|