Interface ActivityTask<T>

All Known Implementing Classes:
PostActivityTask, TopicActivityTask

public interface ActivityTask<T>
Created by The eXo Platform SAS Author : thanh_vucong thanh_vucong@exoplatform.com Jan 9, 2013
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end(T ctx)
     
    org.exoplatform.social.core.activity.model.ExoSocialActivity
    execute(T ctx)
     
    void
    start(T ctx)
     
  • Method Details

    • start

      void start(T ctx)
    • execute

      org.exoplatform.social.core.activity.model.ExoSocialActivity execute(T ctx)
    • end

      void end(T ctx)