| Constructor and Description |
|---|
ModerationPipe() |
| Modifier and Type | Method and Description |
|---|---|
<T extends UGC> |
process(T ugc)
Process the given ugc in to the pipeline
|
void |
setModerationDecision(ModerationDecision moderationDecision) |
public <T extends UGC> void process(T ugc) throws SocialException
UgcPipeprocess in interface UgcPipeT - Any UGC objectugc - UGC of going thru the pipelineSocialException - If the UGC can't be process. Stops the pipeline executionpublic void setModerationDecision(ModerationDecision moderationDecision)
Copyright © 2015 CrafterCMS. All Rights Reserved.