Interface AuditInstanceQuery

    • Method Detail

      • id

        AuditInstanceQuery id​(java.lang.String id)
        Only select audit instances with the given id.
      • ids

        AuditInstanceQuery ids​(java.util.Set<java.lang.String> ids)
        Only select audit instances with the given ids.
      • auditDefinitionId

        AuditInstanceQuery auditDefinitionId​(java.lang.String auditDefinitionId)
        Only select audit instances with the given audit definition id.
      • auditDefinitionIdLike

        AuditInstanceQuery auditDefinitionIdLike​(java.lang.String auditDefinitionIdLike)
        Only select audit instances with an audit definition id like the given string.
      • scopeId

        AuditInstanceQuery scopeId​(java.lang.String scopeId)
        Only select audit instances with the given scope id.
      • subScopeId

        AuditInstanceQuery subScopeId​(java.lang.String subScopeId)
        Only select audit instances with the given sub scope id.
      • scopeType

        AuditInstanceQuery scopeType​(java.lang.String scopeType)
        Only select audit instances with the given scope type.
      • scopeDefinitionId

        AuditInstanceQuery scopeDefinitionId​(java.lang.String scopeDefinitionId)
        Only select audit instances with the given scope definition id.
      • externalId

        AuditInstanceQuery externalId​(java.lang.String externalId)
        Only select audit instances with the given external id.
      • type

        AuditInstanceQuery type​(java.lang.String type)
        Only select audit instances with the given type.
      • subType

        AuditInstanceQuery subType​(java.lang.String subType)
        Only select audit instances with the given sub type.
      • tenantId

        AuditInstanceQuery tenantId​(java.lang.String tenantId)
        Only select audit instances that have the given tenant id.
      • tenantIdLike

        AuditInstanceQuery tenantIdLike​(java.lang.String tenantIdLike)
        Only select audit instances with a tenant id like the given one.
      • withoutTenantId

        AuditInstanceQuery withoutTenantId()
        Only select audit instances that do not have a tenant id.
      • creatorId

        AuditInstanceQuery creatorId​(java.lang.String creatorId)
        Select audit instances using a given creatorId.
      • orderByCreationTime

        AuditInstanceQuery orderByCreationTime()
        Order by start date (needs to be followed by Query.asc() or Query.desc()).