Package org.flowable.engine.impl
Class DefaultProcessJobParentStateResolver
- java.lang.Object
-
- org.flowable.engine.impl.DefaultProcessJobParentStateResolver
-
- All Implemented Interfaces:
InternalJobParentStateResolver
public class DefaultProcessJobParentStateResolver extends Object implements InternalJobParentStateResolver
- Author:
- martin.grofcik
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultProcessJobParentStateResolver(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSuspended(org.flowable.job.api.Job job)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
DefaultProcessJobParentStateResolver
public DefaultProcessJobParentStateResolver(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
isSuspended
public boolean isSuspended(org.flowable.job.api.Job job)
- Specified by:
isSuspendedin interfaceInternalJobParentStateResolver
-
-