Class EditorFilterContext


  • public final class EditorFilterContext
    extends java.lang.Object
    Defines the editor filter context.
    Since:
    1.6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DigitalAsset getDigitalAsset()
      Returns the digital asset.
      com.onwbp.adaptation.Adaptation getRecord()
      Returns the record that stores the media field.
      com.orchestranetworks.service.Session getSession()
      Returns the session.
      • Methods inherited from class java.lang.Object

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

      • EditorFilterContext

        public EditorFilterContext​(DigitalAsset digitalAsset,
                                   com.orchestranetworks.service.Session session)
        Parameters:
        digitalAsset - the currently evaluated digital asset
        session - the EBX® session
      • EditorFilterContext

        public EditorFilterContext​(DigitalAsset digitalAsset,
                                   com.onwbp.adaptation.Adaptation record,
                                   com.orchestranetworks.service.Session session)
        Parameters:
        digitalAsset - the currently evaluated digital asset
        record - the user record
        session - the EBX® session
        Since:
        1.7.0
    • Method Detail

      • getDigitalAsset

        public DigitalAsset getDigitalAsset()
        Returns the digital asset.
      • getSession

        public com.orchestranetworks.service.Session getSession()
        Returns the session.
      • getRecord

        public com.onwbp.adaptation.Adaptation getRecord()
        Returns the record that stores the media field.
        Since:
        1.7.0