Class CreateRenditionJobHandler
- java.lang.Object
-
- com.flowable.content.engine.impl.job.CreateRenditionJobHandler
-
- All Implemented Interfaces:
JobHandler
public class CreateRenditionJobHandler extends Object implements JobHandler
-
-
Constructor Summary
Constructors Constructor Description CreateRenditionJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext)
String
getType()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext)
- Specified by:
execute
in interfaceJobHandler
-
-