Interface ProtectedPropertyImporter

    • Method Detail

      • handlePropInfo

        boolean handlePropInfo​(NodeImpl parent,
                               PropInfo protectedPropInfo,
                               QPropertyDefinition def)
                        throws RepositoryException
        Handles a single protected property.
        Parameters:
        parent - The affected parent node.
        protectedPropInfo - The PropInfo to be imported.
        def - The property definition determined by the importer that calls this method.
        Returns:
        true If the property could be successfully imported; false otherwise.
        Throws:
        RepositoryException - If an error occurs.
      • handlePropInfo

        boolean handlePropInfo​(NodeState parent,
                               PropInfo protectedPropInfo,
                               QPropertyDefinition def)
                        throws RepositoryException
        Handles a single protected property.
        Parameters:
        parent - The affected parent node.
        protectedPropInfo - The PropInfo to be imported.
        def - The property definition determined by the importer that calls this method.
        Returns:
        true If the property could be successfully imported; false otherwise.
        Throws:
        RepositoryException - If an error occurs.