Uses of Class
org.flowable.common.engine.impl.Direction
-
Packages that use Direction Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.query -
-
Uses of Direction in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as Direction Modifier and Type Field Description static DirectionDirection. ASCENDINGstatic DirectionDirection. DESCENDINGMethods in org.flowable.common.engine.impl that return Direction Modifier and Type Method Description static DirectionDirection. findByName(String directionName) -
Uses of Direction in org.flowable.common.engine.impl.query
Methods in org.flowable.common.engine.impl.query with parameters of type Direction Modifier and Type Method Description TAbstractQuery. direction(Direction direction)
-