. 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:
Kevin Roast
2006-05-08 09:42:34 +00:00
parent ac24ab9373
commit d0548daf0e
2 changed files with 7 additions and 1 deletions

View File

@@ -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
*/

View File

@@ -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