|
||||||||||
| 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.home1.cci.ImportUsersParamsFilterImpl
public class ImportUsersParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
ImportUsersParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
ImportUsersParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
ImportUsersParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
AnyTypePredicate |
forAllItem()
Adds a constraint for the feature item to the predicate. |
void |
forAllItem(short operator,
byte[][] filterValues)
|
void |
forAllItem(short operator,
Collection values)
|
StringTypePredicate |
forAllItemMimeType()
Adds a constraint for the feature itemMimeType to the
predicate. |
void |
forAllItemMimeType(short operator,
Collection values)
|
void |
forAllItemMimeType(short operator,
String[] filterValues)
|
StringTypePredicate |
forAllItemName()
Adds a constraint for the feature itemName to the
predicate. |
void |
forAllItemName(short operator,
Collection values)
|
void |
forAllItemName(short operator,
String[] filterValues)
|
OptionalFeaturePredicate |
item()
Adds a constraint to the predicate for ImportUsersParams
testing whether the value of the feature item is
null or not. |
OptionalFeaturePredicate |
itemMimeType()
Adds a constraint to the predicate for ImportUsersParams
testing whether the value of the feature itemMimeType is
null or not. |
OptionalFeaturePredicate |
itemName()
Adds a constraint to the predicate for ImportUsersParams
testing whether the value of the feature itemName is
null or not. |
SimpleTypeOrder |
orderByItem()
Allows to adds a sort instruction for ImportUsersParams
depending the feature item
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByItem(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByItemMimeType()
Allows to adds a sort instruction for ImportUsersParams
depending the feature itemMimeType
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByItemMimeType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByItemName()
Allows to adds a sort instruction for ImportUsersParams
depending the feature itemName
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByItemName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
AnyTypePredicate |
thereExistsItem()
Adds a constraint for the feature item to the predicate. |
void |
thereExistsItem(short operator,
byte[][] filterValues)
|
void |
thereExistsItem(short operator,
Collection values)
|
StringTypePredicate |
thereExistsItemMimeType()
Adds a constraint for the feature itemMimeType to the
predicate. |
void |
thereExistsItemMimeType(short operator,
Collection values)
|
void |
thereExistsItemMimeType(short operator,
String[] filterValues)
|
StringTypePredicate |
thereExistsItemName()
Adds a constraint for the feature itemName to the
predicate. |
void |
thereExistsItemName(short operator,
Collection values)
|
void |
thereExistsItemName(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 ImportUsersParamsFilterImpl(RefPackage_1_0 aPackage)
public ImportUsersParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public ImportUsersParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllItem(short operator,
Collection values)
forAllItem in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItem(short operator,
Collection values)
thereExistsItem in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllItem(short operator,
byte[][] filterValues)
forAllItem in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItem(short operator,
byte[][] filterValues)
thereExistsItem in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByItem(short order)
ImportUsersParamsFilter
orderByItem in interface ImportUsersParamsFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate item()
ImportUsersParamsQueryImportUsersParams
testing whether the value of the feature item is
null or not.
item in interface ImportUsersParamsQuerypublic AnyTypePredicate thereExistsItem()
ImportUsersParamsQueryitem to the predicate.
The predicate for ImportUsersParams evaluates
true if its value of feature item 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!
thereExistsItem in interface ImportUsersParamsQuerypublic AnyTypePredicate forAllItem()
ImportUsersParamsQueryitem to the predicate.
The predicate for ImportUsersParams evaluates
true if its value of feature item 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!
forAllItem in interface ImportUsersParamsQuerypublic SimpleTypeOrder orderByItem()
ImportUsersParamsQueryImportUsersParams
depending the feature item
Note: The order in which orderBy…
instructions are given is relevant!
orderByItem in interface ImportUsersParamsQuery
public void forAllItemMimeType(short operator,
Collection values)
forAllItemMimeType in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItemMimeType(short operator,
Collection values)
thereExistsItemMimeType in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllItemMimeType(short operator,
String[] filterValues)
forAllItemMimeType in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItemMimeType(short operator,
String[] filterValues)
thereExistsItemMimeType in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByItemMimeType(short order)
ImportUsersParamsFilter
orderByItemMimeType in interface ImportUsersParamsFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate itemMimeType()
ImportUsersParamsQueryImportUsersParams
testing whether the value of the feature itemMimeType is
null or not.
itemMimeType in interface ImportUsersParamsQuerypublic StringTypePredicate thereExistsItemMimeType()
ImportUsersParamsQueryitemMimeType to the
predicate. The predicate for ImportUsersParams evaluates
true if its value of feature itemMimeType
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!
thereExistsItemMimeType in interface ImportUsersParamsQuerypublic StringTypePredicate forAllItemMimeType()
ImportUsersParamsQueryitemMimeType to the
predicate. The predicate for ImportUsersParams evaluates
true if its value of feature itemMimeType
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!
forAllItemMimeType in interface ImportUsersParamsQuerypublic SimpleTypeOrder orderByItemMimeType()
ImportUsersParamsQueryImportUsersParams
depending the feature itemMimeType
Note: The order in which orderBy…
instructions are given is relevant!
orderByItemMimeType in interface ImportUsersParamsQuery
public void forAllItemName(short operator,
Collection values)
forAllItemName in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItemName(short operator,
Collection values)
thereExistsItemName in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllItemName(short operator,
String[] filterValues)
forAllItemName in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItemName(short operator,
String[] filterValues)
thereExistsItemName in interface ImportUsersParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByItemName(short order)
ImportUsersParamsFilter
orderByItemName in interface ImportUsersParamsFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate itemName()
ImportUsersParamsQueryImportUsersParams
testing whether the value of the feature itemName is
null or not.
itemName in interface ImportUsersParamsQuerypublic StringTypePredicate thereExistsItemName()
ImportUsersParamsQueryitemName to the
predicate. The predicate for ImportUsersParams evaluates
true if its value of feature itemName
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!
thereExistsItemName in interface ImportUsersParamsQuerypublic StringTypePredicate forAllItemName()
ImportUsersParamsQueryitemName to the
predicate. The predicate for ImportUsersParams evaluates
true if its value of feature itemName
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!
forAllItemName in interface ImportUsersParamsQuerypublic SimpleTypeOrder orderByItemName()
ImportUsersParamsQueryImportUsersParams
depending the feature itemName
Note: The order in which orderBy…
instructions are given is relevant!
orderByItemName in interface ImportUsersParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||