|
||||||||||
| 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.base.cci.ModifyOwningGroupParamsFilterImpl
public class ModifyOwningGroupParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
ModifyOwningGroupParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
ModifyOwningGroupParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
ModifyOwningGroupParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
PrincipalGroupQuery |
forAllGroup()
Adds a constraint for the feature group to the predicate. |
void |
forAllGroup(short operator,
Collection values)
|
void |
forAllGroup(short operator,
PrincipalGroup[] filterValues)
|
void |
forAllMode(short operator,
Collection values)
|
void |
forAllMode(short operator,
short[] filterValues)
|
org.w3c.cci2.OptionalFeaturePredicate |
group()
Adds a constraint to the predicate for ModifyOwningGroupParams testing whether the value of the
feature group is null or not. |
org.w3c.cci2.ComparableTypePredicate |
mode()
|
void |
orderByGroup(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByMode()
Allows to adds a sort instruction for ModifyOwningGroupParams depending the feature
mode
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByMode(short order)
Specifies the sort order of all the instances that match the filter criteria. |
PrincipalGroupQuery |
thereExistsGroup()
Adds a constraint for the feature group to the predicate. |
void |
thereExistsGroup(short operator,
Collection values)
|
void |
thereExistsGroup(short operator,
PrincipalGroup[] filterValues)
|
void |
thereExistsMode(short operator,
Collection values)
|
void |
thereExistsMode(short operator,
short[] 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 ModifyOwningGroupParamsFilterImpl(RefPackage_1_0 aPackage)
public ModifyOwningGroupParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public ModifyOwningGroupParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllGroup(short operator,
Collection values)
forAllGroup in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsGroup(short operator,
Collection values)
thereExistsGroup in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllGroup(short operator,
PrincipalGroup[] filterValues)
forAllGroup in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsGroup(short operator,
PrincipalGroup[] filterValues)
thereExistsGroup in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByGroup(short order)
ModifyOwningGroupParamsFilter
orderByGroup in interface ModifyOwningGroupParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate group()
ModifyOwningGroupParamsQueryModifyOwningGroupParams testing whether the value of the
feature group is null or not.
group in interface ModifyOwningGroupParamsQuerypublic PrincipalGroupQuery thereExistsGroup()
ModifyOwningGroupParamsQuerygroup to the predicate.
The predicate for ModifyOwningGroupParams evaluates
true if its value of feature group 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!
thereExistsGroup in interface ModifyOwningGroupParamsQuerypublic PrincipalGroupQuery forAllGroup()
ModifyOwningGroupParamsQuerygroup to the predicate.
The predicate for ModifyOwningGroupParams evaluates
true if its value of feature group 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!
forAllGroup in interface ModifyOwningGroupParamsQuery
public void forAllMode(short operator,
Collection values)
forAllMode in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsMode(short operator,
Collection values)
thereExistsMode in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllMode(short operator,
short[] filterValues)
forAllMode in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsMode(short operator,
short[] filterValues)
thereExistsMode in interface ModifyOwningGroupParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByMode(short order)
ModifyOwningGroupParamsFilter
orderByMode in interface ModifyOwningGroupParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.ComparableTypePredicate mode()
mode in interface ModifyOwningGroupParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByMode()
ModifyOwningGroupParamsQueryModifyOwningGroupParams depending the feature
mode
Note: The order in which orderBy…
instructions are given is relevant!
orderByMode in interface ModifyOwningGroupParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||