public class KaleoInstanceTokenLocalServiceUtil
extends java.lang.Object
com.liferay.portal.workflow.kaleo.service.impl.KaleoInstanceTokenLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.KaleoInstanceTokenLocalService| Constructor and Description |
|---|
KaleoInstanceTokenLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static KaleoInstanceToken |
addKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
Adds the kaleo instance token to the database.
|
static KaleoInstanceToken |
addKaleoInstanceToken(long currentKaleoNodeId,
long kaleoDefinitionId,
long kaleoDefinitionVersionId,
long kaleoInstanceId,
long parentKaleoInstanceTokenId,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
static KaleoInstanceToken |
addKaleoInstanceToken(long parentKaleoInstanceTokenId,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
static KaleoInstanceToken |
completeKaleoInstanceToken(long kaleoInstanceTokenId) |
static KaleoInstanceToken |
createKaleoInstanceToken(long kaleoInstanceTokenId)
Creates a new kaleo instance token with the primary key.
|
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static void |
deleteCompanyKaleoInstanceTokens(long companyId) |
static void |
deleteKaleoDefinitionVersionKaleoInstanceTokens(long kaleoDefinitionVersionId) |
static void |
deleteKaleoInstanceKaleoInstanceTokens(long kaleoInstanceId) |
static KaleoInstanceToken |
deleteKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
Deletes the kaleo instance token from the database.
|
static KaleoInstanceToken |
deleteKaleoInstanceToken(long kaleoInstanceTokenId)
Deletes the kaleo instance token with the primary key from the database.
|
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static <T> T |
dslQuery(DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static KaleoInstanceToken |
fetchKaleoInstanceToken(long kaleoInstanceTokenId) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static KaleoInstanceToken |
getKaleoInstanceToken(long kaleoInstanceTokenId)
Returns the kaleo instance token with the primary key.
|
static java.util.List<KaleoInstanceToken> |
getKaleoInstanceTokens(int start,
int end)
Returns a range of all the kaleo instance tokens.
|
static java.util.List<KaleoInstanceToken> |
getKaleoInstanceTokens(long parentKaleoInstanceTokenId,
java.util.Date completionDate,
ServiceContext serviceContext) |
static java.util.List<KaleoInstanceToken> |
getKaleoInstanceTokens(long parentKaleoInstanceTokenId,
ServiceContext serviceContext) |
static int |
getKaleoInstanceTokensCount()
Returns the number of kaleo instance tokens.
|
static int |
getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
java.util.Date completionDate,
ServiceContext serviceContext) |
static int |
getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
ServiceContext serviceContext) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static KaleoInstanceToken |
getRootKaleoInstanceToken(long kaleoInstanceId,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
static KaleoInstanceTokenLocalService |
getService() |
static Hits |
search(java.lang.Long userId,
java.lang.String assetClassName,
java.lang.String assetTitle,
java.lang.String assetDescription,
java.lang.String currentKaleoNodeName,
java.lang.String kaleoDefinitionName,
java.lang.Boolean completed,
int start,
int end,
Sort[] sorts,
ServiceContext serviceContext) |
static int |
searchCount(java.lang.Long userId,
java.lang.String assetClassName,
java.lang.String assetTitle,
java.lang.String assetDescription,
java.lang.String currentKaleoNodeName,
java.lang.String kaleoDefinitionName,
java.lang.Boolean completed,
ServiceContext serviceContext) |
static KaleoInstanceToken |
updateKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
Updates the kaleo instance token in the database or adds it if it does not yet exist.
|
static KaleoInstanceToken |
updateKaleoInstanceToken(long kaleoInstanceTokenId,
long currentKaleoNodeId) |
public static KaleoInstanceToken addKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
kaleoInstanceToken - the kaleo instance tokenpublic static KaleoInstanceToken addKaleoInstanceToken(long currentKaleoNodeId, long kaleoDefinitionId, long kaleoDefinitionVersionId, long kaleoInstanceId, long parentKaleoInstanceTokenId, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static KaleoInstanceToken addKaleoInstanceToken(long parentKaleoInstanceTokenId, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static KaleoInstanceToken completeKaleoInstanceToken(long kaleoInstanceTokenId) throws PortalException
PortalExceptionpublic static KaleoInstanceToken createKaleoInstanceToken(long kaleoInstanceTokenId)
kaleoInstanceTokenId - the primary key for the new kaleo instance tokenpublic static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static void deleteCompanyKaleoInstanceTokens(long companyId)
public static void deleteKaleoDefinitionVersionKaleoInstanceTokens(long kaleoDefinitionVersionId)
public static void deleteKaleoInstanceKaleoInstanceTokens(long kaleoInstanceId)
public static KaleoInstanceToken deleteKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
kaleoInstanceToken - the kaleo instance tokenpublic static KaleoInstanceToken deleteKaleoInstanceToken(long kaleoInstanceTokenId) throws PortalException
kaleoInstanceTokenId - the primary key of the kaleo instance tokenPortalException - if a kaleo instance token with the primary key could not be foundpublic static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptionpublic static <T> T dslQuery(DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic static KaleoInstanceToken fetchKaleoInstanceToken(long kaleoInstanceTokenId)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static KaleoInstanceToken getKaleoInstanceToken(long kaleoInstanceTokenId) throws PortalException
kaleoInstanceTokenId - the primary key of the kaleo instance tokenPortalException - if a kaleo instance token with the primary key could not be foundpublic static java.util.List<KaleoInstanceToken> getKaleoInstanceTokens(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl.
start - the lower bound of the range of kaleo instance tokensend - the upper bound of the range of kaleo instance tokens (not inclusive)public static java.util.List<KaleoInstanceToken> getKaleoInstanceTokens(long parentKaleoInstanceTokenId, java.util.Date completionDate, ServiceContext serviceContext)
public static java.util.List<KaleoInstanceToken> getKaleoInstanceTokens(long parentKaleoInstanceTokenId, ServiceContext serviceContext)
public static int getKaleoInstanceTokensCount()
public static int getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
java.util.Date completionDate,
ServiceContext serviceContext)
public static int getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
ServiceContext serviceContext)
public static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static KaleoInstanceToken getRootKaleoInstanceToken(long kaleoInstanceId, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static Hits search(java.lang.Long userId, java.lang.String assetClassName, java.lang.String assetTitle, java.lang.String assetDescription, java.lang.String currentKaleoNodeName, java.lang.String kaleoDefinitionName, java.lang.Boolean completed, int start, int end, Sort[] sorts, ServiceContext serviceContext)
public static int searchCount(java.lang.Long userId,
java.lang.String assetClassName,
java.lang.String assetTitle,
java.lang.String assetDescription,
java.lang.String currentKaleoNodeName,
java.lang.String kaleoDefinitionName,
java.lang.Boolean completed,
ServiceContext serviceContext)
public static KaleoInstanceToken updateKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
kaleoInstanceToken - the kaleo instance tokenpublic static KaleoInstanceToken updateKaleoInstanceToken(long kaleoInstanceTokenId, long currentKaleoNodeId) throws PortalException
PortalExceptionpublic static KaleoInstanceTokenLocalService getService()