Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Functions - Validate and Control User Input
These are functions that Enterprise Architect calls to validate and control user input. For each function a set of objects is filled.
Function |
Action |
Return Value |
||||
---|---|---|---|---|---|---|
AllowPhaseUpdate(
|
Validate a change a user has made to a phase |
|
||||
AllowStatusUpdate(
|
Validate a change a user has made to a status |
|||||
AllowTagUpdate(
|
Validate a change a user has made to a Tagged Value |
|||||
AllowVersionUpdate(
|
Validate a change a user has made to a version |
|||||
CanEditPhase() |
Enable or disable the control for editing a phase
|
|
||||
CanEditStatus() |
Enable or disable the control for editing a status
|
|||||
CanEditTag(
|
Enable or disable the control for editing a Tagged Value |
|||||
CanEditVersion() |
Enable or disable the control for editing a version
|
|||||
OnPreNewElement(
|
Allow or disallow the creation of the specified element. |
|
||||
OnPreNewConnector(
|
Allow or disallow the creation of the specified connector. |
|||||
PreAllowPhaseUpdate(
|
Determine what information is required to validate this change |
Semi-colon separated list of additional data required in order to validate this change. Supported Data Type: Tests - fill the Tests array in the WorkflowContext object. |
||||
PreAllowStatusUpdate(
|
||||||
PreAllowTagUpdate(TagName,
|
||||||
PreAllowVersionUpdate(
|
Learn more