public abstract class AbstractScheduledReplicationBPProcess extends java.lang.Object implements WorkflowProcess
ScheduledPublishBPProcess
is called in a workflow process step.
This process will publish(or unpublish) content to Brand Portal after a specified time.Constructor and Description |
---|
AbstractScheduledReplicationBPProcess() |
Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap metadataMap)
Executes a new Java process with the given
and . |
public AbstractScheduledReplicationBPProcess()
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metadataMap) throws WorkflowException
WorkflowProcess
WorkItem
and WorkflowSession
.execute
in interface WorkflowProcess
workItem
- The WorkItem
that defines the newly
started JavaProcessNew
.workflowSession
- The WorkflowSession
that is used for starting the WorkflowProcess
.metadataMap
- Process specific arguments can be passed hereWorkflowException
- Thrown in case something goes wrong during execution."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"