Interface ObjectHook

    • Method Detail

      • getObjectFilter

        ObjectFilter getObjectFilter​(step.core.AbstractContext context)
      • getObjectEnricher

        ObjectEnricher getObjectEnricher​(step.core.AbstractContext context)
      • rebuildContext

        void rebuildContext​(step.core.AbstractContext context,
                            EnricheableObject object)
                     throws java.lang.Exception
        Rebuilds an AbstractContext based on an object that has been previously enriched with an ObjectEnricher provided by this class
        Parameters:
        context - the context to be recreated
        object - the object to base the context reconstruction on
        Throws:
        java.lang.Exception
      • isObjectAcceptableInContext

        boolean isObjectAcceptableInContext​(step.core.AbstractContext context,
                                            EnricheableObject object)
        Check if the provided object is acceptable in the provided context
        Parameters:
        context -
        object -
        Returns:
        true if the provided object belongs to the provided context or doesn't belong to any context