Uses of Interface
com.flowable.core.content.api.DatabaseContentObjectQuery
-
Uses of DatabaseContentObjectQuery in com.flowable.content.engine.impl
-
Uses of DatabaseContentObjectQuery in com.flowable.core.content.api
Modifier and TypeMethodDescriptionDatabaseContentObjectQuery.createdDate
(Date submittedDate) Only select rendition items created on the given timeDatabaseContentObjectQuery.createdDateAfter
(Date afterTime) Only select rendition items created after the given timeDatabaseContentObjectQuery.createdDateBefore
(Date beforeTime) Only select rendition items created before the given timeOnly select rendition items with the given id.Only select rendition items with the given ids.DatabaseContentObjectQuery.orderByCreatedDate()
Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
).