public class TaskServiceImpl extends Object implements TaskService
Constructor and Description |
---|
TaskServiceImpl() |
Modifier and Type | Method and Description |
---|---|
<T extends TaskContainer> |
getDecoratedTaskDefinition(T taskContainer,
long taskId)
Retrieve a
DecoratedTaskDefinition from a given TaskContainer . |
<T extends TaskContainer> |
getDecoratedTaskDefinitions(T taskContainer)
Retrieve a list of all
DecoratedTaskDefinition for a given TaskContainer . |
@NotNull public <T extends TaskContainer> List<DecoratedTaskDefinition<T>> getDecoratedTaskDefinitions(@NotNull T taskContainer)
TaskService
DecoratedTaskDefinition
for a given TaskContainer
.getDecoratedTaskDefinitions
in interface TaskService
taskContainer
- the entity for which to retrieve the task definitions.@NotNull public <T extends TaskContainer> DecoratedTaskDefinition<T> getDecoratedTaskDefinition(@NotNull T taskContainer, long taskId)
TaskService
DecoratedTaskDefinition
from a given TaskContainer
.getDecoratedTaskDefinition
in interface TaskService
taskContainer
- the entity for which to retrieve the task definition.taskId
- The ID of the task to retrieve.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.