Class MapScopeAdapter

    • Method Detail

      • getId

        public String getId()
        Description copied from interface: Scope
        Returns the unique identifier for this instance.
        Returns:
        the unique identifier for this instance
      • getName

        public String getName()
        Description copied from interface: Scope
        Returns the name of this scope.
        Returns:
        the name of this scope
      • setName

        public void setName​(String name)
        Description copied from interface: Scope
        Sets a name for this scope. The name must be unique.
        Parameters:
        name - the name of this scope
      • getDisplayName

        public String getDisplayName()
        Description copied from interface: Scope
        Returns the end user friendly name for this scope. If not defined, value for Scope.getName() is returned.
        Returns:
        the friendly name for this scope
      • setDisplayName

        public void setDisplayName​(String name)
        Description copied from interface: Scope
        Sets an end user friendly name for this scope.
        Parameters:
        name - the name of this scope
      • getIconUri

        public String getIconUri()
        Description copied from interface: Scope
        Returns an icon URI for this scope.
        Returns:
        a uri for an icon
      • setIconUri

        public void setIconUri​(String iconUri)
        Description copied from interface: Scope
        Sets an icon URI for this scope.
      • getResourceServer

        public ResourceServer getResourceServer()
        Description copied from interface: Scope
        Returns the ResourceServer instance to where this scope belongs to.
        Returns: