DatabaseContentObjectQuery |
DatabaseContentObjectQuery.createdDate(java.util.Date submittedDate) |
Only select rendition items created on the given time
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.createdDateAfter(java.util.Date afterTime) |
Only select rendition items created after the given time
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.createdDateBefore(java.util.Date beforeTime) |
Only select rendition items created before the given time
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.id(java.lang.String id) |
Only select rendition items with the given id.
|
DatabaseContentObjectQuery |
DatabaseContentObjectQuery.ids(java.util.Set<java.lang.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() ).
|