Runtime uses WriterDebugTrack
Table of Contents
Methods
- getCurrentWorkflowId() : string|null
- getTarget() : BaseTarget
- onDocumentAdd() : void
- Document creation handler.
- onDocumentMove() : void
- Document moving handler.
- onDocumentStatusChanged() : void
- Document status changed handler.
- onFieldsChanged() : mixed
- runDocumentStatus() : string|null
- setTarget() : mixed
Methods
getCurrentWorkflowId()
public
getCurrentWorkflowId() : string|null
Return values
string|nullgetTarget()
public
getTarget() : BaseTarget
Tags
Return values
BaseTargetonDocumentAdd()
Document creation handler.
public
onDocumentAdd([Context|null $context = null ]) : void
Parameters
- $context : Context|null = null
Tags
onDocumentMove()
Document moving handler.
public
onDocumentMove() : void
onDocumentStatusChanged()
Document status changed handler.
public
onDocumentStatusChanged() : void
Tags
onFieldsChanged()
public
onFieldsChanged(array<string|int, mixed> $changes) : mixed
Parameters
- $changes : array<string|int, mixed>
runDocumentStatus()
public
runDocumentStatus([string $preGeneratedWorkflowId = null ]) : string|null
Parameters
- $preGeneratedWorkflowId : string = null
Return values
string|nullsetTarget()
public
setTarget(BaseTarget $target) : mixed
Parameters
- $target : BaseTarget