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
WebDAVServerException
void postFileUpdated(java.lang.String siteId, java.lang.String tenantDomain, org.alfresco.service.cmr.model.FileInfo contentNodeInfo) throws WebDAVServerException
WebDAVServerException
void postFileDeleted(java.lang.String siteId, java.lang.String tenantDomain, java.lang.String parentPath, org.alfresco.service.cmr.model.FileInfo contentNodeInfo) throws WebDAVServerException
WebDAVServerException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.