Interface MetadataDraft


  • public interface MetadataDraft
    Draft metadata, hosted by import containers to represent graph metadata. Processors will process this metadata and set it to the workspace's metadata.

    Use the provided builder to create a new instance:

    MetadataDraft.builder().setDescription("desc").setTitle("title").build()
    Author:
    Mathieu Bastian
    See Also:
    ContainerLoader, Workspace.getWorkspaceMetadata()
    • Method Detail

      • getTitle

        String getTitle()
        Returns the graph title.
        Returns:
        graph title or null if not set
      • getDescription

        String getDescription()
        Returns the graph description.
        Returns:
        graph description or null if not set