Class ContentItemQueryWrapper

java.lang.Object
com.flowable.content.engine.impl.ContentItemQueryWrapper
All Implemented Interfaces:
org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>, org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>, org.flowable.content.api.ContentItemQuery

public class ContentItemQueryWrapper extends Object implements org.flowable.content.api.ContentItemQuery
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

  • Method Details

    • id

      public org.flowable.content.api.ContentItemQuery id(String id)
      Specified by:
      id in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • ids

      public org.flowable.content.api.ContentItemQuery ids(Set<String> ids)
      Specified by:
      ids in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • name

      public org.flowable.content.api.ContentItemQuery name(String name)
      Specified by:
      name in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • nameLike

      public org.flowable.content.api.ContentItemQuery nameLike(String nameLike)
      Specified by:
      nameLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • mimeType

      public org.flowable.content.api.ContentItemQuery mimeType(String mimeType)
      Specified by:
      mimeType in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • mimeTypeLike

      public org.flowable.content.api.ContentItemQuery mimeTypeLike(String mimeTypeLike)
      Specified by:
      mimeTypeLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • taskId

      public org.flowable.content.api.ContentItemQuery taskId(String taskId)
      Specified by:
      taskId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • taskIdLike

      public org.flowable.content.api.ContentItemQuery taskIdLike(String taskIdLike)
      Specified by:
      taskIdLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • scopeType

      public org.flowable.content.api.ContentItemQuery scopeType(String scopeType)
      Specified by:
      scopeType in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • scopeTypeLike

      public org.flowable.content.api.ContentItemQuery scopeTypeLike(String scopeTypeLike)
      Specified by:
      scopeTypeLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • scopeId

      public org.flowable.content.api.ContentItemQuery scopeId(String scopeId)
      Specified by:
      scopeId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • scopeIdLike

      public org.flowable.content.api.ContentItemQuery scopeIdLike(String scopeIdLike)
      Specified by:
      scopeIdLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • processInstanceId

      public org.flowable.content.api.ContentItemQuery processInstanceId(String processInstanceId)
      Specified by:
      processInstanceId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • processInstanceIdLike

      public org.flowable.content.api.ContentItemQuery processInstanceIdLike(String processInstanceIdLike)
      Specified by:
      processInstanceIdLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • contentStoreId

      public org.flowable.content.api.ContentItemQuery contentStoreId(String contentStoreId)
      Specified by:
      contentStoreId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • contentStoreIdLike

      public org.flowable.content.api.ContentItemQuery contentStoreIdLike(String contentStoreIdLike)
      Specified by:
      contentStoreIdLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • contentStoreName

      public org.flowable.content.api.ContentItemQuery contentStoreName(String contentStoreName)
      Specified by:
      contentStoreName in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • contentStoreNameLike

      public org.flowable.content.api.ContentItemQuery contentStoreNameLike(String contentStoreNameLike)
      Specified by:
      contentStoreNameLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • contentAvailable

      public org.flowable.content.api.ContentItemQuery contentAvailable(Boolean contentAvailable)
      Specified by:
      contentAvailable in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • contentSize

      public org.flowable.content.api.ContentItemQuery contentSize(Long contentSize)
      Specified by:
      contentSize in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • minContentSize

      public org.flowable.content.api.ContentItemQuery minContentSize(Long minContentSize)
      Specified by:
      minContentSize in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • maxContentSize

      public org.flowable.content.api.ContentItemQuery maxContentSize(Long maxContentSize)
      Specified by:
      maxContentSize in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • field

      public org.flowable.content.api.ContentItemQuery field(String field)
      Specified by:
      field in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • fieldLike

      public org.flowable.content.api.ContentItemQuery fieldLike(String fieldLike)
      Specified by:
      fieldLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • createdDate

      public org.flowable.content.api.ContentItemQuery createdDate(Date submittedDate)
      Specified by:
      createdDate in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • createdDateBefore

      public org.flowable.content.api.ContentItemQuery createdDateBefore(Date beforeTime)
      Specified by:
      createdDateBefore in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • createdDateAfter

      public org.flowable.content.api.ContentItemQuery createdDateAfter(Date afterTime)
      Specified by:
      createdDateAfter in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • createdBy

      public org.flowable.content.api.ContentItemQuery createdBy(String submittedBy)
      Specified by:
      createdBy in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • createdByLike

      public org.flowable.content.api.ContentItemQuery createdByLike(String submittedByLike)
      Specified by:
      createdByLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • lastModifiedDate

      public org.flowable.content.api.ContentItemQuery lastModifiedDate(Date lastModifiedDate)
      Specified by:
      lastModifiedDate in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • lastModifiedDateBefore

      public org.flowable.content.api.ContentItemQuery lastModifiedDateBefore(Date beforeTime)
      Specified by:
      lastModifiedDateBefore in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • lastModifiedDateAfter

      public org.flowable.content.api.ContentItemQuery lastModifiedDateAfter(Date afterTime)
      Specified by:
      lastModifiedDateAfter in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • lastModifiedBy

      public org.flowable.content.api.ContentItemQuery lastModifiedBy(String lastModifiedBy)
      Specified by:
      lastModifiedBy in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • lastModifiedByLike

      public org.flowable.content.api.ContentItemQuery lastModifiedByLike(String lastModifiedByLike)
      Specified by:
      lastModifiedByLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • tenantId

      public org.flowable.content.api.ContentItemQuery tenantId(String tenantId)
      Specified by:
      tenantId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • tenantIdLike

      public org.flowable.content.api.ContentItemQuery tenantIdLike(String tenantIdLike)
      Specified by:
      tenantIdLike in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • withoutTenantId

      public org.flowable.content.api.ContentItemQuery withoutTenantId()
      Specified by:
      withoutTenantId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • orderByCreatedDate

      public org.flowable.content.api.ContentItemQuery orderByCreatedDate()
      Specified by:
      orderByCreatedDate in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • orderByTenantId

      public org.flowable.content.api.ContentItemQuery orderByTenantId()
      Specified by:
      orderByTenantId in interface org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • asc

      public org.flowable.content.api.ContentItemQuery asc()
      Specified by:
      asc in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • desc

      public org.flowable.content.api.ContentItemQuery desc()
      Specified by:
      desc in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • orderBy

      public org.flowable.content.api.ContentItemQuery orderBy(org.flowable.common.engine.api.query.QueryProperty queryProperty)
      Specified by:
      orderBy in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • orderBy

      public org.flowable.content.api.ContentItemQuery orderBy(org.flowable.common.engine.api.query.QueryProperty queryProperty, org.flowable.common.engine.api.query.Query.NullHandlingOnOrder nullHandlingOnOrder)
      Specified by:
      orderBy in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • count

      public long count()
      Specified by:
      count in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • singleResult

      public org.flowable.content.api.ContentItem singleResult()
      Specified by:
      singleResult in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • list

      public List<org.flowable.content.api.ContentItem> list()
      Specified by:
      list in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
    • listPage

      public List<org.flowable.content.api.ContentItem> listPage(int firstResult, int maxResults)
      Specified by:
      listPage in interface org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>