Class EcmProxy


  • public class EcmProxy
    extends Object
    The EcmProxy class obtains a CMIS session for the SAP HANA Cloud Document Service. Using this class removes the need for references to the SAP HANA Cloud SDK.
    • Constructor Detail

      • EcmProxy

        public EcmProxy()
    • Method Detail

      • getSession

        public static org.apache.chemistry.opencmis.client.api.Session getSession​(String name,
                                                                                  String key)
        Retrieves a CMIS session object for the repository with the specified name.
        Parameters:
        name - the name of the repository to connect to
        key - the key for the repository to connect to
        Returns:
        a CMIS session object for the repository