Uses of Class
org.activiti.engine.impl.cmd.JobType
-
Packages that use JobType Package Description org.activiti.engine.impl.cmd -
-
Uses of JobType in org.activiti.engine.impl.cmd
Fields in org.activiti.engine.impl.cmd declared as JobType Modifier and Type Field Description protected JobTypeGetJobExceptionStacktraceCmd. jobTypeMethods in org.activiti.engine.impl.cmd that return JobType Modifier and Type Method Description static JobTypeJobType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JobType[]JobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.activiti.engine.impl.cmd with parameters of type JobType Constructor Description GetJobExceptionStacktraceCmd(java.lang.String jobId, JobType jobType)
-