@ProviderType
public class KaleoDefinitionServiceUtil
extends java.lang.Object
com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionServiceImpl and is the
primary 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.KaleoDefinitionService,
com.liferay.portal.workflow.kaleo.service.base.KaleoDefinitionServiceBaseImpl,
com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionServiceImpl| Constructor and Description |
|---|
KaleoDefinitionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<KaleoDefinition> |
getKaleoDefinitions(int start,
int end) |
static java.util.List<KaleoDefinition> |
getKaleoDefinitions(long companyId,
int start,
int end) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static KaleoDefinitionService |
getService() |
public static java.util.List<KaleoDefinition> getKaleoDefinitions(long companyId, int start, int end)
public static java.util.List<KaleoDefinition> getKaleoDefinitions(int start, int end)
public static java.lang.String getOSGiServiceIdentifier()
public static KaleoDefinitionService getService()