Interface RenditionItemQuery

    • Method Detail

      • id

        RenditionItemQuery id​(java.lang.String id)
        Only select rendition items with the given id.
      • ids

        RenditionItemQuery ids​(java.util.Set<java.lang.String> ids)
        Only select rendition items with the given ids.
      • contentItemId

        RenditionItemQuery contentItemId​(java.lang.String contentItemId)
        Only select rendition items with the given id.
      • contentItemIdLike

        RenditionItemQuery contentItemIdLike​(java.lang.String contentItemIdLike)
        Only select rendition items with the id like the given string.
      • contentItemName

        RenditionItemQuery contentItemName​(java.lang.String contentItemName)
        Only select rendition items with the given content item name.
      • contentItemNameLike

        RenditionItemQuery contentItemNameLike​(java.lang.String contentItemNameLike)
        Only select rendition items with the content item name like the given string.
      • name

        RenditionItemQuery name​(java.lang.String name)
        Only select rendition items with the given name.
      • nameLike

        RenditionItemQuery nameLike​(java.lang.String nameLike)
        Only select rendition items with a name like the given string.
      • mimeType

        RenditionItemQuery mimeType​(java.lang.String mimeType)
        Only select rendition items with the given mime type.
      • mimeTypeLike

        RenditionItemQuery mimeTypeLike​(java.lang.String mimeTypeLike)
        Only select rendition items with a mime type like the given string.
      • taskId

        RenditionItemQuery taskId​(java.lang.String taskId)
        Only select rendition items with the given task id.
      • taskIdLike

        RenditionItemQuery taskIdLike​(java.lang.String taskIdLike)
        Only select rendition items with a task id like the given string.
      • scopeType

        RenditionItemQuery scopeType​(java.lang.String scopeType)
        Only select rendition items with the scope type as given string.
      • scopeTypeLike

        RenditionItemQuery scopeTypeLike​(java.lang.String scopeTypeLike)
        Only select rendition items with the scope type like given string.
      • scopeId

        RenditionItemQuery scopeId​(java.lang.String scopeId)
        Only select rendition items with the given scopeId.
      • scopeIdLike

        RenditionItemQuery scopeIdLike​(java.lang.String scopeIdLike)
        Only select rendition items with the scope id like given string.
      • processInstanceId

        RenditionItemQuery processInstanceId​(java.lang.String processInstanceId)
        Only select rendition items with the given process instance id.
      • processInstanceIdLike

        RenditionItemQuery processInstanceIdLike​(java.lang.String processInstanceIdLike)
        Only select rendition items with a process instance id like the given string.
      • contentStoreId

        RenditionItemQuery contentStoreId​(java.lang.String contentStoreId)
        Only select rendition items with the given content store id.
      • contentStoreIdLike

        RenditionItemQuery contentStoreIdLike​(java.lang.String contentStoreIdLike)
        Only select rendition items with a content store id like the given string.
      • contentStoreName

        RenditionItemQuery contentStoreName​(java.lang.String contentStoreName)
        Only select rendition items with the given content store name.
      • contentStoreNameLike

        RenditionItemQuery contentStoreNameLike​(java.lang.String contentStoreNameLike)
        Only select rendition items with a content store name like the given string.
      • contentAvailable

        RenditionItemQuery contentAvailable​(java.lang.Boolean contentAvailable)
        Only select rendition items with content available or not.
      • contentSize

        RenditionItemQuery contentSize​(java.lang.Long contentSize)
        Only select rendition items with the given content size.
      • minContentSize

        RenditionItemQuery minContentSize​(java.lang.Long minContentSize)
        Only select rendition items with the given minimal content size.
      • maxContentSize

        RenditionItemQuery maxContentSize​(java.lang.Long maxContentSize)
        Only select rendition items with the given maximum content size.
      • createdDate

        RenditionItemQuery createdDate​(java.util.Date submittedDate)
        Only select rendition items created on the given time
      • createdDateBefore

        RenditionItemQuery createdDateBefore​(java.util.Date beforeTime)
        Only select rendition items created before the given time
      • createdDateAfter

        RenditionItemQuery createdDateAfter​(java.util.Date afterTime)
        Only select rendition items created after the given time
      • lastModifiedDate

        RenditionItemQuery lastModifiedDate​(java.util.Date lastModifiedDate)
        Only select rendition items last modified on the given time
      • lastModifiedDateBefore

        RenditionItemQuery lastModifiedDateBefore​(java.util.Date beforeTime)
        Only select rendition items last modified before the given time
      • lastModifiedDateAfter

        RenditionItemQuery lastModifiedDateAfter​(java.util.Date afterTime)
        Only select rendition items last modified after the given time
      • tenantId

        RenditionItemQuery tenantId​(java.lang.String tenantId)
        Only select rendition items that have the given tenant id.
      • tenantIdLike

        RenditionItemQuery tenantIdLike​(java.lang.String tenantIdLike)
        Only select rendition items with a tenant id like the given one.
      • withoutTenantId

        RenditionItemQuery withoutTenantId()
        Only select rendition items that do not have a tenant id.
      • orderByCreatedDate

        RenditionItemQuery orderByCreatedDate()
        Order by created date (needs to be followed by Query.asc() or Query.desc()).
      • orderByTenantId

        RenditionItemQuery orderByTenantId()
        Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
      • renditionType

        RenditionItemQuery renditionType​(java.lang.String renditionType)
        Only select rendition items with the give type