Class DigitalAssetComponentContext

java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetComponentContext

public final class DigitalAssetComponentContext extends 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

    Modifier and Type
    Method
    Description
    com.orchestranetworks.schema.Path
    Returns the media path.
    com.orchestranetworks.service.Session
    Returns the EBX® session.
    com.onwbp.adaptation.Adaptation
    Returns the user record.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 record
      mediaPath - the media path
      session - 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.