@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface KaleoLogLocalService
extends com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
KaleoLogLocalServiceUtil,
com.liferay.portal.workflow.kaleo.service.base.KaleoLogLocalServiceBaseImpl,
com.liferay.portal.workflow.kaleo.service.impl.KaleoLogLocalServiceImpl| Modifier and Type | Method and Description |
|---|---|
KaleoLog |
addActionExecutionKaleoLog(KaleoInstanceToken kaleoInstanceToken,
KaleoAction kaleoAction,
long startTime,
long endTime,
java.lang.String comment,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addKaleoLog(KaleoLog kaleoLog)
Adds the kaleo log to the database.
|
KaleoLog |
addNodeEntryKaleoLog(KaleoInstanceToken kaleoInstanceToken,
KaleoNode sourceKaleoNode,
KaleoNode targetKaleoNode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addNodeExitKaleoLog(KaleoInstanceToken kaleoInstanceToken,
KaleoNode departingKaleoNode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addTaskAssignmentKaleoLog(java.util.List<KaleoTaskAssignmentInstance> previousKaleoTaskAssignmentInstances,
KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String comment,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addTaskCompletionKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String comment,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addTaskUpdateKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String comment,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addWorkflowInstanceEndKaleoLog(KaleoInstanceToken kaleoInstanceToken,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
addWorkflowInstanceStartKaleoLog(KaleoInstanceToken kaleoInstanceToken,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoLog |
createKaleoLog(long kaleoLogId)
Creates a new kaleo log with the primary key.
|
void |
deleteCompanyKaleoLogs(long companyId) |
void |
deleteKaleoDefinitionKaleoLogs(long kaleoDefinitionId) |
void |
deleteKaleoInstanceKaleoLogs(long kaleoInstanceId) |
KaleoLog |
deleteKaleoLog(KaleoLog kaleoLog)
Deletes the kaleo log from the database.
|
KaleoLog |
deleteKaleoLog(long kaleoLogId)
Deletes the kaleo log with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
KaleoLog |
fetchKaleoLog(long kaleoLogId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<KaleoLog> |
getKaleoInstanceKaleoLogs(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) |
int |
getKaleoInstanceKaleoLogsCount(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes) |
KaleoLog |
getKaleoLog(long kaleoLogId)
Returns the kaleo log with the primary key.
|
java.util.List<KaleoLog> |
getKaleoLogs(int start,
int end)
Returns a range of all the kaleo logs.
|
int |
getKaleoLogsCount()
Returns the number of kaleo logs.
|
java.util.List<KaleoLog> |
getKaleoTaskInstanceTokenKaleoLogs(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator) |
int |
getKaleoTaskInstanceTokenKaleoLogsCount(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoLog |
updateKaleoLog(KaleoLog kaleoLog)
Updates the kaleo log in the database or adds it if it does not yet exist.
|
@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionKaleoLog addActionExecutionKaleoLog(KaleoInstanceToken kaleoInstanceToken, KaleoAction kaleoAction, long startTime, long endTime, java.lang.String comment, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Indexable(type=REINDEX) KaleoLog addKaleoLog(KaleoLog kaleoLog)
kaleoLog - the kaleo logKaleoLog addNodeEntryKaleoLog(KaleoInstanceToken kaleoInstanceToken, KaleoNode sourceKaleoNode, KaleoNode targetKaleoNode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog addNodeExitKaleoLog(KaleoInstanceToken kaleoInstanceToken, KaleoNode departingKaleoNode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog addTaskAssignmentKaleoLog(java.util.List<KaleoTaskAssignmentInstance> previousKaleoTaskAssignmentInstances, KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String comment, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog addTaskCompletionKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String comment, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog addTaskUpdateKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String comment, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog addWorkflowInstanceEndKaleoLog(KaleoInstanceToken kaleoInstanceToken, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog addWorkflowInstanceStartKaleoLog(KaleoInstanceToken kaleoInstanceToken, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionKaleoLog createKaleoLog(long kaleoLogId)
kaleoLogId - the primary key for the new kaleo log@Indexable(type=DELETE) KaleoLog deleteKaleoLog(KaleoLog kaleoLog)
kaleoLog - the kaleo log@Indexable(type=DELETE) KaleoLog deleteKaleoLog(long kaleoLogId) throws com.liferay.portal.kernel.exception.PortalException
kaleoLogId - the primary key of the kaleo logcom.liferay.portal.kernel.exception.PortalException - if a kaleo log with the primary key could not be found@Transactional(propagation=SUPPORTS,
readOnly=true)
KaleoLog fetchKaleoLog(long kaleoLogId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
KaleoLog getKaleoLog(long kaleoLogId)
throws com.liferay.portal.kernel.exception.PortalException
kaleoLogId - the primary key of the kaleo logcom.liferay.portal.kernel.exception.PortalException - if a kaleo log with the primary key could not be found@Indexable(type=REINDEX) KaleoLog updateKaleoLog(KaleoLog kaleoLog)
kaleoLog - the kaleo log@Transactional(propagation=SUPPORTS,
readOnly=true)
int getKaleoInstanceKaleoLogsCount(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getKaleoLogsCount()
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getKaleoTaskInstanceTokenKaleoLogsCount(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes)
java.lang.String getOSGiServiceIdentifier()
<T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query<T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)<T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<KaleoLog> getKaleoInstanceKaleoLogs(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<KaleoLog> getKaleoLogs(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoLogModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<KaleoLog> getKaleoTaskInstanceTokenKaleoLogs(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoLog> orderByComparator)
long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querylong dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the queryvoid deleteCompanyKaleoLogs(long companyId)
void deleteKaleoDefinitionKaleoLogs(long kaleoDefinitionId)
void deleteKaleoInstanceKaleoLogs(long kaleoInstanceId)