Package org.flowable.engine.impl
Class DefaultProcessJobParentStateResolver
java.lang.Object
org.flowable.engine.impl.DefaultProcessJobParentStateResolver
- All Implemented Interfaces:
org.flowable.job.service.InternalJobParentStateResolver
public class DefaultProcessJobParentStateResolver
extends Object
implements org.flowable.job.service.InternalJobParentStateResolver
- Author:
- martin.grofcik
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl
-
Constructor Summary
ConstructorDescriptionDefaultProcessJobParentStateResolver
(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
-
Field Details
-
processEngineConfiguration
protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Details
-
DefaultProcessJobParentStateResolver
public DefaultProcessJobParentStateResolver(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
isSuspended
public boolean isSuspended(org.flowable.job.api.Job job) - Specified by:
isSuspended
in interfaceorg.flowable.job.service.InternalJobParentStateResolver
-