Class ExternalPluralRequest
java.lang.Object
com.orchestranetworks.addon.dama.externalmanagement.request.ExternalCommonRequest
com.orchestranetworks.addon.dama.externalmanagement.request.ExternalPluralRequest
Defines a request with multiple external IDs.
- Since:
- 1.8.0
-
Constructor Summary
ConstructorsConstructorDescriptionExternalPluralRequest(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, String digitalAssetComponentId) Instantiates a newExternalPluralRequest. -
Method Summary
Modifier and TypeMethodDescriptionString[]Returns the asset ID list from the external drive location.voidsetExternalIds(String[] externalIds) Specifies the asset ID list from the external drive location.Methods inherited from class com.orchestranetworks.addon.dama.externalmanagement.request.ExternalCommonRequest
getDigitalAssetComponentId, getDriveId, getHome, getSession
-
Constructor Details
-
ExternalPluralRequest
public ExternalPluralRequest(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, String digitalAssetComponentId) Instantiates a newExternalPluralRequest.- Parameters:
home- the user dataspacesession- the EBX® sessiondriveId- the Drive ID of the Drive that accesses an externally managed storage locationdigitalAssetComponentId- the digital asset component's ID
-
-
Method Details
-
getExternalIds
Returns the asset ID list from the external drive location. -
setExternalIds
Specifies the asset ID list from the external drive location.
-