Interface ContentDataHelper.InvertRelationManager

    • Method Detail

      • manageInvertRelation

        boolean manageInvertRelation​(ModifiableContent referencedContent,
                                     String invertRelationPath,
                                     Collection<String> referencingContentIds,
                                     ValueContext context)
        Manages the invert relation to the given DataHolder
        Parameters:
        referencedContent - the content where to manage the invert relation
        invertRelationPath - the path of the invert relation
        referencingContentIds - the id of the contents that reference.d the given content
        context - the value's context
        Returns:
        true if the referenced content has been modified, false otherwise