public interface S7Config
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(java.lang.String prop)
Returns a property of this configuration with the specified name.
|
java.lang.String |
getAdhocFolder()
Returns the Scene7 ad-hoc folder for this configuration.
|
java.lang.String |
getAllMimeTypeJobParams()
Returns the Scene7 upload job parameters configured under the scene7 config
|
java.lang.String |
getBasePath()
Returns the top most folder of the S7 company associated with this configuration.
|
java.lang.String |
getCloudConfigPath()
Returns the configuration path of this configuration.
|
java.lang.String |
getCompanyHandle()
Returns the company handle associated with this configuration.
|
java.lang.String |
getEmail()
Returns the email address used for this configuration.
|
java.lang.String |
getFlashTemplatesServer()
Deprecated.
|
java.lang.String |
getFXGServer()
Deprecated.
|
java.lang.String |
getImportQueueName()
Returns the name of the import queue
|
java.lang.String |
getImportQueueTopic()
Returns the topic of the associated import queue
|
java.lang.Boolean |
getMimeTypeEnabled(java.lang.String mimeType)
Returns if enable the S7 uploading with given MIME type, by default return true if cannot find the value
|
java.lang.String |
getMimeTypeJobParams(java.lang.String mimeType)
Returns the Scene7 upload job parameters associated with given MIME type
|
java.lang.String |
getMimeTypeJobParams(java.lang.String mimeType,
java.lang.Boolean addCommonJobParam)
Returns the Scene7 upload job parameters associated with given MIME type
|
java.lang.String |
getPassword()
Returns the encrypted password for the S7 service associated with this cloud configuration.
|
java.lang.String |
getPreviewableServer()
Returns the proper server for previewing, it return previewServer always regardless if immediate mode
It was designed to return server by checking immediate mode or not, but envolved into always return new preview server
|
java.lang.String |
getPreviewServer()
Returns the Scene7 configured preview server.
|
InheritanceValueMap |
getPropertiesMap()
Returns the properties held in this S7 configuration object.
|
java.lang.String |
getPublishServer()
Returns the Scene7 configured publish server.
|
java.lang.String |
getRegion()
Returns the region for this configuration.
|
java.lang.String |
getRootPath()
Returns the root path of the Scene7 company hierarchy (not to be confused with the actual physical path on the S7 servers).
|
java.lang.String |
getTargetPath()
Returns the target path where the Scene7 assets are downloaded into CQ DAM.
|
java.lang.String |
getUserHandle()
Returns the user handle associated with this configuration.
|
boolean |
isDefault()
Returns the default status of this configuration
|
java.lang.String |
isDelayedPublishEnabled()
Returns the secure preview feature state support status as a string.
|
java.lang.String |
isPublishEnabled()
Deprecated.
|
java.lang.String |
isSyncEnabled()
Returns the synchronisation status as a string.
|
java.lang.String getCloudConfigPath()
java.lang.String getEmail()
java.lang.String getPassword()
CryptoSupport
's unprotect
method.java.lang.String getRegion()
java.lang.String getUserHandle()
java.lang.String getCompanyHandle()
java.lang.String getRootPath()
java.lang.String isSyncEnabled()
java.lang.String isDelayedPublishEnabled()
@Deprecated java.lang.String isPublishEnabled()
isDelayedPublishEnabled()
java.lang.String getBasePath()
java.lang.String get(java.lang.String prop)
prop
- the property's nameInheritanceValueMap getPropertiesMap()
java.lang.String getPublishServer()
java.lang.String getPreviewServer()
java.lang.String getPreviewableServer()
@Deprecated java.lang.String getFlashTemplatesServer()
java.lang.String getTargetPath()
boolean isDefault()
@Deprecated java.lang.String getFXGServer()
java.lang.String getAdhocFolder()
java.lang.String getImportQueueName()
java.lang.String getImportQueueTopic()
java.lang.String getMimeTypeJobParams(java.lang.String mimeType)
mimeType
- asset MIME typejava.lang.String getMimeTypeJobParams(java.lang.String mimeType, java.lang.Boolean addCommonJobParam)
mimeType
- asset MIME typeaddCommonJobParam
- add common job paramsjava.lang.String getAllMimeTypeJobParams()
java.lang.Boolean getMimeTypeEnabled(java.lang.String mimeType)
mimeType
- asset MIME type"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"