Class ExecutionParams
java.lang.Object
org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
Content Export or Import Execution Parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAn option ofpublishOnImportvalue, to publish a document automatically on import.static final StringThe default option ofpublishOnImportvalue.static final StringAn option ofpublishOnImportvalue, to publish a document automatically if the source of the content hashippo:availabilityproperty includinglivevalue.static final StringAn option ofpublishOnImportvalue, not to publish a document automatically on import. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]String[]String[]voidsetAssetFolderFolderTypes(String[] assetFolderFolderTypes) voidsetAssetFolderGalleryTypes(String[] assetFolderGalleryTypes) voidsetAssetFolderPrimaryType(String assetFolderPrimaryType) voidsetBatchSize(Integer batchSize) voidsetBinaries(QueriesAndPaths binaries) voidsetBinaryTags(Set<String> binaryTags) voidsetDataUrlSizeThreshold(Long dataUrlSizeThreshold) voidsetDocbasePropNames(Set<String> docbasePropNames) voidsetDocuments(QueriesAndPaths documents) voidsetDocumentTags(Set<String> documentTags) voidsetGalleryFolderFolderTypes(String[] galleryFolderFolderTypes) voidsetGalleryFolderGalleryTypes(String[] galleryFolderGalleryTypes) voidsetGalleryFolderPrimaryType(String galleryFolderPrimaryType) voidsetPublishOnImport(String publishOnImport) voidsetThrottle(Long throttle)
-
Field Details
-
PUBLISH_ON_IMPORT_NONE
An option ofpublishOnImportvalue, not to publish a document automatically on import.- See Also:
-
PUBLISH_ON_IMPORT_ALL
An option ofpublishOnImportvalue, to publish a document automatically on import.- See Also:
-
PUBLISH_ON_IMPORT_LIVE
An option ofpublishOnImportvalue, to publish a document automatically if the source of the content hashippo:availabilityproperty includinglivevalue.- See Also:
-
PUBLISH_ON_IMPORT_DEFAULT
The default option ofpublishOnImportvalue.- See Also:
-
-
Constructor Details
-
ExecutionParams
public ExecutionParams()
-
-
Method Details
-
getBatchSize
-
setBatchSize
-
getThrottle
-
setThrottle
-
getPublishOnImport
-
setPublishOnImport
-
getDataUrlSizeThreshold
-
setDataUrlSizeThreshold
-
getBinaries
-
setBinaries
-
getDocuments
-
getDocbasePropNames
-
setDocbasePropNames
-
setDocuments
-
getDocumentTags
-
setDocumentTags
-
getBinaryTags
-
setBinaryTags
-
getGalleryFolderPrimaryType
-
setGalleryFolderPrimaryType
-
getGalleryFolderFolderTypes
-
setGalleryFolderFolderTypes
-
getGalleryFolderGalleryTypes
-
setGalleryFolderGalleryTypes
-
getAssetFolderPrimaryType
-
setAssetFolderPrimaryType
-
getAssetFolderFolderTypes
-
setAssetFolderFolderTypes
-
getAssetFolderGalleryTypes
-
setAssetFolderGalleryTypes
-