Example usage for com.liferay.portal.kernel.backgroundtask BackgroundTaskConstants ISOLATION_LEVEL_COMPANY

List of usage examples for com.liferay.portal.kernel.backgroundtask BackgroundTaskConstants ISOLATION_LEVEL_COMPANY

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.backgroundtask BackgroundTaskConstants ISOLATION_LEVEL_COMPANY.

Prototype

int ISOLATION_LEVEL_COMPANY

To view the source code for com.liferay.portal.kernel.backgroundtask BackgroundTaskConstants ISOLATION_LEVEL_COMPANY.

Click Source Link

Usage

From source file:com.liferay.adaptive.media.web.internal.background.task.OptimizeImagesBackgroundTaskExecutor.java

License:Open Source License

public OptimizeImagesBackgroundTaskExecutor() {
    setBackgroundTaskStatusMessageTranslator(new OptimizeImagesBackgroundTaskStatusMessageTranslator());
    setIsolationLevel(BackgroundTaskConstants.ISOLATION_LEVEL_COMPANY);
}