it.sistematica.isharedoc.opencmis.indatabase
Interface RepositoryInfoCreator


public interface RepositoryInfoCreator

A simple interface to create the repository info. This needs to be implemented by a client (like a unit test) in class and the name of the class is passed to the session. The in-memory repository creates an instance of this class to generate the repository info for its instance.

Author:
Jens

Method Summary
 org.apache.chemistry.opencmis.commons.data.RepositoryInfo createRepositoryInfo()
           
 

Method Detail

createRepositoryInfo

org.apache.chemistry.opencmis.commons.data.RepositoryInfo createRepositoryInfo()