Class TaskServiceImpl

    • Constructor Detail

      • TaskServiceImpl

        public TaskServiceImpl()
    • Method Detail

      • list

        public List<? extends Task> list()
        List tasks
        Specified by:
        list in interface TaskService
        Returns:
        a list of tasks.
      • list

        public List<? extends Task> list​(Map<String,​String> filteringParams)
        List tasks filtering by parameters. Use these parameters to do pagination as described in http://developer.openstack.org/api-ref/image/v2/index.html#list-tasks
        Specified by:
        list in interface TaskService
        Returns:
        a list of tasks
      • get

        public Task get​(String taskId)
        Show details for a task.
        Specified by:
        get in interface TaskService
        Returns:
        a specific task