public interface DocumentLock extends DocumentLock, SecureObject, org.openmdx.base.jmi1.BasicObject
DocumentLockDocumentLock.Identity| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLockedBy()
Retrieves a list containing all the elements for the attribute
lockedBy. |
void |
setLockedBy(List<String> lockedBy)
Clears
lockedBy and adds the members of the given List. |
getDescription, getLockedAt, getName, setDescription, setLockedAt, setLockedBy, setNameaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<String> getLockedBy()
lockedBy.getLockedBy in interface DocumentLockvoid setLockedBy(List<String> lockedBy)
lockedBy and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(lockedBy);Note: This is an extension to the JMI 1 standard.
lockedBy - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.