Unlock

Remove a user-requested lock from an entity

Lockable unlockForum( beeId entity , lockType lock_type , Projection projection )

Parameters

entity
Type: beeId The entity on which to release the lock. The entity type must extend from the Lockable marker type.
lock_type
Type: lockType The type of lock to remove from the specified entity.
projection
ProjectionWrapper
Projection specifying the attributes to load in the returned Lockable. The getLocks() attribute will always load the remaining locks with Projection.EMPTY.