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.ContentItemQuery
asc()
org.flowable.content.api.ContentItemQuery
contentAvailable
(Boolean contentAvailable) org.flowable.content.api.ContentItemQuery
contentSize
(Long contentSize) org.flowable.content.api.ContentItemQuery
contentStoreId
(String contentStoreId) org.flowable.content.api.ContentItemQuery
contentStoreIdLike
(String contentStoreIdLike) org.flowable.content.api.ContentItemQuery
contentStoreName
(String contentStoreName) org.flowable.content.api.ContentItemQuery
contentStoreNameLike
(String contentStoreNameLike) long
count()
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
createdByLike
(String submittedByLike) org.flowable.content.api.ContentItemQuery
createdDate
(Date submittedDate) org.flowable.content.api.ContentItemQuery
createdDateAfter
(Date afterTime) org.flowable.content.api.ContentItemQuery
createdDateBefore
(Date beforeTime) org.flowable.content.api.ContentItemQuery
desc()
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
lastModifiedBy
(String lastModifiedBy) org.flowable.content.api.ContentItemQuery
lastModifiedByLike
(String lastModifiedByLike) org.flowable.content.api.ContentItemQuery
lastModifiedDate
(Date lastModifiedDate) org.flowable.content.api.ContentItemQuery
lastModifiedDateAfter
(Date afterTime) org.flowable.content.api.ContentItemQuery
lastModifiedDateBefore
(Date beforeTime) List
<org.flowable.content.api.ContentItem> list()
List
<org.flowable.content.api.ContentItem> listPage
(int firstResult, int maxResults) org.flowable.content.api.ContentItemQuery
maxContentSize
(Long maxContentSize) org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
mimeTypeLike
(String mimeTypeLike) org.flowable.content.api.ContentItemQuery
minContentSize
(Long minContentSize) org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
orderBy
(org.flowable.common.engine.api.query.QueryProperty queryProperty) org.flowable.content.api.ContentItemQuery
orderBy
(org.flowable.common.engine.api.query.QueryProperty queryProperty, org.flowable.common.engine.api.query.Query.NullHandlingOnOrder nullHandlingOnOrder) org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
processInstanceId
(String processInstanceId) org.flowable.content.api.ContentItemQuery
processInstanceIdLike
(String processInstanceIdLike) org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
scopeIdLike
(String scopeIdLike) org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
scopeTypeLike
(String scopeTypeLike) org.flowable.content.api.ContentItem
org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
taskIdLike
(String taskIdLike) org.flowable.content.api.ContentItemQuery
org.flowable.content.api.ContentItemQuery
tenantIdLike
(String tenantIdLike) org.flowable.content.api.ContentItemQuery
-
Field Details
-
query
-
-
Constructor Details
-
ContentItemQueryWrapper
-
-
Method Details
-
id
- Specified by:
id
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
ids
- Specified by:
ids
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
name
- Specified by:
name
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
nameLike
- Specified by:
nameLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
mimeType
- Specified by:
mimeType
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
mimeTypeLike
- Specified by:
mimeTypeLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
taskId
- Specified by:
taskId
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
taskIdLike
- Specified by:
taskIdLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
scopeType
- Specified by:
scopeType
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
scopeTypeLike
- Specified by:
scopeTypeLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
scopeId
- Specified by:
scopeId
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
scopeIdLike
- Specified by:
scopeIdLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
processInstanceId
- Specified by:
processInstanceId
in 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:
processInstanceIdLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
contentStoreId
- Specified by:
contentStoreId
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
contentStoreIdLike
- Specified by:
contentStoreIdLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
contentStoreName
- Specified by:
contentStoreName
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
contentStoreNameLike
- Specified by:
contentStoreNameLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
contentAvailable
- Specified by:
contentAvailable
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
contentSize
- Specified by:
contentSize
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
minContentSize
- Specified by:
minContentSize
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
maxContentSize
- Specified by:
maxContentSize
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
field
- Specified by:
field
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
fieldLike
- Specified by:
fieldLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
createdDate
- Specified by:
createdDate
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
createdDateBefore
- Specified by:
createdDateBefore
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
createdDateAfter
- Specified by:
createdDateAfter
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
createdBy
- Specified by:
createdBy
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
createdByLike
- Specified by:
createdByLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
lastModifiedDate
- Specified by:
lastModifiedDate
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
lastModifiedDateBefore
- Specified by:
lastModifiedDateBefore
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
lastModifiedDateAfter
- Specified by:
lastModifiedDateAfter
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
lastModifiedBy
- Specified by:
lastModifiedBy
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
lastModifiedByLike
- Specified by:
lastModifiedByLike
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
tenantId
- Specified by:
tenantId
in interfaceorg.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
tenantIdLike
- Specified by:
tenantIdLike
in 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:
withoutTenantId
in 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:
orderByCreatedDate
in 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:
orderByTenantId
in 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:
asc
in 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:
desc
in 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:
orderBy
in 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:
orderBy
in interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
count
public long count()- Specified by:
count
in 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:
singleResult
in interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
list
- Specified by:
list
in interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-
listPage
- Specified by:
listPage
in interfaceorg.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,
org.flowable.content.api.ContentItem>
-