public interface AuthoringServiceSoapPort extends Remote
| Modifier and Type | Method and Description |
|---|---|
CancelCheckoutResult |
cancelCheckout(Predicate items)
Cancels the checkout.
|
CheckinResult |
checkin(Predicate items,
NamedValue[] comments,
boolean keepCheckedOut)
Checkin a content resource.
|
Reference |
checkinExternal(Reference items,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content)
Checkin an external content resource thus replacing the existing
working content.
|
CheckoutResult |
checkout(Predicate items,
ParentReference destination)
Checkout a content resource for editing.
|
VersionResult |
createVersion(Predicate items,
NamedValue[] comments,
boolean versionChildren)
Create a snapshot of the specified node(s) in the version store.
|
VersionHistory |
deleteAllVersions(Reference node)
Delete all snapshot versions of the specified node.
|
LockStatus[] |
getLockStatus(Predicate items)
Gets the lock status of the specified nodes.
|
VersionHistory |
getVersionHistory(Reference node)
Gets the version history for the specfied node.
|
Reference[] |
lock(Predicate items,
boolean lockChildren,
LockTypeEnum lockType)
Locks a content resource.
|
void |
revertVersion(Reference node,
String versionLabel)
Revert a node to the snapshot of the specified version.
|
Reference[] |
unlock(Predicate items,
boolean unlockChildren)
Unlocks a content resource.
|
CheckoutResult checkout(Predicate items, ParentReference destination) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultCheckinResult checkin(Predicate items, NamedValue[] comments, boolean keepCheckedOut) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultReference checkinExternal(Reference items, NamedValue[] comments, boolean keepCheckedOut, ContentFormat format, byte[] content) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultCancelCheckoutResult cancelCheckout(Predicate items) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultReference[] lock(Predicate items, boolean lockChildren, LockTypeEnum lockType) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultReference[] unlock(Predicate items, boolean unlockChildren) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultLockStatus[] getLockStatus(Predicate items) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultVersionResult createVersion(Predicate items, NamedValue[] comments, boolean versionChildren) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultVersionHistory getVersionHistory(Reference node) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultvoid revertVersion(Reference node, String versionLabel) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultVersionHistory deleteAllVersions(Reference node) throws RemoteException, AuthoringFault
RemoteExceptionAuthoringFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.