Package org.alfresco.repo.webdav
Interface ActivityPostProducer
-
- All Known Implementing Classes:
DeleteMethod
,MkcolMethod
,PostMethod
,PutMethod
public interface ActivityPostProducer
WebDAVMethods that are able to post activity data must implement this interface in order that the CloudWebDAVServlet will supply the object with an ActivityPoster collaborator.- Author:
- Matt Ward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setActivityPoster(WebDAVActivityPoster activityPoster)
-
-
-
Method Detail
-
setActivityPoster
void setActivityPoster(WebDAVActivityPoster activityPoster)
-
-