Uses of Class
org.camunda.bpm.engine.impl.Direction
Packages that use Direction
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Direction in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as DirectionModifier and TypeFieldDescriptionstatic final Direction
Direction.ASCENDING
static final Direction
Direction.DESCENDING
protected Direction
QueryOrderingProperty.direction
Methods in org.camunda.bpm.engine.impl that return DirectionModifier and TypeMethodDescriptionstatic Direction
Direction.findByName
(String directionName) QueryOrderingProperty.getDirection()
Methods in org.camunda.bpm.engine.impl with parameters of type DirectionConstructors in org.camunda.bpm.engine.impl with parameters of type DirectionModifierConstructorDescriptionQueryOrderingProperty
(QueryProperty queryProperty, Direction direction) -
Uses of Direction in org.camunda.bpm.engine.impl.externaltask
Methods in org.camunda.bpm.engine.impl.externaltask with parameters of type DirectionModifier and TypeMethodDescriptionprotected void
FetchAndLockBuilderImpl.configureLastOrderingPropertyDirection
(Direction direction) -
Uses of Direction in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto with parameters of type DirectionModifier and TypeMethodDescriptionstatic String
AbstractQueryDto.sortOrderValueForDirection
(Direction direction)