public class WorkflowJob extends Object implements Serializable
WorkflowJob
class provides a utility for creating event
triggered job used for programmed/scripted workflow steps.Modifier and Type | Field and Description |
---|---|
static String |
JOB_TOPIC
The job topic for adding an entry to the audit log.
|
static String |
JOB_TOPIC_WC |
static String |
WORKFLOW_JOB
The event property holding the
WorkflowJob . |
static String |
WORKFLOW_JOB_ID |
Constructor and Description |
---|
WorkflowJob(Map item)
Creates a new WorkflowJob.
|
Modifier and Type | Method and Description |
---|---|
org.osgi.service.event.Event |
createJobEvent(Integer retryCount,
int numOfParallelProcs,
String jobId)
Convenience method to create a job event for the workflow job.
|
Map |
getWorkItemMap()
|
public static final String JOB_TOPIC
public static final String JOB_TOPIC_WC
public static final String WORKFLOW_JOB
WorkflowJob
.public static final String WORKFLOW_JOB_ID
public WorkflowJob(Map item)
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"