10 module
com { module sun { module star { module document {
25 void cancelCheckOut( );
30 void checkIn( [in]
boolean isMajor, [in]
string comment );
34 boolean isVersionable( );
36 boolean canCheckOut( );
38 boolean canCancelCheckOut( );
40 boolean canCheckIn( );
42 void updateCmisProperties( [in] sequence <com::sun::star::document::CmisProperty> cmisProperties );
44 sequence <com::sun::star::document::CmisVersion> getAllVersions( );
48 [attribute] sequence <com::sun::star::document::CmisProperty>
CmisProperties;
The document can provide access to CMIS properties and versions through this interface.
Definition: XCmisDocument.idl:15
Definition: Ambiguous.idl:20
sequence< com::sun::star::document::CmisProperty > CmisProperties
Contains the properties values named after their CMIS ID.
Definition: XCmisDocument.idl:48
base interface of all UNO interfaces
Definition: XInterface.idl:45