org.opencrx.kernel.activity1.jmi1
Interface ActivityGroup

All Superinterfaces:
ActivityGroup, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
ActivityCategory, ActivityMilestone, ActivityTracker

public interface ActivityGroup
extends ActivityGroup, RefObject

Abstract class ActivityGroup


Method Summary
 void addActivityFilter(ActivityFilterGroup newValue)
          
 void addActivityFilter(String id, ActivityFilterGroup newValue)
          
<T extends ActivityFilterGroup>
List<T>
getActivityFilter(ActivityFilterGroupQuery query)
          Retrieves the value for the reference activityFilter for the specified query.
<T extends Note>
List<T>
getActivityNote(NoteQuery query)
          Retrieves the value for the reference activityNote for the specified query.
<T extends Activity>
List<T>
getFilteredActivity(ActivityQuery query)
          Retrieves the value for the reference filteredActivity for the specified query.
<T extends ActivityFollowUp>
List<T>
getFollowUp(ActivityFollowUpQuery query)
          Retrieves the value for the reference followUp for the specified query.
<T extends WorkReportEntry>
List<T>
getWorkReportEntry(WorkReportEntryQuery query)
          Retrieves the value for the reference workReportEntry for the specified query.
 void removeActivityFilter(String id)
          
 
Methods inherited from interface org.opencrx.kernel.activity1.cci2.ActivityGroup
getActivityFilter, getActivityNote, getActualEffortHours, getActualEffortMinutes, getDescription, getFilteredActivity, getFollowUp, getName, getWorkReportEntry, setDescription, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getActivityFilter

<T extends ActivityFilterGroup> List<T> getActivityFilter(ActivityFilterGroupQuery query)
Retrieves the value for the reference activityFilter for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

addActivityFilter

void addActivityFilter(String id,
                       ActivityFilterGroup newValue)

Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addActivityFilter

void addActivityFilter(ActivityFilterGroup newValue)

Parameters:
newValue - The element to be appended.

removeActivityFilter

void removeActivityFilter(String id)


getActivityNote

<T extends Note> List<T> getActivityNote(NoteQuery query)
Retrieves the value for the reference activityNote for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getFilteredActivity

<T extends Activity> List<T> getFilteredActivity(ActivityQuery query)
Retrieves the value for the reference filteredActivity for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getFollowUp

<T extends ActivityFollowUp> List<T> getFollowUp(ActivityFollowUpQuery query)
Retrieves the value for the reference followUp for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getWorkReportEntry

<T extends WorkReportEntry> List<T> getWorkReportEntry(WorkReportEntryQuery query)
Retrieves the value for the reference workReportEntry for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.


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