Changeset 29492
- Timestamp:
- 01/22/08 00:10:19 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.core/branches/1.4/nuxeo-core-api/src/main/java/org/nuxeo/ecm/core/api/DocumentModel.java
r28347 r29492 600 600 */ 601 601 void setPropertyValue(String xpath, Serializable value) throws PropertyException; 602 603 /** 604 * Returns the flags set on the document model. 605 * 606 * @return 607 */ 608 long getFlags(); 602 609 603 610 }
