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

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

Introduction

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

Prototype

int ISOLATION_LEVEL_TASK_NAME

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

Click Source Link

Usage

From source file:com.liferay.dynamic.data.mapping.background.task.DDMStructureIndexerBackgroundTaskExecutor.java

License:Open Source License

@Override
public int getIsolationLevel() {
    return BackgroundTaskConstants.ISOLATION_LEVEL_TASK_NAME;
}