Class SetJobRetriesBuilderImpl

java.lang.Object
org.eximeebpms.bpm.engine.impl.management.SetJobRetriesBuilderImpl
All Implemented Interfaces:
SetJobRetriesBuilder

public class SetJobRetriesBuilderImpl extends Object implements SetJobRetriesBuilder
  • Field Details Link icon

    • LOG Link icon

      protected static final CommandLogger LOG
    • commandExecutor Link icon

      protected final CommandExecutor commandExecutor
    • jobId Link icon

      protected String jobId
    • jobIds Link icon

      protected List<String> jobIds
    • jobDefinitionId Link icon

      protected String jobDefinitionId
    • retries Link icon

      protected Integer retries
    • dueDate Link icon

      protected Date dueDate
    • isDueDateSet Link icon

      protected boolean isDueDateSet
  • Constructor Details Link icon

    • SetJobRetriesBuilderImpl Link icon

      public SetJobRetriesBuilderImpl(CommandExecutor commandExecutor, int retries)
  • Method Details Link icon