Class ExternalCommonRequest
- java.lang.Object
-
- com.orchestranetworks.addon.dama.externalmanagement.request.ExternalCommonRequest
-
- Direct Known Subclasses:
ExternalPluralRequest,ExternalSearchRequest,ExternalSingularRequest,ExternalUploadAssetRequest
public class ExternalCommonRequest extends java.lang.ObjectDefines a common request for external asset management.- Since:
- 1.8.0
-
-
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 newExternalCommonRequest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDigitalAssetComponentId()Returns the digital asset component's ID.java.lang.StringgetDriveId()Returns the Drive ID related to external management.com.onwbp.adaptation.AdaptationHomegetHome()Returns the user's dataspace.com.orchestranetworks.service.SessiongetSession()Returns the EBX® session.
-
-
-
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 newExternalCommonRequest.- Parameters:
home- the user's dataspacesession- the EBX® sessiondriveId- the Drive ID of the Drive that accesses an externally managed storage locationdigitalAssetComponentId- 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.
-
-