Class KaleoDefinitionVersionServiceUtil
java.lang.Object
com.liferay.portal.workflow.kaleo.service.KaleoDefinitionVersionServiceUtil
Provides the remote service utility for KaleoDefinitionVersion. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KaleoDefinitionVersion
getKaleoDefinitionVersion
(long companyId, String name, String version) static List<KaleoDefinitionVersion>
getKaleoDefinitionVersions
(long companyId, String name) static String
Returns the OSGi service identifier.
-
Constructor Details
-
KaleoDefinitionVersionServiceUtil
public KaleoDefinitionVersionServiceUtil()
-
-
Method Details
-
getKaleoDefinitionVersion
public static KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, String name, String version) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionVersions
public static List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-