Interface EffectiveNodeTypeItem

    • Method Detail

      • getName

        String getName()
        Returns:
        A qualified JCR Item definition name or "*" when this Item represents a residual definition
        See Also:
        ItemDefinition.getName()
      • getDefiningType

        String getDefiningType()
        Returns:
        The NodeType name which defines this item, which not necessarily is the same as the containing (aggregated or effective) NodeType.
        See Also:
        ItemDefinition.getDeclaringNodeType()
      • getType

        String getType()
        Returns:
        The type of this item, corresponding to a Property item requiredType or the list of required primary type names as [,...] for a Child item
      • isResidual

        boolean isResidual()
        Returns:
        True if this item represents a residual child or property definition (when name == "*")