Package com.adobe.granite.workflow.job
Class ExternalProcessJob
- java.lang.Object
-
- com.adobe.granite.workflow.job.ExternalProcessJob
-
- All Implemented Interfaces:
Serializable
public class ExternalProcessJob extends Object implements Serializable
Helper class to identify and create external process job events, identified by job topicJOB_TOPIC- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOB_TOPICThe job topic for adding an entry to the audit log.static StringJOB_TOPIC_WCstatic StringWORKFLOW_JOBThe event property holding theExternalProcessJob.static StringWORKFLOW_JOB_ID
-
Constructor Summary
Constructors Constructor Description ExternalProcessJob(Map serializedItem)Creates a new WorkflowJob.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventcreateJobEvent(Integer retryCount, String jobId)Convenience method to create a job event for the workflow job.MapgetWorkItemMap()
-
-
-
Field Detail
-
JOB_TOPIC
public static final String JOB_TOPIC
The job topic for adding an entry to the audit log.- See Also:
- Constant Field Values
-
JOB_TOPIC_WC
public static final String JOB_TOPIC_WC
- See Also:
- Constant Field Values
-
WORKFLOW_JOB
public static final String WORKFLOW_JOB
The event property holding theExternalProcessJob.- See Also:
- Constant Field Values
-
WORKFLOW_JOB_ID
public static final String WORKFLOW_JOB_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExternalProcessJob
public ExternalProcessJob(Map serializedItem)
Creates a new WorkflowJob.- Parameters:
serializedItem- the serialized item
-
-