Class ContentEximProcessStatusService
java.lang.Object
org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
org.onehippo.forge.content.exim.repository.jaxrs.ContentEximProcessStatusService
Content-EXIM PS 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 TypeMethodDescriptiongetLogsOfProcess
(long processId) List<org.apache.cxf.jaxrs.ext.multipart.Attachment>
getProcessInfo
(long processId) 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
-
ContentEximProcessStatusService
public ContentEximProcessStatusService()
-
-
Method Details
-
getAllProcessInfos
-
getProcessInfo
@Path("/{id}") @Produces("multipart/mixed") @GET public List<org.apache.cxf.jaxrs.ext.multipart.Attachment> getProcessInfo(@PathParam("id") long processId) -
getLogsOfProcess
@Path("/{id}/logs") @Produces("text/plain") @GET public String getLogsOfProcess(@PathParam("id") long processId)
-