org.opencrx.kernel.activity1.cci2
Interface Segment

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

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

Class Segment

isFrozen


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends Activity>
SegmentContainsActivity.Activity<T>
getActivity()
          Retrieves a set containing all the elements for the reference activity.
<T extends ActivityCategory>
SegmentContainsActivityCategory.ActivityCategory<T>
getActivityCategory()
          Retrieves a set containing all the elements for the reference activityCategory.
<T extends ActivityCreator>
SegmentContainsActivityCreator.ActivityCreator<T>
getActivityCreator()
          Retrieves a set containing all the elements for the reference activityCreator.
<T extends ActivityFilterGlobal>
SegmentContainsActivityFilter.ActivityFilter<T>
getActivityFilter()
          Retrieves a set containing all the elements for the reference activityFilter.
<T extends ActivityMilestone>
SegmentContainsActivityMilestone.ActivityMilestone<T>
getActivityMilestone()
          Retrieves a set containing all the elements for the reference activityMilestone.
<T extends ActivityProcess>
SegmentContainsActivityProcess.ActivityProcess<T>
getActivityProcess()
          Retrieves a set containing all the elements for the reference activityProcess.
<T extends ActivityTracker>
SegmentContainsActivityTracker.ActivityTracker<T>
getActivityTracker()
          Retrieves a set containing all the elements for the reference activityTracker.
<T extends ActivityType>
SegmentContainsActivityType.ActivityType<T>
getActivityType()
          Retrieves a set containing all the elements for the reference activityType.
<T extends AddressGroup>
SegmentContainsAddressGroup.AddressGroup<T>
getAddressGroup()
          Retrieves a set containing all the elements for the reference addressGroup.
<T extends Calendar>
SegmentContainsCalendar.Calendar<T>
getCalendar()
          Retrieves a set containing all the elements for the reference calendar.
<T extends Resource>
SegmentContainsResource.Resource<T>
getResource()
          Retrieves a set containing all the elements for the reference resource.
<T extends WorkAndExpenseRecord>
SegmentContainsWorkReportEntry.WorkReportEntry<T>
getWorkReportEntry()
          Retrieves a set containing all the elements for the reference workReportEntry.
 
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
 
Methods inherited from interface org.opencrx.kernel.base.cci2.WorkflowTarget
executeWorkflow
 

Method Detail

getActivity

<T extends Activity> SegmentContainsActivity.Activity<T> getActivity()
Retrieves a set containing all the elements for the reference activity.

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

getActivityCategory

<T extends ActivityCategory> SegmentContainsActivityCategory.ActivityCategory<T> getActivityCategory()
Retrieves a set containing all the elements for the reference activityCategory.

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

getActivityCreator

<T extends ActivityCreator> SegmentContainsActivityCreator.ActivityCreator<T> getActivityCreator()
Retrieves a set containing all the elements for the reference activityCreator.

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

getActivityFilter

<T extends ActivityFilterGlobal> SegmentContainsActivityFilter.ActivityFilter<T> getActivityFilter()
Retrieves a set containing all the elements for the reference activityFilter.

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

getActivityMilestone

<T extends ActivityMilestone> SegmentContainsActivityMilestone.ActivityMilestone<T> getActivityMilestone()
Retrieves a set containing all the elements for the reference activityMilestone.

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

getActivityProcess

<T extends ActivityProcess> SegmentContainsActivityProcess.ActivityProcess<T> getActivityProcess()
Retrieves a set containing all the elements for the reference activityProcess.

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

getActivityTracker

<T extends ActivityTracker> SegmentContainsActivityTracker.ActivityTracker<T> getActivityTracker()
Retrieves a set containing all the elements for the reference activityTracker.

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

getActivityType

<T extends ActivityType> SegmentContainsActivityType.ActivityType<T> getActivityType()
Retrieves a set containing all the elements for the reference activityType.

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

getAddressGroup

<T extends AddressGroup> SegmentContainsAddressGroup.AddressGroup<T> getAddressGroup()
Retrieves a set containing all the elements for the reference addressGroup.

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

getCalendar

<T extends Calendar> SegmentContainsCalendar.Calendar<T> getCalendar()
Retrieves a set containing all the elements for the reference calendar.

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

getResource

<T extends Resource> SegmentContainsResource.Resource<T> getResource()
Retrieves a set containing all the elements for the reference resource.

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

getWorkReportEntry

<T extends WorkAndExpenseRecord> SegmentContainsWorkReportEntry.WorkReportEntry<T> getWorkReportEntry()
Retrieves a set containing all the elements for the reference workReportEntry.

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.