public class PortletDataHandlerBackgroundTaskStatusMessage
extends com.liferay.portal.kernel.backgroundtask.BackgroundTaskStatusMessage
| Constructor and Description |
|---|
PortletDataHandlerBackgroundTaskStatusMessage(java.lang.String messageType,
java.lang.String[] portletIds,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary) |
PortletDataHandlerBackgroundTaskStatusMessage(java.lang.String messageType,
java.lang.String portletId,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary) |
PortletDataHandlerBackgroundTaskStatusMessage(java.lang.String messageType,
T stagedModel,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(java.lang.String messageType,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary) |
clone, contains, copyFrom, copyTo, fromByteArray, get, getBoolean, getDestinationName, getDouble, getInteger, getLong, getPayload, getResponse, getResponseDestinationName, getResponseId, getString, getValues, put, remove, setDestinationName, setPayload, setResponse, setResponseDestinationName, setResponseId, setValues, toByteArray, toStringpublic PortletDataHandlerBackgroundTaskStatusMessage(java.lang.String messageType,
java.lang.String portletId,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary)
public PortletDataHandlerBackgroundTaskStatusMessage(java.lang.String messageType,
java.lang.String[] portletIds,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary)
public PortletDataHandlerBackgroundTaskStatusMessage(java.lang.String messageType,
T stagedModel,
com.liferay.portlet.exportimport.lar.ManifestSummary manifestSummary)