Class MetadataPipe

java.lang.Object
org.craftercms.social.services.ugc.pipeline.MetadataPipe
All Implemented Interfaces:
UgcPipe

public class MetadataPipe extends Object implements UgcPipe
Created by cortiz on 5/29/14.
  • Constructor Details

    • MetadataPipe

      public MetadataPipe()
  • Method Details

    • process

      public <T extends UGC> void process(T ugc, Map<String,Object> params) throws SocialException
      Description copied from interface: UgcPipe
      Process the given ugc in to the pipeline
      Specified by:
      process in interface UgcPipe
      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