Class AuditQuery
- java.lang.Object
- 
- org.apache.syncope.common.rest.api.beans.AbstractQuery
- 
- org.apache.syncope.common.rest.api.beans.AbstractTimeframeQuery
- 
- org.apache.syncope.common.rest.api.beans.AuditQuery
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AuditQuery extends AbstractTimeframeQuery - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAuditQuery.Builder
 - 
Constructor SummaryConstructors Constructor Description AuditQuery()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()StringgetEntityKey()List<String>getEvents()AuditElements.ResultgetResult()StringgetSubcategory()AuditElements.EventCategoryTypegetType()voidsetCategory(String category)voidsetEntityKey(String entityKey)voidsetEvents(List<String> events)voidsetResult(AuditElements.Result result)voidsetSubcategory(String subcategory)voidsetType(AuditElements.EventCategoryType type)- 
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractTimeframeQueryequals, getAfter, getBefore, hashCode, setAfter, setBefore
 - 
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuerygetOrderBy, getPage, getSize, setOrderBy, setPage, setSize
 
- 
 
- 
- 
- 
Method Detail- 
getEntityKeypublic String getEntityKey() 
 - 
setEntityKey@QueryParam("entityKey") public void setEntityKey(String entityKey)
 - 
getTypepublic AuditElements.EventCategoryType getType() 
 - 
setType@QueryParam("type") public void setType(AuditElements.EventCategoryType type)
 - 
getCategorypublic String getCategory() 
 - 
setCategory@QueryParam("category") public void setCategory(String category)
 - 
getSubcategorypublic String getSubcategory() 
 - 
setSubcategory@QueryParam("subcategory") public void setSubcategory(String subcategory)
 - 
getResultpublic AuditElements.Result getResult() 
 - 
setResult@QueryParam("result") public void setResult(AuditElements.Result result)
 
- 
 
-