Class CreateRenditionJobHandler

  • All Implemented Interfaces:
    org.flowable.job.service.JobHandler

    public class CreateRenditionJobHandler
    extends java.lang.Object
    implements org.flowable.job.service.JobHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.flowable.job.service.impl.persistence.entity.JobEntity job, java.lang.String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateRenditionJobHandler

        public CreateRenditionJobHandler()
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface org.flowable.job.service.JobHandler
      • execute

        public void execute​(org.flowable.job.service.impl.persistence.entity.JobEntity job,
                            java.lang.String configuration,
                            org.flowable.variable.api.delegate.VariableScope variableScope,
                            org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.job.service.JobHandler