updatebility.add(Updatability.READWRITE);
updatebility.add(Updatability.WHENCHECKEDOUT);
getBinding().getVersioningService().checkIn(getRepositoryId(), objectIdHolder, major,
of.convertProperties(properties, getType(), updatebility), of.convertContentStream(contentStream),
checkinComment, of.convertPolicies(policies), of.convertAces(addAces), of.convertAces(removeAces),
null);
newObjectId = objectIdHolder.getValue();
} finally {
readUnlock();