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
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOp()org.apache.syncope.common.lib.types.OpEvent.Outcomeorg.apache.syncope.common.lib.types.OpEvent.CategoryTypegetType()voidsetCategory(String category) voidsetEntityKey(String entityKey) voidvoidsetOutcome(org.apache.syncope.common.lib.types.OpEvent.Outcome outcome) voidsetSubcategory(String subcategory) voidsetType(org.apache.syncope.common.lib.types.OpEvent.CategoryType type) Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractTimeframeQuery
equals, getAfter, getBefore, hashCode, setAfter, setBeforeMethods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
getOrderBy, getPage, getSize, setOrderBy, setPage, setSize
-
Constructor Details
-
AuditQuery
public AuditQuery()
-
-
Method Details
-
getEntityKey
-
setEntityKey
-
getType
public org.apache.syncope.common.lib.types.OpEvent.CategoryType getType() -
setType
@QueryParam("type") public void setType(org.apache.syncope.common.lib.types.OpEvent.CategoryType type) -
getCategory
-
setCategory
-
getSubcategory
-
setSubcategory
-
getOutcome
public org.apache.syncope.common.lib.types.OpEvent.Outcome getOutcome() -
setOutcome
@QueryParam("outcome") public void setOutcome(org.apache.syncope.common.lib.types.OpEvent.Outcome outcome) -
getOp
-
setOp
-