Uses of Class
org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
-
Packages that use ListQueryParameterObject.ResultType Package Description org.flowable.common.engine.impl.db -
-
Uses of ListQueryParameterObject.ResultType in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as ListQueryParameterObject.ResultType Modifier and Type Field Description protected ListQueryParameterObject.ResultTypeListQueryParameterObject. resultTypeMethods in org.flowable.common.engine.impl.db that return ListQueryParameterObject.ResultType Modifier and Type Method Description static ListQueryParameterObject.ResultTypeListQueryParameterObject.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListQueryParameterObject.ResultType[]ListQueryParameterObject.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-