|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.opencrx.kernel.activity1.cci.ActivityVoteForActivityParamsFilterImpl
public class ActivityVoteForActivityParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
ActivityVoteForActivityParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
ActivityVoteForActivityParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
ActivityVoteForActivityParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for ActivityVoteForActivityParams testing whether the value of
the feature description is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
void |
forAllDescription(short operator,
Collection values)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
org.w3c.cci2.StringTypePredicate |
forAllName()
Adds a constraint for the feature name to the predicate. |
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
org.w3c.cci2.OptionalFeaturePredicate |
name()
Adds a constraint to the predicate for ActivityVoteForActivityParams testing whether the value of
the feature name is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for ActivityVoteForActivityParams depending the feature
description
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for ActivityVoteForActivityParams depending the feature
name
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
void |
thereExistsDescription(short operator,
Collection values)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
org.w3c.cci2.StringTypePredicate |
thereExistsName()
Adds a constraint for the feature name to the predicate. |
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public ActivityVoteForActivityParamsFilterImpl(RefPackage_1_0 aPackage)
public ActivityVoteForActivityParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public ActivityVoteForActivityParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
ActivityVoteForActivityParamsFilter
orderByDescription in interface ActivityVoteForActivityParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate description()
ActivityVoteForActivityParamsQueryActivityVoteForActivityParams testing whether the value of
the feature description is null or not.
description in interface ActivityVoteForActivityParamsQuerypublic org.w3c.cci2.StringTypePredicate thereExistsDescription()
ActivityVoteForActivityParamsQuerydescription to the
predicate. The predicate for ActivityVoteForActivityParams
evaluates true if its value of feature
description satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsDescription in interface ActivityVoteForActivityParamsQuerypublic org.w3c.cci2.StringTypePredicate forAllDescription()
ActivityVoteForActivityParamsQuerydescription to the
predicate. The predicate for ActivityVoteForActivityParams
evaluates true if its value of feature
description satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllDescription in interface ActivityVoteForActivityParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByDescription()
ActivityVoteForActivityParamsQueryActivityVoteForActivityParams depending the feature
description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface ActivityVoteForActivityParamsQuery
public void forAllName(short operator,
Collection values)
forAllName in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface ActivityVoteForActivityParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
ActivityVoteForActivityParamsFilter
orderByName in interface ActivityVoteForActivityParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate name()
ActivityVoteForActivityParamsQueryActivityVoteForActivityParams testing whether the value of
the feature name is null or not.
name in interface ActivityVoteForActivityParamsQuerypublic org.w3c.cci2.StringTypePredicate thereExistsName()
ActivityVoteForActivityParamsQueryname to the predicate.
The predicate for ActivityVoteForActivityParams evaluates
true if its value of feature name satisfies
the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsName in interface ActivityVoteForActivityParamsQuerypublic org.w3c.cci2.StringTypePredicate forAllName()
ActivityVoteForActivityParamsQueryname to the predicate.
The predicate for ActivityVoteForActivityParams evaluates
true if its value of feature name satisfies
the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllName in interface ActivityVoteForActivityParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByName()
ActivityVoteForActivityParamsQueryActivityVoteForActivityParams depending the feature
name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface ActivityVoteForActivityParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||