Interface EdgeFactory

    • Field Detail

      • REQUIRED_FIELDS

        static final Set<String> REQUIRED_FIELDS
    • Method Detail

      • getCreateEdge

        Edge getCreateEdge​(ContentEntityObject contentEntity)
        Creates a new instance of an edge which indicates new content creation.
        Parameters:
        contentEntity - the new content that has been created
      • canBuildCreatEdge

        boolean canBuildCreatEdge​(ContentEntityObject contentEntity)
        Determines if the edge factory is capable of building create edges for a particular piece of content.
        Parameters:
        contentEntity - the content to check
        Returns:
        true if the factory can build create edges for that content, false if it can't.