Hi,
Would anybody object if we would introduce two more convenience methods
to the OpenCMIS Session interface?
We have those two:
CmisObject getObject(ObjectId objectId);
CmisObject getObject(ObjectId objectId, OperationContext context);
And I would like to add these two:
CmisObject getObject(String objectId);
CmisObject getObject(String objectId, OperationContext context);
That would be a shortcut for some applications that already have the
object id as a string. There is actually no need to create an ObjectId
object.
Thanks,
Florian