public abstract class NuxeoBatch
extends org.osivia.portal.api.batch.AbstractBatch
| Constructor and Description |
|---|
NuxeoBatch() |
NuxeoBatch(String batchId) |
| Modifier and Type | Method and Description |
|---|---|
protected NuxeoController |
getNuxeoController() |
protected abstract javax.portlet.PortletContext |
getPortletContext() |
protected org.nuxeo.ecm.automation.client.model.Document |
getTask(String uuid) |
protected Map<String,String> |
proceed(String uuid,
String action,
Map<String,String> variables) |
protected Map<String,String> |
startProcedure(String modelId,
Map<String,String> variables) |
public NuxeoBatch()
public NuxeoBatch(String batchId)
protected NuxeoController getNuxeoController()
protected Map<String,String> startProcedure(String modelId, Map<String,String> variables) throws org.osivia.portal.api.PortalException, FormFilterException
string - variables - FormFilterExceptionorg.osivia.portal.api.PortalExceptionprotected Map<String,String> proceed(String uuid, String action, Map<String,String> variables) throws org.osivia.portal.api.PortalException, FormFilterException, org.osivia.portal.core.cms.CMSException
org.osivia.portal.api.PortalExceptionFormFilterExceptionorg.osivia.portal.core.cms.CMSExceptionprotected org.nuxeo.ecm.automation.client.model.Document getTask(String uuid) throws org.osivia.portal.core.cms.CMSException
org.osivia.portal.core.cms.CMSExceptionprotected abstract javax.portlet.PortletContext getPortletContext()
Copyright © 2022. All rights reserved.