Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation.State
-
Packages that use DbOperation.State Package Description org.camunda.bpm.engine.impl.db.entitymanager.operation -
-
Uses of DbOperation.State in org.camunda.bpm.engine.impl.db.entitymanager.operation
Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation declared as DbOperation.State Modifier and Type Field Description protected DbOperation.StateDbOperation. stateMethods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbOperation.State Modifier and Type Method Description DbOperation.StateDbOperation. getState()static DbOperation.StateDbOperation.State. valueOf(String name)Returns the enum constant of this type with the specified name.static DbOperation.State[]DbOperation.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbOperation.State Modifier and Type Method Description voidDbOperation. setState(DbOperation.State state)
-