Class MasterGraph

    • Method Detail

      • getGraphQlTypeName

        public String getGraphQlTypeName()
      • getUri

        public ID getUri()
        The URI of the resource.
      • getLabel

        public String getLabel()
        A human-readable display label.
      • getCreationTimeStamp

        public String getCreationTimeStamp()
        The time stamp that this graph was created (if known).
      • getCreator

        public User getCreator()
        The user who created this graph (if known).
      • getDescription

        public String getDescription()
        A human-readable description of the graph (in the user's preferred language).
      • getGraphType

        public GraphType getGraphType()
        The type of this (master) graph, e.g. Taxonomy.
      • getId

        public String getId()
        The ID of the master graph, as derived from the URI, e.g. "geo".
      • getIsPublished

        public Boolean getIsPublished()
        True if the asset collection has been published.
      • getLastChangeTimeStamp

        public String getLastChangeTimeStamp()
        Gets the time stamp of the most recent known change.
      • getLastChangeUser

        public User getLastChangeUser()
        Returns the user who did the most recent known change.
      • getMainClass

        public _Resource getMainClass()
        The main class, if one has been assigned. This is only supported by some graph types such as reference datasets.
      • getOwlImports

        public List<Graph> getOwlImports()
      • getPermission

        public String getPermission()
        The permission of the current user, with values: "viewer", "editor" or "manager".
      • getSubjectAreas

        public List<_Resource> getSubjectAreas()
        The subject area of a master graph, if one has been assigned.
      • getWorkflowGraph

        public List<WorkflowGraph> getWorkflowGraph()
        Links a master graph to the workflow graphs that the current user can access.
      • getType

        public List<_Resource> getType()
        The types of this MasterGraph
      • getResults

        public List<_ValidationResult> getResults()
        The (validation) results for the surrounding object, e.g. current constraint violations.