public interface AbstractFilterActivity extends AbstractFilterActivity, AbstractFilter
AbstractFilterActivity
isFrozen
| Modifier and Type | Method and Description |
|---|---|
void |
addFilterProperty(ActivityFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty using an implementation-specific, reassignable qualifier. |
void |
addFilterProperty(boolean idIsPersistent,
String id,
ActivityFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty. |
void |
addFilterProperty(String id,
ActivityFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty using a reassignable qualifier. |
CalcTotalQuantityResult |
calcTotalQuantity(CalcTotalQuantityParams in) |
CountFilteredObjectsResult |
countFilteredActivity() |
<T extends Activity> |
getFilteredActivity(ActivityQuery query)
Retrieves the value for the reference
filteredActivity for the specified query. |
Activity |
getFilteredActivity(boolean idIsPersistent,
String id)
Retrieves the value for the reference
filteredActivity for the specified qualifier attribute value. |
Activity |
getFilteredActivity(String id)
Retrieves the value for the reference
filteredActivity for the specified qualifier attribute value. |
<T extends ActivityFilterProperty> |
getFilterProperty(ActivityFilterPropertyQuery query)
Retrieves the value for the reference
filterProperty for the specified query. |
ActivityFilterProperty |
getFilterProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference
filterProperty for the specified qualifier attribute value. |
ActivityFilterProperty |
getFilterProperty(String id)
Retrieves the value for the reference
filterProperty for the specified qualifier attribute value. |
calcTotalQuantity, getFilteredActivity, getFilterPropertyrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeCalcTotalQuantityResult calcTotalQuantity(CalcTotalQuantityParams in)
CountFilteredObjectsResult countFilteredActivity()
countFilteredActivity in interface AbstractFilterActivity<T extends ActivityFilterProperty> List<T> getFilterProperty(ActivityFilterPropertyQuery query)
filterProperty for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.ActivityFilterProperty getFilterProperty(String id)
filterProperty for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilterProperty(false,id).
id - 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.void addFilterProperty(String id, ActivityFilterProperty filterProperty)
filterProperty using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.filterProperty - The element to be appended.void addFilterProperty(ActivityFilterProperty filterProperty)
filterProperty using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
filterProperty - The element to be appended.<T extends Activity> List<T> getFilteredActivity(ActivityQuery query)
filteredActivity for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.Activity getFilteredActivity(String id)
filteredActivity for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilteredActivity(false,id).
id - The value for the qualifier attribute that qualifies this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.