Class AuditQuery

    • Constructor Detail

      • AuditQuery

        public AuditQuery()
    • Method Detail

      • getEntityKey

        public String getEntityKey()
      • setEntityKey

        @QueryParam("entityKey")
        public void setEntityKey​(String entityKey)
      • getType

        public org.apache.syncope.common.lib.types.AuditElements.EventCategoryType getType()
      • setType

        @QueryParam("type")
        public void setType​(org.apache.syncope.common.lib.types.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 org.apache.syncope.common.lib.types.AuditElements.Result getResult()
      • setResult

        @QueryParam("result")
        public void setResult​(org.apache.syncope.common.lib.types.AuditElements.Result result)
      • setEvents

        @QueryParam("events")
        public void setEvents​(List<String> events)