|
||||||||||
| 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.generic.cci.PicturedFilterImpl
public class PicturedFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
PicturedFilterImpl(RefPackage_1_0 aPackage)
|
|
PicturedFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
PicturedFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
MediaQuery |
forAllPicture()
Adds a constraint for the feature picture to the
predicate. |
void |
forAllPicture(short operator,
Collection values)
|
void |
forAllPicture(short operator,
Media[] filterValues)
|
AnyTypePredicate |
forAllPictureContent()
Adds a constraint for the feature pictureContent to the
predicate. |
void |
forAllPictureContent(short operator,
byte[][] filterValues)
|
void |
forAllPictureContent(short operator,
Collection values)
|
StringTypePredicate |
forAllPictureContentMimeType()
Adds a constraint for the feature pictureContentMimeType
to the predicate. |
void |
forAllPictureContentMimeType(short operator,
Collection values)
|
void |
forAllPictureContentMimeType(short operator,
String[] filterValues)
|
StringTypePredicate |
forAllPictureContentName()
Adds a constraint for the feature pictureContentName to
the predicate. |
void |
forAllPictureContentName(short operator,
Collection values)
|
void |
forAllPictureContentName(short operator,
String[] filterValues)
|
SimpleTypeOrder |
orderByPictureContent()
Allows to adds a sort instruction for Pictured depending
the feature pictureContent
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPictureContent(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByPictureContentMimeType()
Allows to adds a sort instruction for Pictured depending
the feature pictureContentMimeType
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPictureContentMimeType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByPictureContentName()
Allows to adds a sort instruction for Pictured depending
the feature pictureContentName
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPictureContentName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
OptionalFeaturePredicate |
picture()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature picture is
null or not. |
OptionalFeaturePredicate |
pictureContent()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature pictureContent is
null or not. |
OptionalFeaturePredicate |
pictureContentMimeType()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature pictureContentMimeType is
null or not. |
OptionalFeaturePredicate |
pictureContentName()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature pictureContentName is
null or not. |
MediaQuery |
thereExistsPicture()
Adds a constraint for the feature picture to the
predicate. |
void |
thereExistsPicture(short operator,
Collection values)
|
void |
thereExistsPicture(short operator,
Media[] filterValues)
|
AnyTypePredicate |
thereExistsPictureContent()
Adds a constraint for the feature pictureContent to the
predicate. |
void |
thereExistsPictureContent(short operator,
byte[][] filterValues)
|
void |
thereExistsPictureContent(short operator,
Collection values)
|
StringTypePredicate |
thereExistsPictureContentMimeType()
Adds a constraint for the feature pictureContentMimeType
to the predicate. |
void |
thereExistsPictureContentMimeType(short operator,
Collection values)
|
void |
thereExistsPictureContentMimeType(short operator,
String[] filterValues)
|
StringTypePredicate |
thereExistsPictureContentName()
Adds a constraint for the feature pictureContentName to
the predicate. |
void |
thereExistsPictureContentName(short operator,
Collection values)
|
void |
thereExistsPictureContentName(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 PicturedFilterImpl(RefPackage_1_0 aPackage)
public PicturedFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public PicturedFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllPicture(short operator,
Media[] filterValues)
forAllPicture in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPicture(short operator,
Media[] filterValues)
thereExistsPicture in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void forAllPicture(short operator,
Collection values)
forAllPicture in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPicture(short operator,
Collection values)
thereExistsPicture in interface PicturedFilteroperator - The operator for this filter.FilterOperatorspublic OptionalFeaturePredicate picture()
PicturedQueryPictured testing
whether the value of the feature picture is
null or not.
picture in interface PicturedQuerypublic MediaQuery thereExistsPicture()
PicturedQuerypicture to the
predicate. The predicate for Pictured evaluates
true if its value of feature picture
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!
thereExistsPicture in interface PicturedQuerypublic MediaQuery forAllPicture()
PicturedQuerypicture to the
predicate. The predicate for Pictured evaluates
true if its value of feature picture
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!
forAllPicture in interface PicturedQuery
public void forAllPictureContent(short operator,
Collection values)
forAllPictureContent in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPictureContent(short operator,
Collection values)
thereExistsPictureContent in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void forAllPictureContent(short operator,
byte[][] filterValues)
forAllPictureContent in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPictureContent(short operator,
byte[][] filterValues)
thereExistsPictureContent in interface PicturedFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPictureContent(short order)
PicturedFilter
orderByPictureContent in interface PicturedFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate pictureContent()
PicturedQueryPictured testing
whether the value of the feature pictureContent is
null or not.
pictureContent in interface PicturedQuerypublic AnyTypePredicate thereExistsPictureContent()
PicturedQuerypictureContent to the
predicate. The predicate for Pictured evaluates
true if its value of feature pictureContent
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!
thereExistsPictureContent in interface PicturedQuerypublic AnyTypePredicate forAllPictureContent()
PicturedQuerypictureContent to the
predicate. The predicate for Pictured evaluates
true if its value of feature pictureContent
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!
forAllPictureContent in interface PicturedQuerypublic SimpleTypeOrder orderByPictureContent()
PicturedQueryPictured depending
the feature pictureContent
Note: The order in which orderBy…
instructions are given is relevant!
orderByPictureContent in interface PicturedQuery
public void forAllPictureContentMimeType(short operator,
Collection values)
forAllPictureContentMimeType in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPictureContentMimeType(short operator,
Collection values)
thereExistsPictureContentMimeType in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void forAllPictureContentMimeType(short operator,
String[] filterValues)
forAllPictureContentMimeType in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPictureContentMimeType(short operator,
String[] filterValues)
thereExistsPictureContentMimeType in interface PicturedFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPictureContentMimeType(short order)
PicturedFilter
orderByPictureContentMimeType in interface PicturedFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate pictureContentMimeType()
PicturedQueryPictured testing
whether the value of the feature pictureContentMimeType is
null or not.
pictureContentMimeType in interface PicturedQuerypublic StringTypePredicate thereExistsPictureContentMimeType()
PicturedQuerypictureContentMimeType
to the predicate. The predicate for Pictured evaluates
true if its value of feature
pictureContentMimeType 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!
thereExistsPictureContentMimeType in interface PicturedQuerypublic StringTypePredicate forAllPictureContentMimeType()
PicturedQuerypictureContentMimeType
to the predicate. The predicate for Pictured evaluates
true if its value of feature
pictureContentMimeType 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!
forAllPictureContentMimeType in interface PicturedQuerypublic SimpleTypeOrder orderByPictureContentMimeType()
PicturedQueryPictured depending
the feature pictureContentMimeType
Note: The order in which orderBy…
instructions are given is relevant!
orderByPictureContentMimeType in interface PicturedQuery
public void forAllPictureContentName(short operator,
Collection values)
forAllPictureContentName in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPictureContentName(short operator,
Collection values)
thereExistsPictureContentName in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void forAllPictureContentName(short operator,
String[] filterValues)
forAllPictureContentName in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPictureContentName(short operator,
String[] filterValues)
thereExistsPictureContentName in interface PicturedFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPictureContentName(short order)
PicturedFilter
orderByPictureContentName in interface PicturedFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate pictureContentName()
PicturedQueryPictured testing
whether the value of the feature pictureContentName is
null or not.
pictureContentName in interface PicturedQuerypublic StringTypePredicate thereExistsPictureContentName()
PicturedQuerypictureContentName to
the predicate. The predicate for Pictured evaluates
true if its value of feature
pictureContentName 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!
thereExistsPictureContentName in interface PicturedQuerypublic StringTypePredicate forAllPictureContentName()
PicturedQuerypictureContentName to
the predicate. The predicate for Pictured evaluates
true if its value of feature
pictureContentName 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!
forAllPictureContentName in interface PicturedQuerypublic SimpleTypeOrder orderByPictureContentName()
PicturedQueryPictured depending
the feature pictureContentName
Note: The order in which orderBy…
instructions are given is relevant!
orderByPictureContentName in interface PicturedQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||