Class DigitalAssetComponentContext
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetComponentContext
Defines the digital asset component context.
- Since:
- 1.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionDigitalAssetComponentContext(com.onwbp.adaptation.Adaptation userRecord, com.orchestranetworks.schema.Path mediaPath, com.orchestranetworks.service.Session session) Instantiates a new digital asset component context. -
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.schema.PathReturns the media path.com.orchestranetworks.service.SessionReturns the EBX® session.com.onwbp.adaptation.AdaptationReturns the user record.
-
Constructor Details
-
DigitalAssetComponentContext
public DigitalAssetComponentContext(com.onwbp.adaptation.Adaptation userRecord, com.orchestranetworks.schema.Path mediaPath, com.orchestranetworks.service.Session session) Instantiates a new digital asset component context.- Parameters:
userRecord- the user recordmediaPath- the media pathsession- the EBX® session
-
-
Method Details
-
getUserRecord
public com.onwbp.adaptation.Adaptation getUserRecord()Returns the user record. -
getMediaPath
public com.orchestranetworks.schema.Path getMediaPath()Returns the media path. -
getSession
public com.orchestranetworks.service.Session getSession()Returns the EBX® session.
-