|
||||||||||
| 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 |
addTopic(boolean idIsPersistent,
String id,
Topic topic)
Adds the specified element to the set of the values for the reference topic. |
|
void |
addWfProcess(boolean idIsPersistent,
String id,
AbstractTask wfProcess)
Adds the specified element to the set of the values for the reference wfProcess. |
|
|
getTopic()
Retrieves a set containing all the elements for the reference topic. |
|
Topic |
getTopic(boolean idIsPersistent,
String id)
Retrieves the value for the reference topic for the
specified qualifier attribute value. |
|
|
getWfProcess()
Retrieves a set containing all the elements for the reference wfProcess. |
|
AbstractTask |
getWfProcess(boolean idIsPersistent,
String id)
Retrieves the value for the reference wfProcess 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 Topic> Collection<T> getTopic()
topic.
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.
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.<T extends AbstractTask> Collection<T> getWfProcess()
wfProcess.
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.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||