Class DigitalAssetComponentContext


  • public final class DigitalAssetComponentContext
    extends java.lang.Object
    Defines the digital asset component context.
    Since:
    1.6.0
    • Constructor Summary

      Constructors 
      Constructor Description
      DigitalAssetComponentContext​(com.onwbp.adaptation.Adaptation userRecord, com.orchestranetworks.schema.Path mediaPath, com.orchestranetworks.service.Session session)
      Instantiates a new digital asset component context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.orchestranetworks.schema.Path getMediaPath()
      Returns the media path.
      com.orchestranetworks.service.Session getSession()
      Returns the EBX® session.
      com.onwbp.adaptation.Adaptation getUserRecord()
      Returns the user record.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 record
        mediaPath - the media path
        session - the EBX® session
    • Method Detail

      • 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.