mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/CMIS0_61 to HEAD (part 1)
13973 Replace CMIS XSDs / Sample XML files with 0.6 versions. - fix issues with some of the samples - CMISSchemaTest passes 13981 AtomPub binding complies with CMIS v0.6 XSDs and Namepaces. - Tests passing 13982 Running list of implemented changes between CMIS v0.5 and v0.6 13986 AtomPub binding comply with CMIS v0.6 data model & API (part 1) - Tests are passing git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14172 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -76,27 +76,6 @@ public interface CMISPropertyDefinition
|
||||
*/
|
||||
public CMISCardinalityEnum getCardinality();
|
||||
|
||||
/**
|
||||
* For variable length properties, get the maximum length allowed. Unsupported.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public int getMaximumLength();
|
||||
|
||||
/**
|
||||
* For properties of type CMISPropertyType.XML the schema to which the property must conform. Unsupported
|
||||
*
|
||||
* @return - the schema URI
|
||||
*/
|
||||
public String getSchemaURI();
|
||||
|
||||
/**
|
||||
* For properties of type CMISPropertyType.XML the encoding used for the property value
|
||||
*
|
||||
* @return the encoding
|
||||
*/
|
||||
public String getEncoding();
|
||||
|
||||
/**
|
||||
* Get the choices available as values for this property TODO: not implemented yet
|
||||
*
|
||||
@@ -145,7 +124,28 @@ public interface CMISPropertyDefinition
|
||||
* @return
|
||||
*/
|
||||
public boolean isOrderable();
|
||||
|
||||
/**
|
||||
* For variable length properties, get the maximum length allowed. Unsupported.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public int getMaximumLength();
|
||||
|
||||
/**
|
||||
* For properties of type CMISPropertyType.XML the schema to which the property must conform. Unsupported
|
||||
*
|
||||
* @return - the schema URI
|
||||
*/
|
||||
public String getSchemaURI();
|
||||
|
||||
/**
|
||||
* For properties of type CMISPropertyType.XML the encoding used for the property value
|
||||
*
|
||||
* @return the encoding
|
||||
*/
|
||||
public String getEncoding();
|
||||
|
||||
/**
|
||||
* Gets the property accessor (for reading / writing values)
|
||||
*
|
||||
|
Reference in New Issue
Block a user