Example usage for com.liferay.portal.workflow.kaleo.runtime.internal BaseKaleoBean subclass-usage

List of usage examples for com.liferay.portal.workflow.kaleo.runtime.internal BaseKaleoBean subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.workflow.kaleo.runtime.internal BaseKaleoBean subclass-usage.

Usage

From source file de.hofuniversity.iisys.liferay.workflows.LoggingTaskManager.java

/**
 * @author Michael C. Han
 */
@Transactional(isolation = Isolation.PORTAL, propagation = Propagation.REQUIRED, rollbackFor = { Exception.class })
public class LoggingTaskManager extends BaseKaleoBean implements TaskManager {

From source file de.hofuniversity.iisys.liferay.workflows.LoggingWorkflowEngine.java

/**
 * @author Michael C. Han
 */
@Transactional(isolation = Isolation.PORTAL, propagation = Propagation.REQUIRED, rollbackFor = { Exception.class })
public class LoggingWorkflowEngine extends BaseKaleoBean implements WorkflowEngine {