SAIL-307 : Changes in the action and condition definitions

1. parameters on simple-workflow actin made mandatory as requested
2. major version and version description parameters added to create-version action
3. shortened action and condition labels
4. did not remove encoding from import action but have made it optional.  Defaults to UTF-8 if not set.
5. text parameter now optional on mail action
6. no action taken 
7. no action taken .. dont want to upset current default operation behaviour
8. operator assumed to be equals for mimetype comparison so operation removed from parameter list




git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18743 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2010-02-22 01:12:55 +00:00
parent 904d6dd314
commit 371b920e8f
7 changed files with 89 additions and 36 deletions

View File

@@ -68,7 +68,7 @@ public class ExecuteAllRulesActionExecuterTest extends BaseSpringTest
private final static String ID = GUID.generate();
/**
* Called at the begining of all tests
* Called at the beginning of all tests
*/
@Override
protected void onSetUpInTransaction() throws Exception