|
||||||||||
| 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.authorization1.cci.SegmentFilterImpl
public class SegmentFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
SegmentFilterImpl(RefPackage_1_0 aPackage)
|
|
SegmentFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
SegmentFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
context()
Adds a constraint to the predicate for ContextCapable
testing whether the feature context has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Segment testing
whether the value of the feature description is
null or not. |
ContextQuery |
forAllContext()
Adds a constraint for the feature context to the
predicate. |
void |
forAllContext(short operator,
Collection values)
|
void |
forAllContext(short operator,
Context[] filterValues)
|
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.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Segment 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. |
ContextQuery |
thereExistsContext()
Adds a constraint for the feature context to the
predicate. |
void |
thereExistsContext(short operator,
Collection values)
|
void |
thereExistsContext(short operator,
Context[] filterValues)
|
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)
|
| 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.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 |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public SegmentFilterImpl(RefPackage_1_0 aPackage)
public SegmentFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public SegmentFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllContext(short operator,
Context[] filterValues)
forAllContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Context[] filterValues)
thereExistsContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void forAllContext(short operator,
Collection values)
forAllContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Collection values)
thereExistsContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperatorspublic org.w3c.cci2.MultivaluedFeaturePredicate context()
ContextCapableQueryContextCapable
testing whether the feature context has values or not.
context in interface ContextCapableQuerypublic ContextQuery thereExistsContext()
ContextCapableQuerycontext to the
predicate. The predicate for ContextCapable evaluates
true if its value of feature context
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!
thereExistsContext in interface ContextCapableQuerypublic ContextQuery forAllContext()
ContextCapableQuerycontext to the
predicate. The predicate for ContextCapable evaluates
true if its value of feature context
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!
forAllContext in interface ContextCapableQuery
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface SegmentFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface SegmentFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface SegmentFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface SegmentFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
SegmentFilter
orderByDescription in interface SegmentFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate description()
SegmentQuerySegment testing
whether the value of the feature description is
null or not.
description in interface SegmentQuerypublic org.w3c.cci2.StringTypePredicate thereExistsDescription()
SegmentQuerydescription to the
predicate. The predicate for Segment 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 SegmentQuerypublic org.w3c.cci2.StringTypePredicate forAllDescription()
SegmentQuerydescription to the
predicate. The predicate for Segment 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 SegmentQuerypublic org.w3c.cci2.SimpleTypeOrder orderByDescription()
SegmentQuerySegment depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface SegmentQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||