Package com.day.cq.dam.core.process
Class ScheduledPublishBPProcess
- java.lang.Object
-
- com.day.cq.dam.core.process.AbstractScheduledReplicationBPProcess
-
- com.day.cq.dam.core.process.ScheduledPublishBPProcess
-
- All Implemented Interfaces:
WorkflowProcess
@Service(WorkflowProcess.class) @Property(name="service.description",value="Scheduled Publish of Assets to Brand Portal") @Property(name="process.label",value="Scheduled Publish Brand Portal") public class ScheduledPublishBPProcess extends AbstractScheduledReplicationBPProcess
TheScheduledPublishBPProcess
is called in a workflow process step. This process will publish content to Brand Portal after a specified time.
-
-
Constructor Summary
Constructors Constructor Description ScheduledPublishBPProcess()
-
Method Summary
-
Methods inherited from class com.day.cq.dam.core.process.AbstractScheduledReplicationBPProcess
execute
-
-