public interface ActivityPoster
| Modifier and Type | Method and Description |
|---|---|
void |
postFileAdded(java.lang.String siteId,
java.lang.String tenantDomain,
org.alfresco.service.cmr.model.FileInfo contentNodeInfo) |
void |
postFileDeleted(java.lang.String siteId,
java.lang.String tenantDomain,
java.lang.String parentPath,
org.alfresco.service.cmr.model.FileInfo contentNodeInfo) |
void |
postFileUpdated(java.lang.String siteId,
java.lang.String tenantDomain,
org.alfresco.service.cmr.model.FileInfo contentNodeInfo) |
void postFileAdded(java.lang.String siteId,
java.lang.String tenantDomain,
org.alfresco.service.cmr.model.FileInfo contentNodeInfo)
throws WebDAVServerException
WebDAVServerExceptionvoid postFileUpdated(java.lang.String siteId,
java.lang.String tenantDomain,
org.alfresco.service.cmr.model.FileInfo contentNodeInfo)
throws WebDAVServerException
WebDAVServerExceptionvoid postFileDeleted(java.lang.String siteId,
java.lang.String tenantDomain,
java.lang.String parentPath,
org.alfresco.service.cmr.model.FileInfo contentNodeInfo)
throws WebDAVServerException
WebDAVServerExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.