|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentFolder
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves the value for the attribute description. |
Collection |
getDocument()
Retrieves a collection containing all the elements for the reference document. |
List |
getDocument(DocumentFilter filter)
Retrieves the value for the reference document for the
specified filter. |
List |
getDocument(DocumentQuery query)
Retrieves the value for the reference document for the
specified query. |
Document |
getDocument(String id)
Retrieves the value for the reference document for the
specified qualifier attribute value. |
Collection |
getFolder()
Retrieves a collection containing all the elements for the reference folder. |
List |
getFolder(DocumentFolderFilter filter)
Retrieves the value for the reference folder for the
specified filter. |
List |
getFolder(DocumentFolderQuery query)
Retrieves the value for the reference folder for the
specified query. |
DocumentFolder |
getFolder(String id)
Retrieves the value for the reference folder for the
specified qualifier attribute value. |
String |
getName()
Retrieves the value for the attribute name. |
DocumentFolder |
getParent()
Retrieves the value for the optional reference parent. |
void |
removeParent()
Removes the value for the optional reference parent. |
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setName(String newValue)
Sets a new value for the attribute name. |
void |
setParent(DocumentFolder newValue)
Sets a new value for the reference parent. |
| Methods inherited from interface org.opencrx.kernel.base.cci.Auditee |
|---|
getAudit, getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, getIndexEntry, updateIndex, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
String getDescription()
description.
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The non-null new value for attribute description.
JmiException - If the value cannot be set for some reason.Document getDocument(String id)
document for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getDocument()
document.
JmiException - If the values cannot be retrieved for some reason.List getDocument(DocumentFilter filter)
document for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getDocument(DocumentQuery query)
document for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.DocumentFolder getFolder(String id)
folder for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getFolder()
folder.
JmiException - If the values cannot be retrieved for some reason.List getFolder(DocumentFolderFilter filter)
folder for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getFolder(DocumentFolderQuery query)
folder for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.void setName(String newValue)
name.
newValue - The non-null new value for attribute name.
JmiException - If the value cannot be set for some reason.DocumentFolder getParent()
parent.
JmiException - If the value cannot be retrieved for some reason.void setParent(DocumentFolder newValue)
parent.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeParent()
parent.
JmiException - If the value cannot be removed for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||