public class ActivityPosterImpl extends Object implements WebDAVActivityPoster
WebDAVActivityPoster
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
ActivityPosterImpl()
Default constructor.
|
ActivityPosterImpl(String appTool,
ActivityPoster poster)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
postFileFolderAdded(String siteId,
String tenantDomain,
String path,
FileInfo nodeInfo) |
void |
postFileFolderDeleted(String siteId,
String tenantDomain,
String parentPath,
FileInfo parentNodeInfo,
FileInfo nodeInfo) |
void |
postFileFolderUpdated(String siteId,
String tenantDomain,
FileInfo nodeInfo) |
void |
setAppTool(String appTool) |
void |
setPoster(ActivityPoster poster) |
public ActivityPosterImpl()
public ActivityPosterImpl(String appTool, ActivityPoster poster)
appTool
- Stringposter
- ActivityPosterpublic void postFileFolderAdded(String siteId, String tenantDomain, String path, FileInfo nodeInfo) throws WebDAVServerException
postFileFolderAdded
in interface WebDAVActivityPoster
path
- the path to the folder or null
for filesWebDAVServerException
public void postFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo) throws WebDAVServerException
postFileFolderUpdated
in interface WebDAVActivityPoster
WebDAVServerException
public void postFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo nodeInfo) throws WebDAVServerException
postFileFolderDeleted
in interface WebDAVActivityPoster
WebDAVServerException
public void setAppTool(String appTool)
public void setPoster(ActivityPoster poster)
Copyright © 2005–2017 Alfresco Software. All rights reserved.