Interface MetadataService

    • Method Detail

      • getMetadata

        Metadata getMetadata​(org.uberfire.backend.vfs.Path resource)
      • getTags

        List<String> getTags​(org.uberfire.backend.vfs.Path resource)
      • setUpAttributes

        Map<String,​Object> setUpAttributes​(org.uberfire.backend.vfs.Path path,
                                                 Metadata metadata)
      • saveMetadata

        org.uberfire.backend.vfs.Path saveMetadata​(org.uberfire.backend.vfs.Path path,
                                                   Metadata metadata,
                                                   String comment)
        Only saves the Metadata for an asset.
        Parameters:
        path - Path to the file that the metadata belongs to
        metadata - Actual metadata to be saved.
        comment - Commit comment.
        Returns: