|
||||||||||
| 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.PolicyFilterImpl
public class PolicyFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
PolicyFilterImpl(RefPackage_1_0 aPackage)
|
|
PolicyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
PolicyFilterImpl(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 Policy 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)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
org.w3c.cci2.StringTypePredicate |
name()
|
org.w3c.cci2.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Policy 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 Policy 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)
|
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 PolicyFilterImpl(RefPackage_1_0 aPackage)
public PolicyFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public PolicyFilterImpl(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 PolicyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface PolicyFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface PolicyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface PolicyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
PolicyFilter
orderByDescription in interface PolicyFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate description()
PolicyQueryPolicy testing
whether the value of the feature description is
null or not.
description in interface PolicyQuerypublic org.w3c.cci2.StringTypePredicate thereExistsDescription()
PolicyQuerydescription to the
predicate. The predicate for Policy 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 PolicyQuerypublic org.w3c.cci2.StringTypePredicate forAllDescription()
PolicyQuerydescription to the
predicate. The predicate for Policy 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 PolicyQuerypublic org.w3c.cci2.SimpleTypeOrder orderByDescription()
PolicyQueryPolicy depending the
feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface PolicyQuery
public void forAllName(short operator,
Collection values)
forAllName in interface PolicyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface PolicyFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface PolicyFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface PolicyFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
PolicyFilter
orderByName in interface PolicyFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.StringTypePredicate name()
name in interface PolicyQuerypublic org.w3c.cci2.SimpleTypeOrder orderByName()
PolicyQueryPolicy depending the
feature name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface PolicyQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||