08-18-2008 11:42 AM
01-21-2009 11:29 AM
01-22-2009 03:45 PM
How can I manually set major version for a docu. I want to check out a docu from the service, then check the docu with major version and new content in the service.
03-30-2010 11:34 AM
import org.alfresco.service.cmr.version.VersionType;
import org.alfresco.repo.version.VersionModel;
…
NamedValue[] comments = new NamedValue[]{
Utils.createNamedValue("description", "update"),Utils.createNamedValue(VersionModel.PROP_VERSION_TYPE, VersionType.MAJOR.toString())};
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.