com.laserfiche.repository.api.clients.RepositoriesClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lf-repository-api-client Show documentation
Show all versions of lf-repository-api-client Show documentation
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