| Interface | Description |
|---|---|
| ContentValidator |
Content validator interface.
|
| Errors |
Interface for errors, used by
ContentValidator. |
| Class | Description |
|---|---|
| DoubleCommentingValidator |
Validate if enough time has passed since the visitor's last comment on an item (possibly, the visitor
can only leave one comment ever).
|
| DoubleCommentVotingValidator |
Validate if the user is allow to vote on a comment.
|
| DoubleRatingValidator |
Validate if enough time has passed since the visitor's last rating of an item (possibly, the visitor
can only submit one rating ever).
|
| UGCValidationFacade |
Class that configures at load time the ValidationFacade and can be used to validate
items with the configured validators.
|
| ValidationFacade |
Factory class used to generate instances for configured ContentValidator classes.
|
| Exception | Description |
|---|---|
| ValidationException |
Exception thrown by ContentValidator implementation when the item is not valid.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries