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 Summary
Nested Classes Modifier and Type Class Description static classAuditQuery.Builder
-
Constructor Summary
Constructors Constructor Description AuditQuery()
-
Method Summary
All 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.AbstractTimeframeQuery
equals, getAfter, getBefore, hashCode, setAfter, setBefore
-
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
getOrderBy, getPage, getSize, setOrderBy, setPage, setSize
-
-
-
-
Method Detail
-
getEntityKey
public String getEntityKey()
-
setEntityKey
@QueryParam("entityKey") public void setEntityKey(String entityKey)
-
getType
public AuditElements.EventCategoryType getType()
-
setType
@QueryParam("type") public void setType(AuditElements.EventCategoryType type)
-
getCategory
public String getCategory()
-
setCategory
@QueryParam("category") public void setCategory(String category)
-
getSubcategory
public String getSubcategory()
-
setSubcategory
@QueryParam("subcategory") public void setSubcategory(String subcategory)
-
getResult
public AuditElements.Result getResult()
-
setResult
@QueryParam("result") public void setResult(AuditElements.Result result)
-
-