org.opencrx.kernel.workflow1.cci2
Interface Segment

All Superinterfaces:
Auditee, ContextCapable, Exporter, Importer, Indexed, SecureObject, Segment
All Known Subinterfaces:
Segment

public interface Segment
extends Segment, Auditee, Exporter, Importer, Indexed, SecureObject

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends Topic>
SegmentContainsTopic.Topic<T>
getTopic()
          Retrieves a set containing all the elements for the reference topic.
<T extends AbstractTask>
SegmentContainsWfProcess.WfProcess<T>
getWfProcess()
          Retrieves a set containing all the elements for the reference wfProcess.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getExtent, getProvider, setDescription
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer
importItem
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 

Method Detail

getTopic

<T extends Topic> SegmentContainsTopic.Topic<T> getTopic()
Retrieves a set containing all the elements for the reference topic.

Returns:
A set containing all the elements for this reference.

getWfProcess

<T extends AbstractTask> SegmentContainsWfProcess.WfProcess<T> getWfProcess()
Retrieves a set containing all the elements for the reference wfProcess.

Returns:
A set containing all the elements for this reference.


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.