ChangedTaskStatus
FinalYes
Table of Contents
Properties
- $documentId : array<string|int, mixed>
- $entityId : int
- $entityTypeId : int
- $isFullyCompleted : bool
- $isPartiallyCompleted : bool
- $isPartiallyUnCompleted : bool
- $status : int
- $statusName : string
- $task : Task
- $users : array<string|int, mixed>
- $usersAdded : array<string|int, mixed>
- $usersRemoved : array<string|int, mixed>
- $workflow : Workflow
Methods
- createFromRequest() : self|null
Properties
$documentId read-only
public
array<string|int, mixed>
$documentId
$entityId read-only
public
int
$entityId
$entityTypeId read-only
public
int
$entityTypeId
$isFullyCompleted read-only
public
bool
$isFullyCompleted
$isPartiallyCompleted read-only
public
bool
$isPartiallyCompleted
$isPartiallyUnCompleted read-only
public
bool
$isPartiallyUnCompleted
$status read-only
public
int
$status
$statusName read-only
public
string
$statusName
$task read-only
public
Task
$task
$users read-only
public
array<string|int, mixed>
$users
$usersAdded read-only
public
array<string|int, mixed>
$usersAdded
$usersRemoved read-only
public
array<string|int, mixed>
$usersRemoved
$workflow read-only
public
Workflow
$workflow
Methods
createFromRequest()
public
static createFromRequest(TaskStatusChangedDto $request) : self|null
Parameters
- $request : TaskStatusChangedDto