Class RepositoryDataItem


  • public class RepositoryDataItem
    extends DataItem
    Author:
    mederly
    • Field Detail

      • typeName

        @NotNull
        protected final QName typeName
      • itemPath

        @NotNull
        protected final ItemPath itemPath
    • Constructor Detail

      • RepositoryDataItem

        public RepositoryDataItem​(@NotNull
                                  QName typeName,
                                  @NotNull
                                  ItemPath itemPath)
    • Method Detail

      • getTypeName

        @NotNull
        public QName getTypeName()
      • getItemPath

        @NotNull
        public ItemPath getItemPath()
      • matches

        public boolean matches​(@NotNull
                               QName typeName,
                               @NotNull
                               ItemPath path)