java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.storage.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 Details

    • EcmProxy

      public EcmProxy()
  • Method Details

    • 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