Class MetadataPipe
java.lang.Object
org.craftercms.social.services.ugc.pipeline.MetadataPipe
- All Implemented Interfaces:
UgcPipe
Created by cortiz on 5/29/14.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetadataPipe
public MetadataPipe()
-
-
Method Details
-
process
Description copied from interface:UgcPipe
Process the given ugc in to the pipeline- Specified by:
process
in interfaceUgcPipe
- Type Parameters:
T
- Any UGC object- Parameters:
ugc
- UGC of going thru the pipeline- Throws:
SocialException
- If the UGC can't be process. Stops the pipeline execution
-