Class Folder

    • Constructor Detail

      • Folder

        public Folder()
    • Method Detail

      • setTitle

        public void setTitle​(String title)
      • setDescription

        public void setDescription​(String description)
      • setParent

        public void setParent​(URI parent)
      • getSubfolders

        @OslcPropertyDefinition("http://jazz.net/ns/rm/navigation#subfolders")
        public URI getSubfolders()
        Returns the URI of a query that can be executed to obtain the list of subfolders.

        The list of subfolders can be queried with the following code:

         Collection<Folder> subfolders = new GetResources<Folder>(client, parentFolder.getSubfolders(), JazzRmNavigation.EntityTypes.FOLDER).get();
         
        Returns:
        the URI of a query that can be executed to obtain the list of subfolders.
        See Also:
        GetResources
      • setSubfolders

        public void setSubfolders​(URI subfolders)
      • getServiceProvider

        @OslcDescription("The scope of a resource is a URI for the resource\'s OSLC Service Provider.")
        @OslcPropertyDefinition("http://open-services.net/ns/core#serviceProvider")
        @OslcRange("http://open-services.net/ns/core#ServiceProvider")
        @OslcTitle("Service Provider")
        public URI getServiceProvider()
      • setServiceProvider

        public void setServiceProvider​(URI serviceProvider)