mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge from SEAMIST3
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10733 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -139,7 +139,7 @@ public class CMISMapping
|
||||
|
||||
public static String PROP_CONTENT_STREAM_LENGTH = "CONTENT_STREAM_LENGTH";
|
||||
|
||||
public static String PROP_CONTENT_STREAM_MIMETYPE = "CONTENT_STREAM_MIMETYPE";
|
||||
public static String PROP_CONTENT_STREAM_MIME_TYPE = "CONTENT_STREAM_MIME_TYPE";
|
||||
|
||||
public static String PROP_CONTENT_STREAM_FILENAME = "CONTENT_STREAM_FILENAME";
|
||||
|
||||
@@ -664,6 +664,10 @@ public class CMISMapping
|
||||
{
|
||||
return ContentModel.TYPE_FOLDER;
|
||||
}
|
||||
else if (tableName.equals(RELATIONSHIP_TYPE_ID.getTypeId()))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Find prefix and property name - in upper case
|
||||
|
||||
|
Reference in New Issue
Block a user