mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
. Minor fix to search services in JavaScript API
. Some javadoc improvements git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2785 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,7 +27,9 @@ import org.alfresco.web.app.Application;
|
||||
import org.alfresco.web.bean.repository.Repository;
|
||||
|
||||
/**
|
||||
* Execute Script command implementation
|
||||
* Execute Script command implementation.
|
||||
* <p>
|
||||
* Executes the supplied script against the default data-model.
|
||||
*
|
||||
* @author Kevin Roast
|
||||
*/
|
||||
|
@@ -32,6 +32,10 @@ import org.alfresco.web.app.Application;
|
||||
import org.alfresco.web.bean.repository.User;
|
||||
|
||||
/**
|
||||
* Script command processor implementation.
|
||||
* <p>
|
||||
* Responsible for executing 'execute' script commands on a Node.
|
||||
*
|
||||
* @author Kevin Roast
|
||||
*/
|
||||
public final class ScriptCommandProcessor implements CommandProcessor
|
||||
|
Reference in New Issue
Block a user