Class ExternalCommonRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalCommonRequest​(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, java.lang.String driveId, java.lang.String digitalAssetComponentId)
      Instantiates a new ExternalCommonRequest.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDigitalAssetComponentId()
      Returns the digital asset component's ID.
      java.lang.String getDriveId()
      Returns the Drive ID related to external management.
      com.onwbp.adaptation.AdaptationHome getHome()
      Returns the user's dataspace.
      com.orchestranetworks.service.Session getSession()
      Returns the EBX® session.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalCommonRequest

        public ExternalCommonRequest​(com.onwbp.adaptation.AdaptationHome home,
                                     com.orchestranetworks.service.Session session,
                                     java.lang.String driveId,
                                     java.lang.String digitalAssetComponentId)
        Instantiates a new ExternalCommonRequest.
        Parameters:
        home - the user's dataspace
        session - the EBX® session
        driveId - the Drive ID of the Drive that accesses an externally managed storage location
        digitalAssetComponentId - the Digital Asset Component's id
    • Method Detail

      • getHome

        public com.onwbp.adaptation.AdaptationHome getHome()
        Returns the user's dataspace.
      • getSession

        public com.orchestranetworks.service.Session getSession()
        Returns the EBX® session.
      • getDriveId

        public java.lang.String getDriveId()
        Returns the Drive ID related to external management.
      • getDigitalAssetComponentId

        public java.lang.String getDigitalAssetComponentId()
        Returns the digital asset component's ID.