|
||||||||||
| 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.realm1.cci.ValidationResultFilterImpl
public class ValidationResultFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
ValidationResultFilterImpl(RefPackage_1_0 aPackage)
|
|
ValidationResultFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
ValidationResultFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
org.w3c.cci2.BooleanTypePredicate |
accepted()
|
org.w3c.cci2.OptionalFeaturePredicate |
challenge()
Adds a constraint to the predicate for ValidationResult
testing whether the value of the feature challenge is
null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
code()
Adds a constraint to the predicate for ValidationResult
testing whether the value of the feature code is
null or not. |
void |
forAllAccepted(short operator,
boolean[] filterValues)
|
void |
forAllAccepted(short operator,
Collection values)
|
org.w3c.cci2.StringTypePredicate |
forAllChallenge()
Adds a constraint for the feature challenge to the
predicate. |
void |
forAllChallenge(short operator,
Collection values)
|
void |
forAllChallenge(short operator,
String[] filterValues)
|
org.w3c.cci2.ComparableTypePredicate |
forAllCode()
Adds a constraint for the feature code to the predicate. |
void |
forAllCode(short operator,
Collection values)
|
void |
forAllCode(short operator,
short[] filterValues)
|
org.w3c.cci2.AnyTypePredicate |
forAllState()
Adds a constraint for the feature state to the predicate. |
void |
forAllState(short operator,
byte[][] filterValues)
|
void |
forAllState(short operator,
Collection values)
|
org.w3c.cci2.SimpleTypeOrder |
orderByAccepted()
Allows to adds a sort instruction for ValidationResult
depending the feature accepted
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByAccepted(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByChallenge()
Allows to adds a sort instruction for ValidationResult
depending the feature challenge
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByChallenge(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByCode()
Allows to adds a sort instruction for ValidationResult
depending the feature code
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByCode(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByState()
Allows to adds a sort instruction for ValidationResult
depending the feature state
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByState(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.OptionalFeaturePredicate |
state()
Adds a constraint to the predicate for ValidationResult
testing whether the value of the feature state is
null or not. |
void |
thereExistsAccepted(short operator,
boolean[] filterValues)
|
void |
thereExistsAccepted(short operator,
Collection values)
|
org.w3c.cci2.StringTypePredicate |
thereExistsChallenge()
Adds a constraint for the feature challenge to the
predicate. |
void |
thereExistsChallenge(short operator,
Collection values)
|
void |
thereExistsChallenge(short operator,
String[] filterValues)
|
org.w3c.cci2.ComparableTypePredicate |
thereExistsCode()
Adds a constraint for the feature code to the predicate. |
void |
thereExistsCode(short operator,
Collection values)
|
void |
thereExistsCode(short operator,
short[] filterValues)
|
org.w3c.cci2.AnyTypePredicate |
thereExistsState()
Adds a constraint for the feature state to the predicate. |
void |
thereExistsState(short operator,
byte[][] filterValues)
|
void |
thereExistsState(short operator,
Collection values)
|
| 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 ValidationResultFilterImpl(RefPackage_1_0 aPackage)
public ValidationResultFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public ValidationResultFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllAccepted(short operator,
Collection values)
forAllAccepted in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsAccepted(short operator,
Collection values)
thereExistsAccepted in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void forAllAccepted(short operator,
boolean[] filterValues)
forAllAccepted in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsAccepted(short operator,
boolean[] filterValues)
thereExistsAccepted in interface ValidationResultFilteroperator - The operator for this filter.FilterOperatorspublic void orderByAccepted(short order)
ValidationResultFilter
orderByAccepted in interface ValidationResultFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.BooleanTypePredicate accepted()
accepted in interface ValidationResultQuerypublic org.w3c.cci2.SimpleTypeOrder orderByAccepted()
ValidationResultQueryValidationResult
depending the feature accepted
Note: The order in which orderBy…
instructions are given is relevant!
orderByAccepted in interface ValidationResultQuery
public void forAllChallenge(short operator,
Collection values)
forAllChallenge in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsChallenge(short operator,
Collection values)
thereExistsChallenge in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void forAllChallenge(short operator,
String[] filterValues)
forAllChallenge in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsChallenge(short operator,
String[] filterValues)
thereExistsChallenge in interface ValidationResultFilteroperator - The operator for this filter.FilterOperatorspublic void orderByChallenge(short order)
ValidationResultFilter
orderByChallenge in interface ValidationResultFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate challenge()
ValidationResultQueryValidationResult
testing whether the value of the feature challenge is
null or not.
challenge in interface ValidationResultQuerypublic org.w3c.cci2.StringTypePredicate thereExistsChallenge()
ValidationResultQuerychallenge to the
predicate. The predicate for ValidationResult evaluates
true if its value of feature challenge
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!
thereExistsChallenge in interface ValidationResultQuerypublic org.w3c.cci2.StringTypePredicate forAllChallenge()
ValidationResultQuerychallenge to the
predicate. The predicate for ValidationResult evaluates
true if its value of feature challenge
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!
forAllChallenge in interface ValidationResultQuerypublic org.w3c.cci2.SimpleTypeOrder orderByChallenge()
ValidationResultQueryValidationResult
depending the feature challenge
Note: The order in which orderBy…
instructions are given is relevant!
orderByChallenge in interface ValidationResultQuery
public void forAllCode(short operator,
Collection values)
forAllCode in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCode(short operator,
Collection values)
thereExistsCode in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void forAllCode(short operator,
short[] filterValues)
forAllCode in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCode(short operator,
short[] filterValues)
thereExistsCode in interface ValidationResultFilteroperator - The operator for this filter.FilterOperatorspublic void orderByCode(short order)
ValidationResultFilter
orderByCode in interface ValidationResultFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate code()
ValidationResultQueryValidationResult
testing whether the value of the feature code is
null or not.
code in interface ValidationResultQuerypublic org.w3c.cci2.ComparableTypePredicate thereExistsCode()
ValidationResultQuerycode to the predicate.
The predicate for ValidationResult evaluates
true if its value of feature code 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!
thereExistsCode in interface ValidationResultQuerypublic org.w3c.cci2.ComparableTypePredicate forAllCode()
ValidationResultQuerycode to the predicate.
The predicate for ValidationResult evaluates
true if its value of feature code 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!
forAllCode in interface ValidationResultQuerypublic org.w3c.cci2.SimpleTypeOrder orderByCode()
ValidationResultQueryValidationResult
depending the feature code
Note: The order in which orderBy…
instructions are given is relevant!
orderByCode in interface ValidationResultQuery
public void forAllState(short operator,
Collection values)
forAllState in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsState(short operator,
Collection values)
thereExistsState in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void forAllState(short operator,
byte[][] filterValues)
forAllState in interface ValidationResultFilteroperator - The operator for this filter.FilterOperators
public void thereExistsState(short operator,
byte[][] filterValues)
thereExistsState in interface ValidationResultFilteroperator - The operator for this filter.FilterOperatorspublic void orderByState(short order)
ValidationResultFilter
orderByState in interface ValidationResultFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate state()
ValidationResultQueryValidationResult
testing whether the value of the feature state is
null or not.
state in interface ValidationResultQuerypublic org.w3c.cci2.AnyTypePredicate thereExistsState()
ValidationResultQuerystate to the predicate.
The predicate for ValidationResult evaluates
true if its value of feature state 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!
thereExistsState in interface ValidationResultQuerypublic org.w3c.cci2.AnyTypePredicate forAllState()
ValidationResultQuerystate to the predicate.
The predicate for ValidationResult evaluates
true if its value of feature state 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!
forAllState in interface ValidationResultQuerypublic org.w3c.cci2.SimpleTypeOrder orderByState()
ValidationResultQueryValidationResult
depending the feature state
Note: The order in which orderBy…
instructions are given is relevant!
orderByState in interface ValidationResultQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||