Interface CascadingTypeHandler

    • Method Detail

      • cascadeActivation

        void cascadeActivation​(ActivationContext context)
        will be called during activation if the handled object is already active
        Parameters:
        context -
      • readCandidateHandler

        TypeHandler4 readCandidateHandler​(QueryingReadContext context)
        will be called during querying to ask for the handler to be used to collect children of the handled object
        Parameters:
        context -
        Returns:
      • collectIDs

        void collectIDs​(QueryingReadContext context)
        will be called during querying to ask for IDs of member objects of the handled object.
        Parameters:
        context -