Class ContentEximExportService
java.lang.Object
org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
org.onehippo.forge.content.exim.repository.jaxrs.ContentEximExportService
Content-EXIM Export JAX-RS Service.
-
Field Summary
Fields inherited from class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
BINARY_ATTACHMENT_REL_PATH, EXIM_EXECUTION_LOG_REL_PATH, EXIM_SUMMARY_BINARIES_LOG_REL_PATH, EXIM_SUMMARY_DOCUMENTS_LOG_REL_PATH, STOP_REQUEST_FILE_REL_PATH, SYSTEM_CREDENTIALS, TEMP_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
exportContentToZip
(jakarta.ws.rs.core.SecurityContext securityContext, jakarta.servlet.http.HttpServletRequest request, String batchSizeParam, String throttleParam, String publishOnImportParam, String dataUrlSizeThresholdParam, String docbasePropNamesParam, String documentTagsParam, String binaryTagsParam, String paramsJsonParam, org.apache.cxf.jaxrs.ext.multipart.Attachment paramsAttachment) Methods inherited from class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
applyTagContentProperties, attachmentToString, createSession, createTeeLogger, fillProcessStatusByRequestInfo, getAttachmentByContentId, getDaemonSession, getObjectMapper, getProcessMonitor, getQueriedNodePaths, getUserPrincipalName, isBinaryPathIncluded, isDocumentPathIncluded, isStopRequested, overrideExecutionParamsByParameters, recordToResultItem, setDaemonSession, setProcessMonitor, toJsonString, transferAttachmentToFile
-
Constructor Details
-
ContentEximExportService
public ContentEximExportService()
-
-
Method Details
-
exportContentToZip
@Path("/") @Consumes("multipart/form-data") @Produces("application/octet-stream") @POST public jakarta.ws.rs.core.Response exportContentToZip(@Context jakarta.ws.rs.core.SecurityContext securityContext, @Context jakarta.servlet.http.HttpServletRequest request, String batchSizeParam, String throttleParam, String publishOnImportParam, String dataUrlSizeThresholdParam, String docbasePropNamesParam, String documentTagsParam, String binaryTagsParam, String paramsJsonParam, org.apache.cxf.jaxrs.ext.multipart.Attachment paramsAttachment)
-