Class Summary |
CheckId |
Iff the given ID field is not valid the fail-message
or fail-property sub-elements are used to add a message to the error-list. |
CheckPermission |
Iff the user does not have the specified permission the fail-message
or fail-property sub-elements are used to add a message to the error-list. |
CheckPermission.PermissionInfo |
|
IfCompare |
Iff the comparison between the constant and the specified field is true process sub-operations |
IfCompareField |
Iff the comparison between the specified field and the other field is true process sub-operations |
IfEmpty |
Iff the specified field is not empty process sub-operations |
IfHasPermission |
Iff the user has the specified permission, process the sub-operations. |
IfNotEmpty |
Iff the specified field is not empty process sub-operations |
IfRegexp |
Iff the specified field complies with the pattern specified by the regular expression, process sub-operations |
IfValidateMethod |
Iff the validate method returns true with the specified field process sub-operations |