public interface Segment extends Segment, Segment, Auditee, Exporter, Importer, Indexed, SecureObject
Segment| Modifier and Type | Method and Description |
|---|---|
void |
addTopic(boolean idIsPersistent,
String id,
Topic topic)
Adds the specified element to the set of the values for the reference
topic. |
void |
addTopic(String id,
Topic topic)
Adds the specified element to the set of the values for the reference
topic using a reassignable qualifier. |
void |
addTopic(Topic topic)
Adds the specified element to the set of the values for the reference
topic using an implementation-specific, reassignable qualifier. |
void |
addWfProcess(AbstractTask wfProcess)
Adds the specified element to the set of the values for the reference
wfProcess using an implementation-specific, reassignable qualifier. |
void |
addWfProcess(boolean idIsPersistent,
String id,
AbstractTask wfProcess)
Adds the specified element to the set of the values for the reference
wfProcess. |
void |
addWfProcess(String id,
AbstractTask wfProcess)
Adds the specified element to the set of the values for the reference
wfProcess using a reassignable qualifier. |
Topic |
getTopic(boolean idIsPersistent,
String id)
Retrieves the value for the reference
topic for the specified qualifier attribute value. |
Topic |
getTopic(String id)
Retrieves the value for the reference
topic for the specified qualifier attribute value. |
<T extends Topic> |
getTopic(TopicQuery query)
Retrieves the value for the reference
topic for the specified query. |
<T extends AbstractTask> |
getWfProcess(AbstractTaskQuery query)
Retrieves the value for the reference
wfProcess for the specified query. |
AbstractTask |
getWfProcess(boolean idIsPersistent,
String id)
Retrieves the value for the reference
wfProcess for the specified qualifier attribute value. |
AbstractTask |
getWfProcess(String id)
Retrieves the value for the reference
wfProcess for the specified qualifier attribute value. |
getTopic, getWfProcessgetExtent, 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 Topic> List<T> getTopic(TopicQuery query)
topic 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.Topic getTopic(boolean idIsPersistent, String id)
topic 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.Topic getTopic(String id)
topic for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getTopic(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addTopic(boolean idIsPersistent,
String id,
Topic topic)
topic.
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.topic - The element to be appended.void addTopic(String id, Topic topic)
topic 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.topic - The element to be appended.void addTopic(Topic topic)
topic using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
topic - The element to be appended.<T extends AbstractTask> List<T> getWfProcess(AbstractTaskQuery query)
wfProcess 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.AbstractTask getWfProcess(boolean idIsPersistent, String id)
wfProcess 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.AbstractTask getWfProcess(String id)
wfProcess for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getWfProcess(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addWfProcess(boolean idIsPersistent,
String id,
AbstractTask wfProcess)
wfProcess.
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.wfProcess - The element to be appended.void addWfProcess(String id, AbstractTask wfProcess)
wfProcess 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.wfProcess - The element to be appended.void addWfProcess(AbstractTask wfProcess)
wfProcess using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
wfProcess - 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.