BaseActivity extends CBPActivity
AbstractYes
Table of Contents
Methods
- __get() : mixed
- execute() : mixed
- getPropertiesDialog() : mixed
- getPropertiesDialogMap() : array<string|int, mixed>
- getPropertiesDialogValues() : bool
- renderPropertiesDialog() : mixed
- validateProperties() : mixed
Methods
__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
execute()
public
execute() : mixed
getPropertiesDialog()
public
static getPropertiesDialog(mixed $documentType, mixed $activityName, mixed $workflowTemplate, mixed $workflowParameters, mixed $workflowVariables[, mixed $currentValues = null ][, mixed $formName = '' ][, mixed $popupWindow = null ][, mixed $siteId = '' ]) : mixed
Parameters
- $documentType : mixed
- $activityName : mixed
- $workflowTemplate : mixed
- $workflowParameters : mixed
- $workflowVariables : mixed
- $currentValues : mixed = null
- $formName : mixed = ''
- $popupWindow : mixed = null
- $siteId : mixed = ''
getPropertiesDialogMap()
public
static getPropertiesDialogMap([PropertiesDialog|null $dialog = null ]) : array<string|int, mixed>
Parameters
- $dialog : PropertiesDialog|null = null
Return values
array<string|int, mixed>getPropertiesDialogValues()
public
static getPropertiesDialogValues(mixed $documentType, mixed $activityName, mixed &$workflowTemplate, mixed &$workflowParameters, mixed &$workflowVariables, mixed $currentValues, mixed &$errors) : bool
Parameters
- $documentType : mixed
- $activityName : mixed
- $workflowTemplate : mixed
- $workflowParameters : mixed
- $workflowVariables : mixed
- $currentValues : mixed
- $errors : mixed
Return values
boolrenderPropertiesDialog()
public
static renderPropertiesDialog(PropertiesDialog $dialog) : mixed
Parameters
- $dialog : PropertiesDialog
validateProperties()
public
static validateProperties([mixed $testProperties = [] ][, CBPWorkflowTemplateUser $user = null ]) : mixed
Parameters
- $testProperties : mixed = []
- $user : CBPWorkflowTemplateUser = null