Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web Services
Back to Alfresco Content Management Web Services.
This service provides support for collaborative editing of content.
Contains the results of a checkout.
Contains the results of a checkin.
Contains the results of a canceled checkout
The lock types enum.
The current status of a lock.
Contains version details for a collection of references.
Checkout a content resource for exclusive (or possbily shared) editing.
CheckoutResult checkout(Predicate items, ParentReference destination)
Checkin a content resource.
CheckinResult checkin(Predicate items, NamedValue[] comments, boolean keepCheckedOut)
Checkin an external content resource thus replacing the existing working content.
Reference checkinExternal(Reference node, NamedValue[] comments, boolean keepCheckedOut, ContentFormat format, xsd:base64Binary content)
Cancels the checkout.
CancelCheckoutResult cancelCheckout(Predicate items)
Locks the reference.
Reference[] lock(Predicate items, boolean lockChildren, LockTypeEnum lockTypeEnum)
Removes all locks on the specified nodes.
Reference[] unlock(Predicate items, boolean unlockChildren)
Gets the lock status of the specified nodes.
LockStatus[] getLockStatus(Predicate items)
Create a snapshot of the specified node(s) in the version store.
VersionResult createVersion(Predicate items, NamedValue[] comments, boolean versionChildren)
Gets the version history of the specified node.
VersionHistory getVersionHistory(Reference node)
Revert a node to the snapshot of the specified version.
void revertVersion(Reference node, string versionLabel)
Delete all snapshot versions of the specified node.
VersionHistory deleteAllVersions(Reference node)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.