public class ManualTask extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
actions |
protected Long |
contextEntityId |
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
expiresOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
spaceId |
protected ManualTaskState |
state |
protected Long |
type |
| Constructor and Description |
|---|
ManualTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Long> |
getActions() |
Long |
getContextEntityId()
The context entity ID links the manual task to the entity which caused its creation.
|
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
OffsetDateTime |
getExpiresOn()
The expiry date indicates until when the manual task has to be executed.
|
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Long |
getSpaceId() |
ManualTaskState |
getState() |
Long |
getType()
The type categorizes the manual task.
|
int |
hashCode() |
String |
toString() |
protected Long contextEntityId
protected OffsetDateTime createdOn
protected OffsetDateTime expiresOn
protected Long id
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected Long spaceId
protected ManualTaskState state
protected Long type
public Long getContextEntityId()
public OffsetDateTime getCreatedOn()
public OffsetDateTime getExpiresOn()
public Long getId()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public Long getSpaceId()
public ManualTaskState getState()
public Long getType()
Copyright © 2022. All rights reserved.