Class ExternalCommonRequest
java.lang.Object
com.orchestranetworks.addon.dama.externalmanagement.request.ExternalCommonRequest
- Direct Known Subclasses:
ExternalPluralRequest
,ExternalSearchRequest
,ExternalSingularRequest
,ExternalUploadAssetRequest
Defines a common request for external asset management.
- Since:
- 1.8.0
-
Constructor Summary
ConstructorDescriptionExternalCommonRequest
(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, String digitalAssetComponentId) Instantiates a newExternalCommonRequest
.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the digital asset component's ID.Returns the Drive ID related to external management.com.onwbp.adaptation.AdaptationHome
getHome()
Returns the user's dataspace.com.orchestranetworks.service.Session
Returns the EBX® session.
-
Constructor Details
-
ExternalCommonRequest
public ExternalCommonRequest(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, 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 Details
-
getHome
public com.onwbp.adaptation.AdaptationHome getHome()Returns the user's dataspace. -
getSession
public com.orchestranetworks.service.Session getSession()Returns the EBX® session. -
getDriveId
Returns the Drive ID related to external management. -
getDigitalAssetComponentId
Returns the digital asset component's ID.
-