|
||||||||||
| 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.building1.cci.LinkableItemLinkFilterImpl
public class LinkableItemLinkFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
LinkableItemLinkFilterImpl(RefPackage_1_0 aPackage)
|
|
LinkableItemLinkFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
LinkableItemLinkFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for LinkableItemLink
testing whether the value of the feature description is
null or not. |
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 |
forAllLinkType(short operator,
Collection values)
|
void |
forAllLinkType(short operator,
short[] filterValues)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
ComparableTypePredicate |
forAllValidFrom()
Adds a constraint for the feature validFrom to the
predicate. |
void |
forAllValidFrom(short operator,
Collection values)
|
void |
forAllValidFrom(short operator,
Date[] filterValues)
|
ComparableTypePredicate |
forAllValidTo()
Adds a constraint for the feature validTo to the
predicate. |
void |
forAllValidTo(short operator,
Collection values)
|
void |
forAllValidTo(short operator,
Date[] filterValues)
|
ComparableTypePredicate |
linkType()
|
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for LinkableItemLink
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. |
SimpleTypeOrder |
orderByLinkType()
Allows to adds a sort instruction for LinkableItemLink
depending the feature linkType
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByLinkType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for LinkableItemLink
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. |
SimpleTypeOrder |
orderByValidFrom()
Allows to adds a sort instruction for LinkableItemLink
depending the feature validFrom
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByValidFrom(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByValidTo()
Allows to adds a sort instruction for LinkableItemLink
depending the feature validTo
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByValidTo(short order)
Specifies the sort order of all the instances that match the filter criteria. |
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 |
thereExistsLinkType(short operator,
Collection values)
|
void |
thereExistsLinkType(short operator,
short[] filterValues)
|
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
ComparableTypePredicate |
thereExistsValidFrom()
Adds a constraint for the feature validFrom to the
predicate. |
void |
thereExistsValidFrom(short operator,
Collection values)
|
void |
thereExistsValidFrom(short operator,
Date[] filterValues)
|
ComparableTypePredicate |
thereExistsValidTo()
Adds a constraint for the feature validTo to the
predicate. |
void |
thereExistsValidTo(short operator,
Collection values)
|
void |
thereExistsValidTo(short operator,
Date[] filterValues)
|
OptionalFeaturePredicate |
validFrom()
Adds a constraint to the predicate for LinkableItemLink
testing whether the value of the feature validFrom is
null or not. |
OptionalFeaturePredicate |
validTo()
Adds a constraint to the predicate for LinkableItemLink
testing whether the value of the feature validTo 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 LinkableItemLinkFilterImpl(RefPackage_1_0 aPackage)
public LinkableItemLinkFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public LinkableItemLinkFilterImpl(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 LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
LinkableItemLinkFilter
orderByDescription in interface LinkableItemLinkFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate description()
LinkableItemLinkQueryLinkableItemLink
testing whether the value of the feature description is
null or not.
description in interface LinkableItemLinkQuerypublic StringTypePredicate thereExistsDescription()
LinkableItemLinkQuerydescription to the
predicate. The predicate for LinkableItemLink 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 LinkableItemLinkQuerypublic StringTypePredicate forAllDescription()
LinkableItemLinkQuerydescription to the
predicate. The predicate for LinkableItemLink 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 LinkableItemLinkQuerypublic SimpleTypeOrder orderByDescription()
LinkableItemLinkQueryLinkableItemLink
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface LinkableItemLinkQuery
public void forAllLinkType(short operator,
Collection values)
forAllLinkType in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsLinkType(short operator,
Collection values)
thereExistsLinkType in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void forAllLinkType(short operator,
short[] filterValues)
forAllLinkType in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsLinkType(short operator,
short[] filterValues)
thereExistsLinkType in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperatorspublic void orderByLinkType(short order)
LinkableItemLinkFilter
orderByLinkType in interface LinkableItemLinkFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate linkType()
linkType in interface LinkableItemLinkQuerypublic SimpleTypeOrder orderByLinkType()
LinkableItemLinkQueryLinkableItemLink
depending the feature linkType
Note: The order in which orderBy…
instructions are given is relevant!
orderByLinkType in interface LinkableItemLinkQuery
public void forAllName(short operator,
Collection values)
forAllName in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
LinkableItemLinkFilter
orderByName in interface LinkableItemLinkFilterorder - The sort order for this filter.Directionspublic StringTypePredicate name()
name in interface LinkableItemLinkQuerypublic SimpleTypeOrder orderByName()
LinkableItemLinkQueryLinkableItemLink
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface LinkableItemLinkQuery
public void forAllValidFrom(short operator,
Collection values)
forAllValidFrom in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValidFrom(short operator,
Collection values)
thereExistsValidFrom in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void forAllValidFrom(short operator,
Date[] filterValues)
forAllValidFrom in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValidFrom(short operator,
Date[] filterValues)
thereExistsValidFrom in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperatorspublic void orderByValidFrom(short order)
LinkableItemLinkFilter
orderByValidFrom in interface LinkableItemLinkFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate validFrom()
LinkableItemLinkQueryLinkableItemLink
testing whether the value of the feature validFrom is
null or not.
validFrom in interface LinkableItemLinkQuerypublic ComparableTypePredicate thereExistsValidFrom()
LinkableItemLinkQueryvalidFrom to the
predicate. The predicate for LinkableItemLink evaluates
true if its value of feature validFrom
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!
thereExistsValidFrom in interface LinkableItemLinkQuerypublic ComparableTypePredicate forAllValidFrom()
LinkableItemLinkQueryvalidFrom to the
predicate. The predicate for LinkableItemLink evaluates
true if its value of feature validFrom
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!
forAllValidFrom in interface LinkableItemLinkQuerypublic SimpleTypeOrder orderByValidFrom()
LinkableItemLinkQueryLinkableItemLink
depending the feature validFrom
Note: The order in which orderBy…
instructions are given is relevant!
orderByValidFrom in interface LinkableItemLinkQuery
public void forAllValidTo(short operator,
Collection values)
forAllValidTo in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValidTo(short operator,
Collection values)
thereExistsValidTo in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void forAllValidTo(short operator,
Date[] filterValues)
forAllValidTo in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperators
public void thereExistsValidTo(short operator,
Date[] filterValues)
thereExistsValidTo in interface LinkableItemLinkFilteroperator - The operator for this filter.FilterOperatorspublic void orderByValidTo(short order)
LinkableItemLinkFilter
orderByValidTo in interface LinkableItemLinkFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate validTo()
LinkableItemLinkQueryLinkableItemLink
testing whether the value of the feature validTo is
null or not.
validTo in interface LinkableItemLinkQuerypublic ComparableTypePredicate thereExistsValidTo()
LinkableItemLinkQueryvalidTo to the
predicate. The predicate for LinkableItemLink evaluates
true if its value of feature validTo
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!
thereExistsValidTo in interface LinkableItemLinkQuerypublic ComparableTypePredicate forAllValidTo()
LinkableItemLinkQueryvalidTo to the
predicate. The predicate for LinkableItemLink evaluates
true if its value of feature validTo
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!
forAllValidTo in interface LinkableItemLinkQuerypublic SimpleTypeOrder orderByValidTo()
LinkableItemLinkQueryLinkableItemLink
depending the feature validTo
Note: The order in which orderBy…
instructions are given is relevant!
orderByValidTo in interface LinkableItemLinkQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||