diff --git a/application/datamodel.application.xml b/application/datamodel.application.xml index af2e09368..0474b4787 100644 --- a/application/datamodel.application.xml +++ b/application/datamodel.application.xml @@ -242,7 +242,9 @@ The object can be modified.]]> Check to write AddCheckIssue() to signal an issue.]]> +Call $this->AddCheckIssue($sErrorMessage) to report a blocking issue +Call $this->AddCheckWarning($sWarningMessage) to display a warning + ]]> cmdbAbstractObject @@ -292,7 +294,7 @@ The modifications can be propagated to other objects.]]> Check to delete AddDeleteIssue() to signal an issue.]]> +Call $this->AddDeleteIssue($sIssueMessage) to signal an issue.]]> cmdbAbstractObject @@ -456,7 +458,7 @@ The only action allowed is to deny transitions with $this->DenyTransition()]]> Set attributes flags AddAttributeFlags() for all the attributes to be set for this target state.]]> +Call $this->AddAttributeFlags($sAttCode, $iFlags) for all the attributes to be set for this target state.]]> cmdbAbstractObject @@ -478,7 +480,7 @@ Call $this->AddAttributeFlags() for all the attributes to be set for this target Set initial attributes flags AddInitialAttributeFlags() for all the initial attributes to be set initially.]]> +Call $this->AddInitialAttributeFlags($sAttCode, $iFlags) for all the initial attributes to be set initially.]]> cmdbAbstractObject