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 String
An option ofpublishOnImport
value, to publish a document automatically on import.static final String
The default option ofpublishOnImport
value.static final String
An option ofpublishOnImport
value, to publish a document automatically if the source of the content hashippo:availability
property includinglive
value.static final String
An option ofpublishOnImport
value, not to publish a document automatically on import. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
String[]
String[]
String[]
void
setAssetFolderFolderTypes
(String[] assetFolderFolderTypes) void
setAssetFolderGalleryTypes
(String[] assetFolderGalleryTypes) void
setAssetFolderPrimaryType
(String assetFolderPrimaryType) void
setBatchSize
(Integer batchSize) void
setBinaries
(QueriesAndPaths binaries) void
setBinaryTags
(Set<String> binaryTags) void
setDataUrlSizeThreshold
(Long dataUrlSizeThreshold) void
setDocbasePropNames
(Set<String> docbasePropNames) void
setDocuments
(QueriesAndPaths documents) void
setDocumentTags
(Set<String> documentTags) void
setGalleryFolderFolderTypes
(String[] galleryFolderFolderTypes) void
setGalleryFolderGalleryTypes
(String[] galleryFolderGalleryTypes) void
setGalleryFolderPrimaryType
(String galleryFolderPrimaryType) void
setPublishOnImport
(String publishOnImport) void
setThrottle
(Long throttle)
-
Field Details
-
PUBLISH_ON_IMPORT_NONE
An option ofpublishOnImport
value, not to publish a document automatically on import.- See Also:
-
PUBLISH_ON_IMPORT_ALL
An option ofpublishOnImport
value, to publish a document automatically on import.- See Also:
-
PUBLISH_ON_IMPORT_LIVE
An option ofpublishOnImport
value, to publish a document automatically if the source of the content hashippo:availability
property includinglive
value.- See Also:
-
PUBLISH_ON_IMPORT_DEFAULT
The default option ofpublishOnImport
value.- 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
-