Class ExecutionParams


  • public class ExecutionParams
    extends Object
    Content Export or Import Execution Parameters.
    • Constructor Detail

      • ExecutionParams

        public ExecutionParams()
    • Method Detail

      • getBatchSize

        public Integer getBatchSize()
      • setBatchSize

        public void setBatchSize​(Integer batchSize)
      • getThrottle

        public Long getThrottle()
      • setThrottle

        public void setThrottle​(Long throttle)
      • getPublishOnImport

        public String getPublishOnImport()
      • setPublishOnImport

        public void setPublishOnImport​(String publishOnImport)
      • getDataUrlSizeThreshold

        public Long getDataUrlSizeThreshold()
      • setDataUrlSizeThreshold

        public void setDataUrlSizeThreshold​(Long dataUrlSizeThreshold)
      • getDocbasePropNames

        public Set<String> getDocbasePropNames()
      • setDocbasePropNames

        public void setDocbasePropNames​(Set<String> docbasePropNames)
      • getDocumentTags

        public Set<String> getDocumentTags()
      • setDocumentTags

        public void setDocumentTags​(Set<String> documentTags)
      • getBinaryTags

        public Set<String> getBinaryTags()
      • setBinaryTags

        public void setBinaryTags​(Set<String> binaryTags)
      • getGalleryFolderPrimaryType

        public String getGalleryFolderPrimaryType()
      • setGalleryFolderPrimaryType

        public void setGalleryFolderPrimaryType​(String galleryFolderPrimaryType)
      • getGalleryFolderFolderTypes

        public String[] getGalleryFolderFolderTypes()
      • setGalleryFolderFolderTypes

        public void setGalleryFolderFolderTypes​(String[] galleryFolderFolderTypes)
      • getGalleryFolderGalleryTypes

        public String[] getGalleryFolderGalleryTypes()
      • setGalleryFolderGalleryTypes

        public void setGalleryFolderGalleryTypes​(String[] galleryFolderGalleryTypes)
      • getAssetFolderPrimaryType

        public String getAssetFolderPrimaryType()
      • setAssetFolderPrimaryType

        public void setAssetFolderPrimaryType​(String assetFolderPrimaryType)
      • getAssetFolderFolderTypes

        public String[] getAssetFolderFolderTypes()
      • setAssetFolderFolderTypes

        public void setAssetFolderFolderTypes​(String[] assetFolderFolderTypes)
      • getAssetFolderGalleryTypes

        public String[] getAssetFolderGalleryTypes()
      • setAssetFolderGalleryTypes

        public void setAssetFolderGalleryTypes​(String[] assetFolderGalleryTypes)