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 20 seconds by default.Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener listener)
Deprecated.
Adds a listener to this service
|
void |
addJob(S7Config s7Config,
String path,
Map<String,String> publishStatusQueryMap)
Deprecated.
Adds a
impl.PublishingJob to the Scheduler . |
boolean |
isPublishJobActive(String publishJobType,
S7Config s7Config)
Deprecated.
|
boolean |
isPublishJobSuccessByOrignalName(String originalName,
S7Config s7Config)
Deprecated.
Assumes that the job has completed, checks the disposition of the job
|
void |
removeChangeListener(ChangeListener listener)
Deprecated.
Removes a listener to this service
|
void |
removeJob(String name)
Deprecated.
Removes a
impl.PublishingJob from the Scheduler . |
String |
startPublishJob(String path,
S7Config s7Config)
Deprecated.
|
void addJob(S7Config s7Config, String path, Map<String,String> publishStatusQueryMap)
impl.PublishingJob
to the Scheduler
.s7Config
- S7 cloud config settingspath
- Path to the assetpublishStatusQueryMap
- 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
.boolean isPublishJobActive(String publishJobType, S7Config s7Config)
publishJobType
- s7Config
- true
if publish job of this type is active false
otherwiseString startPublishJob(String path, S7Config s7Config)
path
- - local path from which a jobname is created (null is ok)s7Config
- boolean isPublishJobSuccessByOrignalName(String originalName, S7Config s7Config)
originalName
- - The originalName of the job (not the jobHandle)s7Config
- true
if publish job completed successfully, false
otherwisevoid addChangeListener(ChangeListener listener)
listener
- void removeChangeListener(ChangeListener listener)
listener
- "Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"