10module
com { module sun { module star { module document {
30 void checkIn( [in]
boolean isMajor, [in]
string comment );
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:16
void checkOut()
Check out the document into a private working copy on the server, and update the loaded document to r...
void checkIn([in] boolean isMajor, [in] string comment)
Creates a new version of the document from the private working copy.
sequence< com::sun::star::document::CmisVersion > getAllVersions()
sequence< com::sun::star::document::CmisProperty > CmisProperties
Contains the properties values named after their CMIS ID.
Definition XCmisDocument.idl:48
void cancelCheckOut()
Cancel checked out document, this will discard all changes since check-out.
void updateCmisProperties([in] sequence< com::sun::star::document::CmisProperty > cmisProperties)
boolean isVersionable()
Tells whether a document can support versioning or not.
boolean canCancelCheckOut()
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20