Property Definitions Retrieval

Retrieves property definitions and property validation rules, and validates and sets their values.

Syntax

List<PropertyDefinition2VO> getPropertyDefinitions() throws SUPAdminException;

List<PropertyValidationRuleVO> getPropertyValidationRules() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples