public interface Segment extends Segment, Segment, Auditee, Exporter, Importer, Indexed, SecureObject
Segment| Modifier and Type | Method and Description |
|---|---|
void |
addDocument(boolean idIsPersistent,
String id,
Document document)
Adds the specified element to the set of the values for the reference
document. |
void |
addDocument(Document document)
Adds the specified element to the set of the values for the reference
document using an implementation-specific, reassignable qualifier. |
void |
addDocument(String id,
Document document)
Adds the specified element to the set of the values for the reference
document using a reassignable qualifier. |
void |
addDocumentFilter(boolean idIsPersistent,
String id,
DocumentFilterGlobal documentFilter)
Adds the specified element to the set of the values for the reference
documentFilter. |
void |
addDocumentFilter(DocumentFilterGlobal documentFilter)
Adds the specified element to the set of the values for the reference
documentFilter using an implementation-specific, reassignable qualifier. |
void |
addDocumentFilter(String id,
DocumentFilterGlobal documentFilter)
Adds the specified element to the set of the values for the reference
documentFilter using a reassignable qualifier. |
void |
addFolder(boolean idIsPersistent,
String id,
DocumentFolder folder)
Adds the specified element to the set of the values for the reference
folder. |
void |
addFolder(DocumentFolder folder)
Adds the specified element to the set of the values for the reference
folder using an implementation-specific, reassignable qualifier. |
void |
addFolder(String id,
DocumentFolder folder)
Adds the specified element to the set of the values for the reference
folder using a reassignable qualifier. |
Document |
getDocument(boolean idIsPersistent,
String id)
Retrieves the value for the reference
document for the specified qualifier attribute value. |
<T extends Document> |
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. |
DocumentFilterGlobal |
getDocumentFilter(boolean idIsPersistent,
String id)
Retrieves the value for the reference
documentFilter for the specified qualifier attribute value. |
<T extends DocumentFilterGlobal> |
getDocumentFilter(DocumentFilterGlobalQuery query)
Retrieves the value for the reference
documentFilter for the specified query. |
DocumentFilterGlobal |
getDocumentFilter(String id)
Retrieves the value for the reference
documentFilter for the specified qualifier attribute value. |
DocumentFolder |
getFolder(boolean idIsPersistent,
String id)
Retrieves the value for the reference
folder for the specified qualifier attribute value. |
<T extends DocumentFolder> |
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. |
getDocument, getDocumentFilter, getFoldergetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsexportItem, exportItemAdvancedexportItem, exportItemAdvancedimportItemimportItemgetIndexEntry, getIndexEntry, getIndexEntry, updateIndexgetIndexEntryaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser<T extends Document> List<T> getDocument(DocumentQuery query)
document for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.Document getDocument(String id)
document for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getDocument(false,id).
id - 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.void addDocument(String id, Document document)
document using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.document - The element to be appended.void addDocument(Document document)
document using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
document - The element to be appended.<T extends DocumentFilterGlobal> List<T> getDocumentFilter(DocumentFilterGlobalQuery query)
documentFilter for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.DocumentFilterGlobal getDocumentFilter(boolean idIsPersistent, String id)
documentFilter 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.DocumentFilterGlobal getDocumentFilter(String id)
documentFilter for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getDocumentFilter(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addDocumentFilter(boolean idIsPersistent,
String id,
DocumentFilterGlobal documentFilter)
documentFilter.
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.documentFilter - The element to be appended.void addDocumentFilter(String id, DocumentFilterGlobal documentFilter)
documentFilter using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.documentFilter - The element to be appended.void addDocumentFilter(DocumentFilterGlobal documentFilter)
documentFilter using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
documentFilter - The element to be appended.<T extends DocumentFolder> List<T> getFolder(DocumentFolderQuery query)
folder for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.DocumentFolder getFolder(String id)
folder for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFolder(false,id).
id - 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.void addFolder(String id, DocumentFolder folder)
folder using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.folder - The element to be appended.void addFolder(DocumentFolder folder)
folder using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
folder - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.