Uses of Class
org.camunda.bpm.engine.repository.ResumePreviousBy
-
Packages that use ResumePreviousBy Package Description org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
Uses of ResumePreviousBy in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository that return ResumePreviousBy Modifier and Type Method Description static ResumePreviousBy
ResumePreviousBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResumePreviousBy[]
ResumePreviousBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-