virtual qBool ResetRating( ProtocolCallContext * pContext, const qVector< qUnsignedInt64 > & dataIds, const qBool transactional = true, qVector< qResult > * pResults = NULL );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
in | dataIds | Specifies the data ID for which to reset ratings information. |
in | transactional | Set true to process only if all succeed. Set false to delete all, if some processes cannot be carried out. |
out | pResults |
Whether the call was successful. (Can be omitted.) |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Resets the data ratings information and the ratings log in a batch.
Resets all slots being used with the specified data ID. Up to 100 sets of metadata can be batch-processed. The result of processing each data ID specified in dataIds
is returned to pResult
in the same order in which it was specified. pResult
takes only that specified number of results. Only people who have update rights for the targeted data can reset.
CONFIDENTIAL