|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterActivity
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()
|
|
|
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. |
|
|
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 |
|---|
CountFilteredObjectsResult countFilteredActivity()
<T extends ActivityFilterProperty> Collection<T> getFilterProperty()
filterProperty.
ActivityFilterProperty getFilterProperty(boolean idIsPersistent,
String id)
filterProperty 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 addFilterProperty(boolean idIsPersistent,
String id,
ActivityFilterProperty filterProperty)
filterProperty.
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.filterProperty - The element to be appended.<T extends Activity> Collection<T> getFilteredActivity()
filteredActivity.
Activity getFilteredActivity(boolean idIsPersistent,
String id)
filteredActivity 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||