04-01-2011 04:23 AM
04-01-2011 05:16 AM
webscript:
{
method: Alfresco.util.Ajax.POST,
stem: Alfresco.constants.PROXY_URI + "api/",
name: "actionQueue"
},
config:
{
requestContentType: Alfresco.util.Ajax.JSON,
dataObj:
{
actionedUponNode: asset.nodeRef,
actionDefinitionName: "accept-simpleworkflow"
}
}
04-01-2011 08:34 AM
04-01-2011 10:48 AM
webscript : {
method : Alfresco.util.Ajax.POST,
stem : Alfresco.constants.PROXY_URI + "api/",
name : "actionQueue"
},
part.04-11-2011 12:54 PM
config : {
requestContentType : Alfresco.util.Ajax.JSON,
dataObj : {
actionedUponNode : file.nodeRef,
actionDefinitionName : "change-value-from-field-content",
Field-To-Get-value-From : "XXX",
Add-Or-Remove: true,
Name-Of-Value-To-Change: "YYY"
}
protected void executeImpl(Action action, NodeRef actionedUponNodeRef) {
function was passed as actionedUponNode ….. and changing that to actionedUponNodeRef results in a failure…04-13-2011 03:58 AM
GetMethod getGETMethod(String servicePath, List<WebscriptParam> params)
and
PostMethod getPOSTMethod(String servicePath, List<WebscriptParam> params)
in alfresco-src\HEAD\root\modules\wcmquickstart\wcmquickstartclientapi\source\java\org\alfresco\wcm\client\impl\WebScriptCallerImpl.java but did not get much further.01-07-2014 12:18 PM
04-06-2015 09:58 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.