public interface DocumentLock extends SecureObject, org.openmdx.base.cci2.BasicObject
DocumentLock| Modifier and Type | Interface and Description |
|---|---|
static interface |
DocumentLock.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
Date |
getLockedAt()
Retrieves the possibly null value for the optional attribute
lockedAt. |
List<String> |
getLockedBy()
Retrieves a list containing all the elements for the attribute
lockedBy. |
String |
getName()
Retrieves the value for the attribute
name. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setLockedAt(Date lockedAt)
Sets a new value for the attribute
lockedAt. |
void |
setLockedBy(String... lockedBy)
Clears
lockedBy and adds the given value(s). |
void |
setName(String name)
Sets a new value for the attribute
name. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.Date getLockedAt()
lockedAt.lockedAt.void setLockedAt(Date lockedAt)
lockedAt.lockedAt - The possibly null new value for attribute lockedAt.List<String> getLockedBy()
lockedBy.void setLockedBy(String... lockedBy)
lockedBy and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
lockedBy - value(s) to be added to lockedByString getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.