|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Segment
Class Segment
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment |
|---|
org.openmdx.base.cci2.Segment.Identity |
| Method Summary | ||
|---|---|---|
void |
addDocument(boolean idIsPersistent,
String id,
Document document)
Adds the specified element to the set of the values for the reference document. |
|
void |
addFolder(boolean idIsPersistent,
String id,
DocumentFolder folder)
Adds the specified element to the set of the values for the reference folder. |
|
|
getDocument()
Retrieves a set containing all the elements for the reference document. |
|
Document |
getDocument(boolean idIsPersistent,
String id)
Retrieves the value for the reference document for the
specified qualifier attribute value. |
|
|
getFolder()
Retrieves a set containing all the elements for the reference folder. |
|
DocumentFolder |
getFolder(boolean idIsPersistent,
String id)
Retrieves the value for the reference folder for the
specified qualifier attribute value. |
|
| Methods inherited from interface org.openmdx.base.cci2.Segment |
|---|
getDescription, getProvider, setDescription |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Method Detail |
|---|
<T extends Document> Collection<T> getDocument()
document.
Document getDocument(boolean idIsPersistent,
String id)
document for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addDocument(boolean idIsPersistent,
String id,
Document document)
document.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.document - The element to be appended.<T extends DocumentFolder> Collection<T> getFolder()
folder.
DocumentFolder getFolder(boolean idIsPersistent,
String id)
folder for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addFolder(boolean idIsPersistent,
String id,
DocumentFolder folder)
folder.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.folder - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||