Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Processes the fields recursively.
Syntax
protected Set fieldsRecursive(
boolean _includeNonSavedFields,
boolean _includeInheritedFields,
Set _overriddenFields,
boolean _includeIndividualArrayFields)
Run On
Called
Parameters
- _includeNonSavedFields
Type: boolean
A Boolean value that indicates whether the non-saved fields will be checked.
- _includeInheritedFields
Type: boolean
A Boolean value that indicates whether the inherited fields will be checked.
- _overriddenFields
Type: Set Class
The overridden fields.
- _includeIndividualArrayFields
Type: boolean
Return Value
Type: Set Class
The set of fields that results from the check.