mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
SDK
- fixes for web service (classdef not found, 40x/Authentication) and jcr samples (mltext datatype conversion) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4988 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,6 +40,7 @@ public class DataTypeMap
|
|||||||
static
|
static
|
||||||
{
|
{
|
||||||
dataTypeToPropertyType.put(DataTypeDefinition.TEXT, PropertyType.STRING);
|
dataTypeToPropertyType.put(DataTypeDefinition.TEXT, PropertyType.STRING);
|
||||||
|
dataTypeToPropertyType.put(DataTypeDefinition.MLTEXT, PropertyType.STRING);
|
||||||
dataTypeToPropertyType.put(DataTypeDefinition.CONTENT, PropertyType.BINARY);
|
dataTypeToPropertyType.put(DataTypeDefinition.CONTENT, PropertyType.BINARY);
|
||||||
dataTypeToPropertyType.put(DataTypeDefinition.INT, PropertyType.LONG);
|
dataTypeToPropertyType.put(DataTypeDefinition.INT, PropertyType.LONG);
|
||||||
dataTypeToPropertyType.put(DataTypeDefinition.LONG, PropertyType.LONG);
|
dataTypeToPropertyType.put(DataTypeDefinition.LONG, PropertyType.LONG);
|
||||||
|
Reference in New Issue
Block a user