public interface WorkflowDeployer
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.workflow.WorkflowDefinition |
deploy(java.lang.String title,
Definition definition,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Judson, replaced by
deploy(String, String,
Definition, ServiceContext) |
default com.liferay.portal.kernel.workflow.WorkflowDefinition |
deploy(java.lang.String title,
java.lang.String name,
Definition definition,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
default com.liferay.portal.kernel.workflow.WorkflowDefinition |
save(java.lang.String title,
java.lang.String name,
Definition definition,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
@Deprecated
com.liferay.portal.kernel.workflow.WorkflowDefinition deploy(java.lang.String title,
Definition definition,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
deploy(String, String,
Definition, ServiceContext)com.liferay.portal.kernel.exception.PortalExceptiondefault com.liferay.portal.kernel.workflow.WorkflowDefinition deploy(java.lang.String title,
java.lang.String name,
Definition definition,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault com.liferay.portal.kernel.workflow.WorkflowDefinition save(java.lang.String title,
java.lang.String name,
Definition definition,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException