Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Back to Main Page > Specification
void lock(wsid, uuid, owner);
Description:
Locks a given object in a workspace for a given lock owner.
Parameters:
Result:
void
Exception cases:
void lock(wsid, uuid_list, owner);
Description:
Locks a given list of objects in a workspace for a given lock owner.
Parameters:
Result:
void
Exception cases:
void release(wsid, uuid);
Description:
Releases the lock held on a given object in a workspace.
Parameters:
Result:
void
Exception cases:
void release(wsid, uuid_list);
Description:
Releases the locks held on given objects in a workspace.
Parameters:
Result:
void
Exception cases:
boolean isLocked(wsid, uuid);
Description:
Indicates whether the specified object is locked within the workspace.
Parameters:
Result:
Exception cases:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.