Built-in Automation Validator plugins
Esta página aún no está disponible en tu idioma.
| Name | Apply at | Parameters | Description | Restriction |
|---|---|---|---|---|
| ContainsFolder | Post | Folder name | Valid when the node path contains a folder name. The value of the parameter folder name is test. Node with path /okm:root/folder1 triggered the event.. the folder /okm:root/folder1/test exists ,then the validation return is valid. The value of the parameter folder name is test. Node with path /okm:root/folder1 triggered the event.. A folder /okm:root/folder1/test doesn’t exist, then the validation return is not valid. |
Only applicable to folders. |
| HasCategory | Post | |||
| HasKeyword | Post | Keyword name | Valid when the node path has a keyword with the same name assigned. | Applicable to all node types. |
| HasPropertyGroup | Post | Metadata group name | Valid when the node path has a metadata group with the same name assigned. | Applicable to all node types. |
| HasPropertyGroupValue | Post | Metadata field name Metadata field value |
Valid when the node path has a metadata group field with the same value assigned. | Applicable to all node types. |
| NameContains | Post | Name | Valid when the node name contains the name value into. The value of the parameter name is test. Node with path /okm:root/folder/sometest triggered the event. Folder sometest contains the value test ,then the validation return is valid. The value of the parameter name is test. Node with path /okm:root/folder/somefolder triggered the event. Folder somefolder does not contains the value test ,then the validation return is not valid. |
Applicable to all node types. |
| PathContains | Post | Path | Valid when the node path starts with a path. The value of the parameter path is /okm:root/folder1. Node with path /okm:root/folder1/test/temporary triggered the event. /okm:root/folder1/test/temporary starts with path /okm:root/folder1 ,then the validation return is valid. The value of the parameter path is /okm:root/folder1. Node with path /okm:root/test/temporary triggered the event. /okm:root/test/temporary does not start with path /okm:root/folder1 ,then the validation return is not valid. |
Applicable to all node types. |