Uses of Interface
com.flowable.core.content.api.DatabaseContentObjectQuery
-
Packages that use DatabaseContentObjectQuery Package Description com.flowable.content.engine.impl com.flowable.core.content.api -
-
Uses of DatabaseContentObjectQuery in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement DatabaseContentObjectQuery Modifier and Type Class Description classDatabaseContentObjectQueryImplMethods in com.flowable.content.engine.impl that return DatabaseContentObjectQuery Modifier and Type Method Description DatabaseContentObjectQueryDatabaseContentObjectQueryImpl. orderByCreatedDate() -
Uses of DatabaseContentObjectQuery in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return DatabaseContentObjectQuery Modifier and Type Method Description DatabaseContentObjectQueryDatabaseContentObjectQuery. createdDate(java.util.Date submittedDate)Only select rendition items created on the given timeDatabaseContentObjectQueryDatabaseContentObjectQuery. createdDateAfter(java.util.Date afterTime)Only select rendition items created after the given timeDatabaseContentObjectQueryDatabaseContentObjectQuery. createdDateBefore(java.util.Date beforeTime)Only select rendition items created before the given timeDatabaseContentObjectQueryDatabaseContentObjectQuery. id(java.lang.String id)Only select rendition items with the given id.DatabaseContentObjectQueryDatabaseContentObjectQuery. ids(java.util.Set<java.lang.String> ids)Only select rendition items with the given ids.DatabaseContentObjectQueryDatabaseContentObjectQuery. orderByCreatedDate()Order by created date (needs to be followed byQuery.asc()orQuery.desc()).
-