Class ExternalSingularRequest
java.lang.Object
com.orchestranetworks.addon.dama.externalmanagement.request.ExternalCommonRequest
com.orchestranetworks.addon.dama.externalmanagement.request.ExternalSingularRequest
Defines a request with an external ID.
- Since:
- 1.8.0
-
Constructor Summary
ConstructorDescriptionExternalSingularRequest
(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, String digitalAssetComponentId, String externalId) Instantiates a newExternalSingularRequest
.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the asset ID of the external drive.Methods inherited from class com.orchestranetworks.addon.dama.externalmanagement.request.ExternalCommonRequest
getDigitalAssetComponentId, getDriveId, getHome, getSession
-
Constructor Details
-
ExternalSingularRequest
public ExternalSingularRequest(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, String digitalAssetComponentId, String externalId) Instantiates a newExternalSingularRequest
.
- Parameters:
home
- the user dataspacesession
- the EBX® sessiondriveId
- the Drive ID for the Drive that accesses an externally managed locationdigitalAssetComponentId
- the Digital Asset Component's IDexternalId
- the asset ID of external drive
-
-
Method Details
-
getExternalId
Returns the asset ID of the external drive.
-