Uses of Interface
com.flowable.core.content.api.DatabaseContentObjectQuery
Packages that use DatabaseContentObjectQuery
-
Uses of DatabaseContentObjectQuery in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement DatabaseContentObjectQueryMethods in com.flowable.content.engine.impl that return DatabaseContentObjectQuery -
Uses of DatabaseContentObjectQuery in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return DatabaseContentObjectQueryModifier 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()).