Try:
BaseTypeId.CMIS_DOCUMENT.value()
- Florian
Am Freitag, den 20.04.2012, 14:57 +0200 schrieb José Luís Vaquero
<[email protected]>:
Hello again.
In DotCMIS (.NET) I can do
properties(PropertyIds.ObjectTypeId) =
Enums.CmisValue.GetCmisValue(Enums.BaseTypeId.CmisDocument)
instead of hadcode "cmis:document" or use a string constant.
Is there a way to do the same in Java library? I can find the Enums
but not
the method wich returns "cmis:document" from
Enums.BaseTypeId.CmisDocument
in any place of the pakages.
Thanks.