java.lang.Object
org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams

public class ExecutionParams extends Object
Content Export or Import Execution Parameters.
  • Field Details

    • PUBLISH_ON_IMPORT_NONE

      public static final String PUBLISH_ON_IMPORT_NONE
      An option of publishOnImport value, not to publish a document automatically on import.
      See Also:
    • PUBLISH_ON_IMPORT_ALL

      public static final String PUBLISH_ON_IMPORT_ALL
      An option of publishOnImport value, to publish a document automatically on import.
      See Also:
    • PUBLISH_ON_IMPORT_LIVE

      public static final String PUBLISH_ON_IMPORT_LIVE
      An option of publishOnImport value, to publish a document automatically if the source of the content has hippo:availability property including live value.
      See Also:
    • PUBLISH_ON_IMPORT_DEFAULT

      public static final String PUBLISH_ON_IMPORT_DEFAULT
      The default option of publishOnImport value.
      See Also:
  • Constructor Details

    • ExecutionParams

      public ExecutionParams()
  • Method Details

    • 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)
    • getBinaries

      public QueriesAndPaths getBinaries()
    • setBinaries

      public void setBinaries(QueriesAndPaths binaries)
    • getDocuments

      public QueriesAndPaths getDocuments()
    • getDocbasePropNames

      public Set<String> getDocbasePropNames()
    • setDocbasePropNames

      public void setDocbasePropNames(Set<String> docbasePropNames)
    • setDocuments

      public void setDocuments(QueriesAndPaths documents)
    • 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)