9 #ifndef __com_sun_star_document_XCmisDocument_idl__
10 #define __com_sun_star_document_XCmisDocument_idl__
16 module com { module sun { module star { module document {
31 void cancelCheckOut( );
36 void checkIn( [in]
boolean isMajor, [in]
string comment );
40 boolean isVersionable( );
42 boolean canCheckOut( );
44 boolean canCancelCheckOut( );
46 boolean canCheckIn( );
48 void updateCmisProperties( [in] sequence <com::sun::star::document::CmisProperty> cmisProperties );
50 sequence <com::sun::star::document::CmisVersion> getAllVersions( );
54 [attribute] sequence <com::sun::star::document::CmisProperty>
CmisProperties;
The document can provide access to CMIS properties and versions through this interface.
Definition: XCmisDocument.idl:21
sequence< com::sun::star::document::CmisProperty > CmisProperties
Contains the properties values named after their CMIS ID.
Definition: XCmisDocument.idl:54
base interface of all UNO interfaces
Definition: XInterface.idl:47