AuthenticationUtils.startSession(ALFRESCO_USERNAME, ALFRESCO_PASSWORD);
UpdateResult[] result = null;
ParentReference companyHomeParent =
new ParentReference(STORE, null, "/app:company_home", Constants.ASSOC_CONTAINS, null);
String name = "testdata";
companyHomeParent.setChildName("{"+Constants.NAMESPACE_CONTENT_MODEL +"}" + name);
NamedValue[] contentProps = new NamedValue[1];
contentProps[0] = Utils.createNamedValue(Constants.PROP_NAME, name);
CMLCreate create = new CMLCreate("1", companyHomeParent, null, null, null, Constants.TYPE_FOLDER, contentProps);