public class AuditQueryParameters extends Object
Constructor and Description |
---|
AuditQueryParameters() |
Modifier and Type | Method and Description |
---|---|
Long |
getAuditAppNameId() |
Long |
getAuditFromId() |
Long |
getAuditFromTime() |
Long |
getAuditToId() |
Long |
getAuditToTime() |
Long |
getAuditUserId() |
Long |
getSearchKeyId() |
Long |
getSearchValueId() |
boolean |
isForward() |
boolean |
isForwardTrue() |
boolean |
isKeyOrValueSearch() |
void |
setAuditAppNameId(Long auditAppNameId) |
void |
setAuditFromId(Long auditFromId) |
void |
setAuditFromTime(Long from) |
void |
setAuditToId(Long auditToId) |
void |
setAuditToTime(Long to) |
void |
setAuditUserId(Long auditUserId) |
void |
setForward(boolean forward) |
void |
setSearchKeyId(Long searchKeyId) |
void |
setSearchValueId(Long searchValueId) |
String |
toString() |
public boolean isForward()
public void setForward(boolean forward)
public boolean isForwardTrue()
public Long getAuditAppNameId()
public void setAuditAppNameId(Long auditAppNameId)
public Long getAuditUserId()
public void setAuditUserId(Long auditUserId)
public Long getAuditFromTime()
public Long getAuditFromId()
public void setAuditFromId(Long auditFromId)
public Long getAuditToId()
public void setAuditToId(Long auditToId)
public void setAuditFromTime(Long from)
public Long getAuditToTime()
public void setAuditToTime(Long to)
public Long getSearchKeyId()
public void setSearchKeyId(Long searchKeyId)
public Long getSearchValueId()
public void setSearchValueId(Long searchValueId)
public boolean isKeyOrValueSearch()
Copyright © 2005–2017 Alfresco Software. All rights reserved.