| Constructor and Description |
|---|
MetadataPipe() |
| Modifier and Type | Method and Description |
|---|---|
<T extends UGC> |
process(T ugc,
Map<String,Object> params)
Process the given ugc in to the pipeline
|
public <T extends UGC> void process(T ugc, Map<String,Object> params) 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 executionCopyright © 2019 CrafterCMS. All Rights Reserved.