public class KaleoDefinitionVersionServiceUtil
extends java.lang.Object
com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionVersionServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.KaleoDefinitionVersionService
Constructor and Description |
---|
KaleoDefinitionVersionServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static KaleoDefinitionVersion |
getKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
static java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static KaleoDefinitionVersionService |
getService() |
public static KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static KaleoDefinitionVersionService getService()