| Modifier and Type | Method and Description |
|---|---|
void |
TaskQuery.setStatus(StatusDto status) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusDto.clone() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StatusRestService.updateStatus(long statusId,
StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StatusRestService.addStatus(List<StatusDto> status) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusService.createStatus(ProjectDto project,
String status) |
StatusDto |
StatusService.createStatus(ProjectDto project,
String status,
int rank) |
StatusDto |
StatusService.getDefaultStatus(long projectId)
Return the default status of the project which is ideally the first step in the project workflow.
|
StatusDto |
StatusService.getStatus(long statusId)
Return the
Status with given statusId. |
StatusDto |
StatusService.updateStatus(long statusId,
String statusName) |
StatusDto |
StatusService.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusDto> |
StatusService.getStatuses(long projectId)
Return the list of statuses from a project with given
projectId. |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusService.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusServiceImpl.createStatus(ProjectDto project,
String name) |
StatusDto |
StatusServiceImpl.createStatus(ProjectDto project,
String name,
int rank) |
StatusDto |
StatusServiceImpl.getDefaultStatus(long projectId) |
StatusDto |
StatusServiceImpl.getStatus(long statusId) |
StatusDto |
StatusServiceImpl.updateStatus(long id,
String name) |
StatusDto |
StatusServiceImpl.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusDto> |
StatusServiceImpl.getStatuses(long projectId) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusServiceImpl.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusStorage.createStatus(ProjectDto project,
String status) |
StatusDto |
StatusStorage.createStatus(ProjectDto project,
String status,
int rank) |
StatusDto |
StatusStorage.getDefaultStatus(long projectId)
Return the default status of the project which is ideally the first step in
the project workflow.
|
StatusDto |
StatusStorage.getStatus(long statusId)
Return the
Status with given statusId. |
StatusDto |
StatusStorage.statusToDTO(Status status) |
StatusDto |
StatusStorage.updateStatus(long statusId,
String statusName) |
StatusDto |
StatusStorage.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusDto> |
StatusStorage.getStatuses(long projectId)
Return the list of statuses from a project with given
projectId. |
List<StatusDto> |
StatusStorage.listStatusToDTOs(List<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusStorage.statusToEntity(StatusDto statusDto) |
StatusDto |
StatusStorage.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusStorage.listStatusToEntitys(List<StatusDto> status) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusStorageImpl.createStatus(ProjectDto project,
String status) |
StatusDto |
StatusStorageImpl.createStatus(ProjectDto project,
String status,
int rank) |
StatusDto |
StatusStorageImpl.getDefaultStatus(long projectId) |
StatusDto |
StatusStorageImpl.getStatus(long statusId) |
StatusDto |
StatusStorageImpl.statusToDTO(Status status) |
StatusDto |
StatusStorageImpl.updateStatus(long statusId,
String statusName) |
StatusDto |
StatusStorageImpl.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusDto> |
StatusStorageImpl.getStatuses(long projectId) |
List<StatusDto> |
StatusStorageImpl.listStatusToDTOs(List<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusStorageImpl.statusToEntity(StatusDto statusDto) |
StatusDto |
StatusStorageImpl.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusStorageImpl.listStatusToEntitys(List<StatusDto> status) |
| Modifier and Type | Method and Description |
|---|---|
static TaskQuery |
TaskUtil.buildTaskQuery(TaskQuery query,
String keyword,
List<Long> searchLabelIds,
StatusDto status,
TaskUtil.DUE dueDate,
Priority priority,
List<String> searchAssignee,
Boolean showCompleted,
TimeZone timezone) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.