public class CompanySettings
extends java.lang.Object
Java class for CompanySettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanySettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="overwriteMode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="retainPublishState" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="defaultSourceProfile" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset"/> <element name="defaultDisplayProfile" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset"/> <element name="iptcExifMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset" minOccurs="0"/> <element name="xmpMappingXslt" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset" minOccurs="0"/> <element name="diskSpaceWarningMin" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="emailTrashCleanupWarning" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="fileExtOpt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="immediateDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="pdfProcessingPageLimit" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="allowFolderRestructuring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="smartCropLimit" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="addSmartCropApiLimit" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="applySmartCropsOnPDF" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="applySmartCropsOnPSD" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="companyDMVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="psdTemplatesThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="imageSetsModifiedOnAssetUploadThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="uploadParamsPDFProcess" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uploadParamsPDFExtractKeywords" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uploadParamsPDFExtractLinks" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uploadParamsPSDProcess" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uploadParamsPSDLayerNaming" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uploadParamsPSDExtractText" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prePackagedVideoStreamingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="overwriteAVS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CompanySettings() |
Modifier and Type | Method and Description |
---|---|
int |
getAddSmartCropApiLimit()
Gets the value of the addSmartCropApiLimit property.
|
java.lang.String |
getCompanyDMVersion()
Gets the value of the companyDMVersion property.
|
Asset |
getDefaultDisplayProfile()
Gets the value of the defaultDisplayProfile property.
|
Asset |
getDefaultSourceProfile()
Gets the value of the defaultSourceProfile property.
|
int |
getDiskSpaceWarningMin()
Gets the value of the diskSpaceWarningMin property.
|
java.lang.String |
getFileExtOpt()
Gets the value of the fileExtOpt property.
|
int |
getImageSetsModifiedOnAssetUploadThreshold()
Gets the value of the imageSetsModifiedOnAssetUploadThreshold property.
|
Asset |
getIptcExifMappingXslt()
Gets the value of the iptcExifMappingXslt property.
|
java.lang.String |
getOverwriteMode()
Gets the value of the overwriteMode property.
|
int |
getPdfProcessingPageLimit()
Gets the value of the pdfProcessingPageLimit property.
|
int |
getPsdTemplatesThreshold()
Gets the value of the psdTemplatesThreshold property.
|
int |
getSmartCropLimit()
Gets the value of the smartCropLimit property.
|
java.lang.String |
getUploadParamsPDFExtractKeywords()
Gets the value of the uploadParamsPDFExtractKeywords property.
|
java.lang.String |
getUploadParamsPDFExtractLinks()
Gets the value of the uploadParamsPDFExtractLinks property.
|
java.lang.String |
getUploadParamsPDFProcess()
Gets the value of the uploadParamsPDFProcess property.
|
java.lang.String |
getUploadParamsPSDExtractText()
Gets the value of the uploadParamsPSDExtractText property.
|
java.lang.String |
getUploadParamsPSDLayerNaming()
Gets the value of the uploadParamsPSDLayerNaming property.
|
java.lang.String |
getUploadParamsPSDProcess()
Gets the value of the uploadParamsPSDProcess property.
|
Asset |
getXmpMappingXslt()
Gets the value of the xmpMappingXslt property.
|
java.lang.Boolean |
isAllowFolderRestructuring()
Gets the value of the allowFolderRestructuring property.
|
boolean |
isApplySmartCropsOnPDF()
Gets the value of the applySmartCropsOnPDF property.
|
boolean |
isApplySmartCropsOnPSD()
Gets the value of the applySmartCropsOnPSD property.
|
boolean |
isEmailTrashCleanupWarning()
Gets the value of the emailTrashCleanupWarning property.
|
boolean |
isImmediateDelete()
Gets the value of the immediateDelete property.
|
java.lang.Boolean |
isOverwriteAVS()
Gets the value of the overwriteAVS property.
|
java.lang.Boolean |
isPrePackagedVideoStreamingEnabled()
Gets the value of the prePackagedVideoStreamingEnabled property.
|
boolean |
isRetainPublishState()
Gets the value of the retainPublishState property.
|
void |
setAddSmartCropApiLimit(int value)
Sets the value of the addSmartCropApiLimit property.
|
void |
setAllowFolderRestructuring(java.lang.Boolean value)
Sets the value of the allowFolderRestructuring property.
|
void |
setApplySmartCropsOnPDF(boolean value)
Sets the value of the applySmartCropsOnPDF property.
|
void |
setApplySmartCropsOnPSD(boolean value)
Sets the value of the applySmartCropsOnPSD property.
|
void |
setCompanyDMVersion(java.lang.String value)
Sets the value of the companyDMVersion property.
|
void |
setDefaultDisplayProfile(Asset value)
Sets the value of the defaultDisplayProfile property.
|
void |
setDefaultSourceProfile(Asset value)
Sets the value of the defaultSourceProfile property.
|
void |
setDiskSpaceWarningMin(int value)
Sets the value of the diskSpaceWarningMin property.
|
void |
setEmailTrashCleanupWarning(boolean value)
Sets the value of the emailTrashCleanupWarning property.
|
void |
setFileExtOpt(java.lang.String value)
Sets the value of the fileExtOpt property.
|
void |
setImageSetsModifiedOnAssetUploadThreshold(int value)
Sets the value of the imageSetsModifiedOnAssetUploadThreshold property.
|
void |
setImmediateDelete(boolean value)
Sets the value of the immediateDelete property.
|
void |
setIptcExifMappingXslt(Asset value)
Sets the value of the iptcExifMappingXslt property.
|
void |
setOverwriteAVS(java.lang.Boolean value)
Sets the value of the overwriteAVS property.
|
void |
setOverwriteMode(java.lang.String value)
Sets the value of the overwriteMode property.
|
void |
setPdfProcessingPageLimit(int value)
Sets the value of the pdfProcessingPageLimit property.
|
void |
setPrePackagedVideoStreamingEnabled(java.lang.Boolean value)
Sets the value of the prePackagedVideoStreamingEnabled property.
|
void |
setPsdTemplatesThreshold(int value)
Sets the value of the psdTemplatesThreshold property.
|
void |
setRetainPublishState(boolean value)
Sets the value of the retainPublishState property.
|
void |
setSmartCropLimit(int value)
Sets the value of the smartCropLimit property.
|
void |
setUploadParamsPDFExtractKeywords(java.lang.String value)
Sets the value of the uploadParamsPDFExtractKeywords property.
|
void |
setUploadParamsPDFExtractLinks(java.lang.String value)
Sets the value of the uploadParamsPDFExtractLinks property.
|
void |
setUploadParamsPDFProcess(java.lang.String value)
Sets the value of the uploadParamsPDFProcess property.
|
void |
setUploadParamsPSDExtractText(java.lang.String value)
Sets the value of the uploadParamsPSDExtractText property.
|
void |
setUploadParamsPSDLayerNaming(java.lang.String value)
Sets the value of the uploadParamsPSDLayerNaming property.
|
void |
setUploadParamsPSDProcess(java.lang.String value)
Sets the value of the uploadParamsPSDProcess property.
|
void |
setXmpMappingXslt(Asset value)
Sets the value of the xmpMappingXslt property.
|
public java.lang.String getOverwriteMode()
String
public void setOverwriteMode(java.lang.String value)
value
- allowed object is
String
public boolean isRetainPublishState()
public void setRetainPublishState(boolean value)
public Asset getDefaultSourceProfile()
Asset
public void setDefaultSourceProfile(Asset value)
value
- allowed object is
Asset
public Asset getDefaultDisplayProfile()
Asset
public void setDefaultDisplayProfile(Asset value)
value
- allowed object is
Asset
public Asset getIptcExifMappingXslt()
Asset
public void setIptcExifMappingXslt(Asset value)
value
- allowed object is
Asset
public Asset getXmpMappingXslt()
Asset
public void setXmpMappingXslt(Asset value)
value
- allowed object is
Asset
public int getDiskSpaceWarningMin()
public void setDiskSpaceWarningMin(int value)
public boolean isEmailTrashCleanupWarning()
public void setEmailTrashCleanupWarning(boolean value)
public java.lang.String getFileExtOpt()
String
public void setFileExtOpt(java.lang.String value)
value
- allowed object is
String
public boolean isImmediateDelete()
public void setImmediateDelete(boolean value)
public int getPdfProcessingPageLimit()
public void setPdfProcessingPageLimit(int value)
public java.lang.Boolean isAllowFolderRestructuring()
Boolean
public void setAllowFolderRestructuring(java.lang.Boolean value)
value
- allowed object is
Boolean
public int getSmartCropLimit()
public void setSmartCropLimit(int value)
public int getAddSmartCropApiLimit()
public void setAddSmartCropApiLimit(int value)
public boolean isApplySmartCropsOnPDF()
public void setApplySmartCropsOnPDF(boolean value)
public boolean isApplySmartCropsOnPSD()
public void setApplySmartCropsOnPSD(boolean value)
public java.lang.String getCompanyDMVersion()
String
public void setCompanyDMVersion(java.lang.String value)
value
- allowed object is
String
public int getPsdTemplatesThreshold()
public void setPsdTemplatesThreshold(int value)
public int getImageSetsModifiedOnAssetUploadThreshold()
public void setImageSetsModifiedOnAssetUploadThreshold(int value)
public java.lang.String getUploadParamsPDFProcess()
String
public void setUploadParamsPDFProcess(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUploadParamsPDFExtractKeywords()
String
public void setUploadParamsPDFExtractKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUploadParamsPDFExtractLinks()
String
public void setUploadParamsPDFExtractLinks(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUploadParamsPSDProcess()
String
public void setUploadParamsPSDProcess(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUploadParamsPSDLayerNaming()
String
public void setUploadParamsPSDLayerNaming(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUploadParamsPSDExtractText()
String
public void setUploadParamsPSDExtractText(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isPrePackagedVideoStreamingEnabled()
Boolean
public void setPrePackagedVideoStreamingEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isOverwriteAVS()
Boolean
public void setOverwriteAVS(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010 - 2023 Adobe. All Rights Reserved