Scene7Publisher
.public interface Scene7Publisher
Scene7Publisher
is used to add and remove PublishingJob
instances to the Scheduler. A job is executed in a
periodic manner within a default interval of JOB_PERIOD
, which is 60 seconds by default.Modifier and Type | Method and Description |
---|---|
void |
addJob(String email,
String password,
String companyHandle,
String path,
String datacenterUrl,
Map<String,String> publishStatusQueryMap)
Deprecated.
Please use the
com.day.cq.dam.scene7.api.Scene7Publisher.addJob(String email, String password, String companyHandle, String path, String datacenterUrl, Map<String,String> publishStatusQueryMap)
method instead. |
void |
removeJob(String name)
Deprecated.
Removes a
impl.PublishingJob from the Scheduler . |
void addJob(String email, String password, String companyHandle, String path, String datacenterUrl, Map<String,String> publishStatusQueryMap)
com.day.cq.dam.scene7.api.Scene7Publisher.addJob(String email, String password, String companyHandle, String path, String datacenterUrl, Map<String,String> publishStatusQueryMap)
method instead.PublishingJob
to the Scheduler
.email
- E-Mail address of issuer.password
- PasswordcompanyHandle
- Company handleassetType
- type of Scene7 assetpath
- Path to the assetdatacenterUrl
- Scene7 data centre URLpublishStatusQueryMap
- Parameter map for to query for assets effected by the Publishvoid removeJob(String name)
impl.PublishingJob
from the Scheduler
.name
- Name of the impl.PublishingJob
."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"