Studio Developer Manual / Version 2406.0
Table Of ContentsSeveral operations on content can be implemented on the server side using the Unified API from Java. Especially, you may want to place restrictions on the content that is stored in your repository. This may be achieved by pointing the editors to invalid content, by normalizing content during writes or by inhibiting writes that violate your constraints.
Section 9.21.1, “Validators” describes how to add validation for values stored in the content repository.
Section 9.21.2, “Intercepting Write Requests” describes how to modify writes before they are executed.
Section 9.21.3, “Immediate Validation” describes how to inhibit undesirable writes.
Section 9.21.4, “Post-processing Write Requests” describes how to take additional action after a write has been completed.