Package com.flowable.content.engine.impl
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.content.api.ContentItemQueryasc()org.flowable.content.api.ContentItemQuerycontentAvailable(Boolean contentAvailable) org.flowable.content.api.ContentItemQuerycontentSize(Long contentSize) org.flowable.content.api.ContentItemQuerycontentStoreId(String contentStoreId) org.flowable.content.api.ContentItemQuerycontentStoreIdLike(String contentStoreIdLike) org.flowable.content.api.ContentItemQuerycontentStoreName(String contentStoreName) org.flowable.content.api.ContentItemQuerycontentStoreNameLike(String contentStoreNameLike) longcount()org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQuerycreatedByLike(String submittedByLike) org.flowable.content.api.ContentItemQuerycreatedDate(Date submittedDate) org.flowable.content.api.ContentItemQuerycreatedDateAfter(Date afterTime) org.flowable.content.api.ContentItemQuerycreatedDateBefore(Date beforeTime) org.flowable.content.api.ContentItemQuerydesc()org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQuerylastModifiedBy(String lastModifiedBy) org.flowable.content.api.ContentItemQuerylastModifiedByLike(String lastModifiedByLike) org.flowable.content.api.ContentItemQuerylastModifiedDate(Date lastModifiedDate) org.flowable.content.api.ContentItemQuerylastModifiedDateAfter(Date afterTime) org.flowable.content.api.ContentItemQuerylastModifiedDateBefore(Date beforeTime) List<org.flowable.content.api.ContentItem> list()List<org.flowable.content.api.ContentItem> listPage(int firstResult, int maxResults) org.flowable.content.api.ContentItemQuerymaxContentSize(Long maxContentSize) org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQuerymimeTypeLike(String mimeTypeLike) org.flowable.content.api.ContentItemQueryminContentSize(Long minContentSize) org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryorderBy(org.flowable.common.engine.api.query.QueryProperty queryProperty) org.flowable.content.api.ContentItemQueryorderBy(org.flowable.common.engine.api.query.QueryProperty queryProperty, org.flowable.common.engine.api.query.Query.NullHandlingOnOrder nullHandlingOnOrder) org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryprocessInstanceId(String processInstanceId) org.flowable.content.api.ContentItemQueryprocessInstanceIdLike(String processInstanceIdLike) org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryscopeIdLike(String scopeIdLike) org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQueryscopeTypeLike(String scopeTypeLike) org.flowable.content.api.ContentItemorg.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQuerytaskIdLike(String taskIdLike) org.flowable.content.api.ContentItemQueryorg.flowable.content.api.ContentItemQuerytenantIdLike(String tenantIdLike) org.flowable.content.api.ContentItemQuery
-
Field Details
-
query
-
-
Constructor Details
-
ContentItemQueryWrapper
-
-
Method Details
-
id
- Specified by:
idin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
ids
- Specified by:
idsin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
name
- Specified by:
namein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
nameLike
- Specified by:
nameLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
mimeType
- Specified by:
mimeTypein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
mimeTypeLike
- Specified by:
mimeTypeLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
taskId
- Specified by:
taskIdin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
taskIdLike
- Specified by:
taskIdLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
scopeType
- Specified by:
scopeTypein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
scopeTypeLike
- Specified by:
scopeTypeLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
scopeId
- Specified by:
scopeIdin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
scopeIdLike
- Specified by:
scopeIdLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
processInstanceId
- Specified by:
processInstanceIdin interfaceorg.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:
processInstanceIdLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
contentStoreId
- Specified by:
contentStoreIdin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
contentStoreIdLike
- Specified by:
contentStoreIdLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
contentStoreName
- Specified by:
contentStoreNamein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
contentStoreNameLike
- Specified by:
contentStoreNameLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
contentAvailable
- Specified by:
contentAvailablein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
contentSize
- Specified by:
contentSizein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
minContentSize
- Specified by:
minContentSizein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
maxContentSize
- Specified by:
maxContentSizein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
field
- Specified by:
fieldin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
fieldLike
- Specified by:
fieldLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
createdDate
- Specified by:
createdDatein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
createdDateBefore
- Specified by:
createdDateBeforein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
createdDateAfter
- Specified by:
createdDateAfterin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
createdBy
- Specified by:
createdByin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
createdByLike
- Specified by:
createdByLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
lastModifiedDate
- Specified by:
lastModifiedDatein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
lastModifiedDateBefore
- Specified by:
lastModifiedDateBeforein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
lastModifiedDateAfter
- Specified by:
lastModifiedDateAfterin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
lastModifiedBy
- Specified by:
lastModifiedByin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
lastModifiedByLike
- Specified by:
lastModifiedByLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
tenantId
- Specified by:
tenantIdin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
withoutTenantId
public org.flowable.content.api.ContentItemQuery withoutTenantId()- Specified by:
withoutTenantIdin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
orderByCreatedDate
public org.flowable.content.api.ContentItemQuery orderByCreatedDate()- Specified by:
orderByCreatedDatein interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
orderByTenantId
public org.flowable.content.api.ContentItemQuery orderByTenantId()- Specified by:
orderByTenantIdin interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
asc
public org.flowable.content.api.ContentItemQuery asc()- Specified by:
ascin interfaceorg.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:
descin interfaceorg.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:
orderByin interfaceorg.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:
orderByin interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
count
public long count()- Specified by:
countin interfaceorg.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:
singleResultin interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
list
- Specified by:
listin interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
listPage
- Specified by:
listPagein interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-