Serialized Form
-
Package org.exoplatform.task.domain
-
Class org.exoplatform.task.domain.LabelTaskMapping
class LabelTaskMapping extends Object implements Serializable
-
-
Package org.exoplatform.task.dto
-
Class org.exoplatform.task.dto.ChangeLogEntry
class ChangeLogEntry extends Object implements Serializable-
Serialized Fields
-
actionName
String actionName
-
author
String author
-
authorAvatarUrl
String authorAvatarUrl
-
authorFullName
String authorFullName
-
createdTime
long createdTime
-
external
boolean external
-
id
long id
-
isTargetFullNameExternal
boolean isTargetFullNameExternal
-
target
String target
-
targetFullName
String targetFullName
-
task
Task task
-
-
-
Class org.exoplatform.task.dto.CommentDto
class CommentDto extends Object implements Serializable-
Serialized Fields
-
author
String author
-
comment
String comment
-
createdTime
Date createdTime
-
id
long id
-
mentionedUsers
Set<String> mentionedUsers
-
parentComment
CommentDto parentComment
-
subComments
List<CommentDto> subComments
-
task
TaskDto task
-
-
-
Class org.exoplatform.task.dto.LabelDto
class LabelDto extends Object implements Serializable -
Class org.exoplatform.task.dto.LabelTaskMappingDto
class LabelTaskMappingDto extends Object implements Serializable -
Class org.exoplatform.task.dto.ProjectDto
class ProjectDto extends Object implements Serializable-
Serialized Fields
-
children
List<ProjectDto> children
-
color
String color
-
description
String description
-
dueDate
Date dueDate
-
hiddenOn
Set<UserSetting> hiddenOn
-
id
long id
-
lastModifiedDate
Long lastModifiedDate
-
manager
Set<String> manager
-
name
String name
-
parent
ProjectDto parent
-
participator
Set<String> participator
-
spaceName
String spaceName
-
status
Set<StatusDto> status
-
-
-
Class org.exoplatform.task.dto.StatusDto
class StatusDto extends Object implements Serializable -
Class org.exoplatform.task.dto.TaskDto
class TaskDto extends Object implements Serializable-
Serialized Fields
-
activityId
String activityId
-
assignee
String assignee
-
completed
boolean completed
-
context
String context
-
coworker
Set<String> coworker
-
createdBy
String createdBy
-
createdTime
Date createdTime
-
description
String description
-
dueDate
Date dueDate
-
endDate
Date endDate
-
id
long id
-
priority
Priority priority
-
rank
int rank
-
startDate
Date startDate
-
status
StatusDto status
-
title
String title
-
watcher
Set<String> watcher
-
-
-
Class org.exoplatform.task.dto.UserSettingDto
class UserSettingDto extends Object implements Serializable
-
-
Package org.exoplatform.task.exception
-
Exception org.exoplatform.task.exception.AbstractEntityException
class AbstractEntityException extends Exception implements Serializable -
Exception org.exoplatform.task.exception.EntityNotFoundException
class EntityNotFoundException extends AbstractEntityException implements Serializable -
Exception org.exoplatform.task.exception.NotAllowedOperationOnEntityException
class NotAllowedOperationOnEntityException extends AbstractEntityException implements Serializable-
Serialized Fields
-
operation
String operation
-
-
-
Exception org.exoplatform.task.exception.ParameterEntityException
class ParameterEntityException extends AbstractEntityException implements Serializable -
Exception org.exoplatform.task.exception.UnAuthorizedOperationException
class UnAuthorizedOperationException extends AbstractEntityException implements Serializable- serialVersionUID:
- 7126673054549264999L
-
Serialized Fields
-
message
String message
-
-