public class ExternalCommonRequest extends Object
| Constructor and Description |
|---|
ExternalCommonRequest(com.onwbp.adaptation.AdaptationHome home,
com.orchestranetworks.service.Session session,
String driveId,
String digitalAssetComponentId)
Instantiates a new
ExternalCommonRequest |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigitalAssetComponentId()
Returns the digital asset component's ID.
|
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.
|
public ExternalCommonRequest(com.onwbp.adaptation.AdaptationHome home,
com.orchestranetworks.service.Session session,
String driveId,
String digitalAssetComponentId)
ExternalCommonRequest.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 idpublic com.onwbp.adaptation.AdaptationHome getHome()
public com.orchestranetworks.service.Session getSession()
public String getDriveId()
public String getDigitalAssetComponentId()