Class ProcessEventJobHandler
java.lang.Object
org.operaton.bpm.engine.impl.jobexecutor.ProcessEventJobHandler
- All Implemented Interfaces:
JobHandler<ProcessEventJobHandler.EventSubscriptionJobConfiguration>
public class ProcessEventJobHandler
extends Object
implements JobHandler<ProcessEventJobHandler.EventSubscriptionJobConfiguration>
- Author:
- Daniel Meyer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ProcessEventJobHandler.EventSubscriptionJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) getType()newConfiguration(String canonicalString) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.impl.jobexecutor.JobHandler
onDelete
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ProcessEventJobHandler
public ProcessEventJobHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceJobHandler<ProcessEventJobHandler.EventSubscriptionJobConfiguration>
-
execute
public void execute(ProcessEventJobHandler.EventSubscriptionJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) - Specified by:
executein interfaceJobHandler<ProcessEventJobHandler.EventSubscriptionJobConfiguration>
-
newConfiguration
public ProcessEventJobHandler.EventSubscriptionJobConfiguration newConfiguration(String canonicalString) - Specified by:
newConfigurationin interfaceJobHandler<ProcessEventJobHandler.EventSubscriptionJobConfiguration>
-