All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.laserfiche.repository.api.clients.RepositoriesClient Maven / Gradle / Ivy

Go to download

Java implementation of various foundational APIs for Laserfiche, including Repository APIs such as Entry API flows for secure and easy access to Laserfiche Repository Entries.

The newest version!
package com.laserfiche.repository.api.clients;

import com.laserfiche.repository.api.clients.impl.model.RepositoryInfo;

/**
 * The Laserfiche Repository Repositories API client.
 */
public interface RepositoriesClient {

    /**
     * - Returns the repository resource list that current user has access to.
     *
     * @return {@link RepositoryInfo[]} The return value
     */
    RepositoryInfo[] getRepositoryList();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy