*/
@Override
public StoredObject checkIn(CallContext context, String repositoryId, Holder<String> objectId,
Acl addAces, Acl removeAces, ExtensionsData extension) {
StoredObject so = super.checkIn(context, repositoryId, objectId, addAces, removeAces, extension);
// StoredObject container = so instanceof DocumentVersion ? ((DocumentVersion)so).getParentDocument() : so;
if (null != addAces || null != removeAces)
throw new CmisInvalidArgumentException(
"version specific ACLs are not supported, addAces and removeAces must be null.");