Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
OpenCMIS 0.9.0 beta 1
-
None
-
None
Description
Currently this is true:
repository.getCapabilities().getChangesCapability() == null ||
repository.getCapabilities().getChangesCapability() == CapabilityChanges.NONE
Needs to be false, so that the repository can be modified.
Has implemented the org.apache.chemistry.opencmis.jcr.JcrService#getContentChanges(..) method