public class CommandContextUtil extends Object
| Constructor and Description |
|---|
CommandContextUtil() |
public static JobServiceConfiguration getJobServiceConfiguration()
public static JobServiceConfiguration getJobServiceConfiguration(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static FlowableEventDispatcher getEventDispatcher()
public static FlowableEventDispatcher getEventDispatcher(CommandContext commandContext)
public static JobManager getJobManager()
public static JobManager getJobManager(CommandContext commandContext)
public static JobEntityManager getJobEntityManager()
public static JobEntityManager getJobEntityManager(CommandContext commandContext)
public static DeadLetterJobEntityManager getDeadLetterJobEntityManager()
public static DeadLetterJobEntityManager getDeadLetterJobEntityManager(CommandContext commandContext)
public static SuspendedJobEntityManager getSuspendedJobEntityManager()
public static SuspendedJobEntityManager getSuspendedJobEntityManager(CommandContext commandContext)
public static TimerJobEntityManager getTimerJobEntityManager()
public static TimerJobEntityManager getTimerJobEntityManager(CommandContext commandContext)
public static HistoryJobEntityManager getHistoryJobEntityManager()
public static HistoryJobEntityManager getHistoryJobEntityManager(CommandContext commandContext)
public static JobByteArrayEntityManager getJobByteArrayEntityManager()
public static JobByteArrayEntityManager getJobByteArrayEntityManager(CommandContext commandContext)
public static CommandContext getCommandContext()
Copyright © 2020 Flowable. All rights reserved.