Class AuditQuery

All Implemented Interfaces:
Serializable

public class AuditQuery extends AbstractTimeframeQuery
See Also:
  • Constructor Details

    • AuditQuery

      public AuditQuery()
  • Method Details

    • getEntityKey

      public String getEntityKey()
    • setEntityKey

      @QueryParam("entityKey") public void setEntityKey(String entityKey)
    • 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

      public String getCategory()
    • setCategory

      @QueryParam("category") public void setCategory(String category)
    • getSubcategory

      public String getSubcategory()
    • setSubcategory

      @QueryParam("subcategory") public void setSubcategory(String subcategory)
    • 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

      public String getOp()
    • setOp

      @QueryParam("op") public void setOp(String op)