org.opencrx.kernel.activity1.cci2
Interface AbstractFilterActivity

All Superinterfaces:
AbstractFilter
All Known Subinterfaces:
AbstractFilterActivity, ActivityFilterGlobal, ActivityFilterGlobal, ActivityFilterGroup, ActivityFilterGroup
All Known Implementing Classes:
ActivityFilterGlobal, ActivityFilterGroup

public interface AbstractFilterActivity
extends AbstractFilter

Abstract class AbstractFilterActivity


Method Summary
 void addFilterProperty(boolean idIsPersistent, String id, ActivityFilterProperty filterProperty)
          Adds the specified element to the set of the values for the reference filterProperty.
 CountFilteredObjectsResult countFilteredActivity()
           
<T extends Activity>
Collection<T>
getFilteredActivity()
          Retrieves a set containing all the elements for the reference filteredActivity.
 Activity getFilteredActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredActivity for the specified qualifier attribute value.
<T extends ActivityFilterProperty>
Collection<T>
getFilterProperty()
          Retrieves a set containing all the elements for the reference filterProperty.
 ActivityFilterProperty getFilterProperty(boolean idIsPersistent, String id)
          Retrieves the value for the reference filterProperty for the specified qualifier attribute value.
 

Method Detail

countFilteredActivity

CountFilteredObjectsResult countFilteredActivity()

getFilterProperty

<T extends ActivityFilterProperty> Collection<T> getFilterProperty()
Retrieves a set containing all the elements for the reference filterProperty.

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

getFilterProperty

ActivityFilterProperty getFilterProperty(boolean idIsPersistent,
                                         String id)
Retrieves the value for the reference filterProperty for the specified qualifier attribute value.

Parameters:
idIsPersistent - Defines whether value for the qualifier is persistent or not
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this qualifier

addFilterProperty

void addFilterProperty(boolean idIsPersistent,
                       String id,
                       ActivityFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference filterProperty.

Note: This is an extension to the JMI 1 standard.

Parameters:
idIsPersistent - true if id is persistent
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
filterProperty - The element to be appended.

getFilteredActivity

<T extends Activity> Collection<T> getFilteredActivity()
Retrieves a set containing all the elements for the reference filteredActivity.

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

getFilteredActivity

Activity getFilteredActivity(boolean idIsPersistent,
                             String id)
Retrieves the value for the reference filteredActivity for the specified qualifier attribute value.

Parameters:
idIsPersistent - Defines whether value for the qualifier is persistent or not
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this qualifier


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