Uses of Class
org.alfresco.service.cmr.search.ResultSetType
-
Packages that use ResultSetType Package Description org.alfresco.service.cmr.search -
-
Uses of ResultSetType in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return ResultSetType Modifier and Type Method Description ResultSetType
ResultSetMetaData. getResultSetType()
Get the result set typestatic ResultSetType
ResultSetType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResultSetType[]
ResultSetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-