|
Method Summary | ||
void |
postActivity(String activityType, String siteId, String appTool, NodeRef nodeRef) Post a pre-defined activity type - certain activity data will be looked-up asynchronously, including: name (of nodeRef) displayPath typeQName firstName (of posting user) lastName (of posting user) |
|
void |
postActivity(String activityType, String siteId, String appTool, NodeRef nodeRef, String beforeName) Post a pre-defined activity type - eg. |
|
void |
postActivity(String activityType, String siteId, String appTool, NodeRef nodeRef, String name, QName typeQName, NodeRef parentNodeRef) Post a pre-defined activity type - eg. |
|
void |
postActivity(String activityType, String siteId, String appTool, String jsonActivityData) Post a custom activity type |
|
void |
postActivity(String activityType, String siteId, String appTool, String jsonActivityData, org.alfresco.repo.Client client) Post a custom activity type |
|
void |
postActivity(String activityType, String siteId, String appTool, String jsonActivityData, org.alfresco.repo.Client client, FileInfo contentNodeInfo) Post a custom activity type |
|
void |
postActivity(String activityType, String siteId, String appTool, String jsonActivityData, String userId) Post a custom activity type |
|