Uses of Enum Class
com.emc.documentum.rest.constant.QueryType
Packages that use QueryType
-
Uses of QueryType in com.emc.documentum.rest.constant
Methods in com.emc.documentum.rest.constant that return QueryTypeModifier and TypeMethodDescriptionstatic QueryType
QueryType.valueOf
(int value) Gets enum constant according to the input enum valuestatic QueryType
Returns the enum constant of this class with the specified name.static QueryType[]
QueryType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QueryType in com.emc.documentum.rest.dfc.query
Methods in com.emc.documentum.rest.dfc.query with parameters of type QueryTypeModifier and TypeMethodDescription<T extends PersistentObject>
List<T>Execute the DQL query with offset and limit count.Execute the DQL query.Execute the DQL query with offset and limit count.static List<com.documentum.fc.client.IDfTypedObject>
Execute a DQL querystatic List<com.documentum.fc.client.IDfTypedObject>
QueryExecutor.run
(com.documentum.fc.client.IDfSession session, String dql, QueryType queryType, int offset, int limit) Execute a DQL and return a paginated result set