|
||||||||||
| 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.openmdx.security.authentication1.cci.CredentialResetParamsFilterImpl
public class CredentialResetParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
CredentialResetParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
CredentialResetParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
CredentialResetParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
org.w3c.cci2.AnyTypePredicate |
forAllResetValue()
Adds a constraint for the feature resetValue to the
predicate. |
void |
forAllResetValue(short operator,
byte[][] filterValues)
|
void |
forAllResetValue(short operator,
Collection values)
|
org.w3c.cci2.AnyTypePredicate |
forAllValue()
Adds a constraint for the feature value to the predicate. |
void |
forAllValue(short operator,
byte[][] filterValues)
|
void |
forAllValue(short operator,
Collection values)
|
org.w3c.cci2.MultivaluedTypeOrder |
orderByResetValue()
Allows to adds a sort instruction for CredentialResetParams depending the feature
resetValue
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByResetValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByValue()
Allows to adds a sort instruction for CredentialResetParams depending the feature
value
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.MultivaluedFeaturePredicate |
resetValue()
Adds a constraint to the predicate for CredentialResetParams testing whether the feature
resetValue has values or not. |
org.w3c.cci2.AnyTypePredicate |
thereExistsResetValue()
Adds a constraint for the feature resetValue to the
predicate. |
void |
thereExistsResetValue(short operator,
byte[][] filterValues)
|
void |
thereExistsResetValue(short operator,
Collection values)
|
org.w3c.cci2.AnyTypePredicate |
thereExistsValue()
Adds a constraint for the feature value to the predicate. |
void |
thereExistsValue(short operator,
byte[][] filterValues)
|
void |
thereExistsValue(short operator,
Collection values)
|
org.w3c.cci2.OptionalFeaturePredicate |
value()
Adds a constraint to the predicate for CredentialResetParams testing whether the value of the
feature value is null or not. |
| 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 CredentialResetParamsFilterImpl(RefPackage_1_0 aPackage)
public CredentialResetParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public CredentialResetParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllResetValue(short operator,
Collection values)
forAllResetValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsResetValue(short operator,
Collection values)
thereExistsResetValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllResetValue(short operator,
byte[][] filterValues)
forAllResetValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsResetValue(short operator,
byte[][] filterValues)
thereExistsResetValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByResetValue(short order)
CredentialResetParamsFilter
orderByResetValue in interface CredentialResetParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.MultivaluedFeaturePredicate resetValue()
CredentialResetParamsQueryCredentialResetParams testing whether the feature
resetValue has values or not.
resetValue in interface CredentialResetParamsQuerypublic org.w3c.cci2.AnyTypePredicate thereExistsResetValue()
CredentialResetParamsQueryresetValue to the
predicate. The predicate for CredentialResetParams
evaluates true if at least one of its values of feature
resetValue satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsResetValue in interface CredentialResetParamsQuerypublic org.w3c.cci2.AnyTypePredicate forAllResetValue()
CredentialResetParamsQueryresetValue to the
predicate. The predicate for CredentialResetParams
evaluates true if all of its values of feature
resetValue satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllResetValue in interface CredentialResetParamsQuerypublic org.w3c.cci2.MultivaluedTypeOrder orderByResetValue()
CredentialResetParamsQueryCredentialResetParams depending the feature
resetValue
Note: The order in which orderBy…
instructions are given is relevant!
orderByResetValue in interface CredentialResetParamsQuery
public void forAllValue(short operator,
Collection values)
forAllValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValue(short operator,
Collection values)
thereExistsValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllValue(short operator,
byte[][] filterValues)
forAllValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValue(short operator,
byte[][] filterValues)
thereExistsValue in interface CredentialResetParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByValue(short order)
CredentialResetParamsFilter
orderByValue in interface CredentialResetParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate value()
CredentialResetParamsQueryCredentialResetParams testing whether the value of the
feature value is null or not.
value in interface CredentialResetParamsQuerypublic org.w3c.cci2.AnyTypePredicate thereExistsValue()
CredentialResetParamsQueryvalue to the predicate.
The predicate for CredentialResetParams evaluates
true if its value of feature value 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!
thereExistsValue in interface CredentialResetParamsQuerypublic org.w3c.cci2.AnyTypePredicate forAllValue()
CredentialResetParamsQueryvalue to the predicate.
The predicate for CredentialResetParams evaluates
true if its value of feature value 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!
forAllValue in interface CredentialResetParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByValue()
CredentialResetParamsQueryCredentialResetParams depending the feature
value
Note: The order in which orderBy…
instructions are given is relevant!
orderByValue in interface CredentialResetParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||