Example usage for com.liferay.portal.kernel.repository BaseRepositoryImpl subclass-usage

List of usage examples for com.liferay.portal.kernel.repository BaseRepositoryImpl subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.repository BaseRepositoryImpl subclass-usage.

Usage

From source file com.liferay.document.library.repository.cmis.BaseCmisRepository.java

/**
 * @author Alexander Chow
 */
public abstract class BaseCmisRepository extends BaseRepositoryImpl {

    public abstract String getLatestVersionId(String objectId);

From source file com.liferay.document.library.repository.cmis.CMISRepositoryHandler.java

/**
 * @author Alexander Chow
 */
public abstract class CMISRepositoryHandler extends BaseRepositoryImpl implements Capability {

    @Override

From source file com.liferay.document.library.repository.external.ExtRepositoryAdapter.java

/**
 * @author Ivn Zaera
 * @author Sergio Gonzlez
 */
public class ExtRepositoryAdapter extends BaseRepositoryImpl {

From source file com.liferay.repository.external.ExtRepositoryAdapter.java

/**
 * @author Ivn Zaera
 * @author Sergio Gonzlez
 */
public class ExtRepositoryAdapter extends BaseRepositoryImpl {

From source file cz.topolik.fsrepo.LocalFileSystemRepository.java

/**
 * @author Tomas Polesovsky
 */
// TODO: PropsValues.PERMISSIONS_VIEW_DYNAMIC_INHERITANCE - check ACCESS + VIEW on the parent folder
public class LocalFileSystemRepository extends BaseRepositoryImpl {