public interface DocumentFolder extends Auditee, Indexed, SecureObject, PropertySetHolder, org.openmdx.base.cci2.BasicObject
DocumentFolder| Modifier and Type | Interface and Description |
|---|---|
static interface |
DocumentFolder.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
CreateDefaultShareResult |
createDefaultShare() |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
<T extends DocumentFolderEntry> |
getFolderEntry()
Retrieves a set containing all the elements for the reference
folderEntry. |
<T extends DocumentFolderShare> |
getFolderShare()
Retrieves a set containing all the elements for the reference
folderShare. |
String |
getName()
Retrieves the value for the attribute
name. |
DocumentFolder |
getParent()
Retrieves the value for the reference
parent. |
<T extends DocumentFolder> |
getSubFolder()
Retrieves a set containing all the elements for the reference
subFolder. |
Boolean |
isDisabled()
Retrieves the possibly null value for the optional attribute
disabled. |
org.openmdx.base.cci2.Void |
removeDefaultShare() |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setDisabled(Boolean disabled)
Sets a new value for the attribute
disabled. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setParent(DocumentFolder parent)
Sets a new value for the reference
parent. |
getIndexEntry, updateIndexaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetPropertySetCreateDefaultShareResult createDefaultShare()
String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.Boolean isDisabled()
disabled.disabled.void setDisabled(Boolean disabled)
disabled.disabled - The possibly null new value for attribute disabled.<T extends DocumentFolderEntry> FolderContainsDocument.FolderEntry<T> getFolderEntry()
folderEntry.<T extends DocumentFolderShare> DocumentFolderContainsFolderShare.FolderShare<T> getFolderShare()
folderShare.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.DocumentFolder getParent()
parent.null – value for this reference.void setParent(DocumentFolder parent)
parent.parent - The new – possibly null – value for this reference.org.openmdx.base.cci2.Void removeDefaultShare()
<T extends DocumentFolder> FolderContainsFolder.SubFolder<T> getSubFolder()
subFolder.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.