Table of Contents

Search

  1. Preface
  2. API Reference

Package Methods

Package Methods

  • global API_QueueManager (String jobName, String jobClassName)
    The constructor for the CC360 Queue Manager class.
  • global void setQuickParameters (List< String > quickParameters)
    Sets quick parameters for the external apex job to be integrated.
  • global void pushExtendedParameters (String parameterName, List< String > parameterValues)
    Pushes extended parameters for the external apex job to be integrated.
  • global Id submitJob ()
    Submits the external apex batch job to the CC360 Batch Queue.
  • global Id submitJob (Integer batchSize)
    Submits the external apex batch job to the CC360 Batch Queue with information about the size of the batch job.
  • global Id submitJob (Boolean allowConcurrentExecution)
    Submits the external apex batch job to the CC360 Batch Queue with the flag to enable concurrent execution.
  • global Id submitJob (Boolean allowConcurrentExecution, Id dependsOnQueueEntry)
    Submits the external apex batch job to the CC360 Batch Queue with the flag to enable concurrent exection and the queue ID of an existing job in the CC360 Batch Queue.
  • global void setBatchSize (Integer batchSize)
    Sets the batch size for the external apex batch job to be integrated into CC360 Batch Queue.

0 COMMENTS

We’d like to hear from you!