Package | Description |
---|---|
com.flowable.content.engine.impl | |
com.flowable.core.content.api |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseContentObjectQueryImpl |
Modifier and Type | Method and Description |
---|---|
DatabaseContentObjectQuery |
DatabaseContentObjectQueryImpl.orderByCreatedDate() |
Modifier and Type | Method and Description |
---|---|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.createdDate(Date submittedDate)
Only select rendition items created on the given time
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.createdDateAfter(Date afterTime)
Only select rendition items created after the given time
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.createdDateBefore(Date beforeTime)
Only select rendition items created before the given time
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.id(String id)
Only select rendition items with the given id.
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.ids(Set<String> ids)
Only select rendition items with the given ids.
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.orderByCreatedDate()
Order by created date (needs to be followed by
Query.asc() or Query.desc() ). |