public interface NoteTemplatePropertiesValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String templateId,
Map<String,Object> templatePropertiesJSON)
Validates the template properties for the template identified by the given ID.
|
void validate(String templateId, Map<String,Object> templatePropertiesJSON) throws NoteTemplatePropertiesValidationException
templateId - the ID of the template definition for which the properties should be validatedtemplatePropertiesJSON - the JSON object, as nested map, holding the properties that should be validated,
can be nullNoteTemplatePropertiesValidationException - in case the validation failedCopyright © 2019 Communote team. All rights reserved.