Class ExternalSingularRequest


  • public final class ExternalSingularRequest
    extends ExternalCommonRequest
    Defines a request with an external ID.
    Since:
    1.8.0
    • Constructor Summary

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

      • ExternalSingularRequest

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

      • getExternalId

        public java.lang.String getExternalId()
        Returns the asset ID of the external drive.