|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentLock
Class DocumentLock
| Nested Class Summary | |
|---|---|
static interface |
DocumentLock.Identity
Object Identity |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Method Detail |
|---|
String 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||