Interface RenditionItemQuery

    • Method Detail

      • contentItemId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        RenditionItemQuery lastModifiedDateAfter​(Date afterTime)
        Only select rendition items last modified after the given time
      • tenantIdLike

        RenditionItemQuery tenantIdLike​(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.
      • renditionType

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