|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.workflow.job.WorkflowJob
public class WorkflowJob
The WorkflowJob class provides a utility for creating event
triggered job used for programmed/scripted workflow steps.
| Field Summary | |
|---|---|
protected Map |
item
The serialized WorkItem Map of the job. |
static String |
JOB_TOPIC
The job topic for adding an entry to the audit log. |
static String |
WORKFLOW_JOB
The event property holding the WorkflowJob. |
| Constructor Summary | |
|---|---|
WorkflowJob(Map item)
Creates a new WorkflowJob. |
|
| Method Summary | |
|---|---|
org.osgi.service.event.Event |
createJobEvent(Integer retryCount,
boolean executeParallel)
Convenience method to create a job event for the workflow job. |
Map |
getWorkItemMap()
Returns the WorkItem Mapof the job |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JOB_TOPIC
public static final String WORKFLOW_JOB
WorkflowJob.
protected Map item
WorkItem Map of the job.
| Constructor Detail |
|---|
public WorkflowJob(Map item)
| Method Detail |
|---|
public Map getWorkItemMap()
WorkItem Mapof the job
public org.osgi.service.event.Event createJobEvent(Integer retryCount,
boolean executeParallel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||