Hi
What is the capability that I have to add a role to perform a CI unlock?
Thanks,
Rajarajan R
/**
* Unlocks the object.
*
* <DD><DL>
* <DT><B>Requires the following capabilities:</B>
* <DD>VCM:MODIFY
* </DL></DD>
* @param ref <code>ManagedObjectVCMRef</code> of the managed object ID.
* @param force if <code>true</code>, the lock will be removed from the owner
* regardless of who owns it. If false, an exception will be thrown
* if the object is locked by another user.
* @see LockStatus
* @throws ApplicationException thrown if unable to complete the operation.
* @throws AuthorizationException thrown if the user does not have the proper capabilities to call
* this method.
* @throws ValidationException thrown if validation fails.
*/
public static void unlock(ManagedObjectVCMRef ref, boolean force)
throws ApplicationException, AuthorizationException,
ValidationException {
From the javadocs.
Pramod.
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: 14 August 2013 14:13To: eLink RecipientSubject: Capability to unlock CI in WEM 8.1
Capability to unlock CI in WEM 8.1
Posted byhcq684@motorolasolutions.com (R, Rajarajan) On 08-14-2013 04:39
[To post a comment, use the normal reply function]
Forum:
Discussion Group - Web Experience Management
Content Server:
Knowledge Center
This was found to be an issue in specific cumulative version listed below.
------------------------
Release Name: 8.0 SP1
Release Number: 8.0.1
Build Number: 1285975422944
Build Time: Fri Oct 01 18:23:42 CDT 2010
Tested on later cumulative - 8.0 SP1 - March 15th 2011 and the issue does'nt exist on that version.
Patching to cumulative 8.0 SP1 - March 15th 2011 through latest cumulative version would fix this issue.