org.opencrx.kernel.admin1.query
Interface ImportLoginPrincipalsParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
ImportLoginPrincipalsParamsFilterImpl

public interface ImportLoginPrincipalsParamsQuery
extends AnyTypePredicate


Method Summary
 AnyTypePredicate forAllItem()
          Adds a constraint for the feature item to the predicate.
 StringTypePredicate forAllItemMimeType()
          Adds a constraint for the feature itemMimeType to the predicate.
 StringTypePredicate forAllItemName()
          Adds a constraint for the feature itemName to the predicate.
 OptionalFeaturePredicate item()
          Adds a constraint to the predicate for ImportLoginPrincipalsParams testing whether the value of the feature item is null or not.
 OptionalFeaturePredicate itemMimeType()
          Adds a constraint to the predicate for ImportLoginPrincipalsParams testing whether the value of the feature itemMimeType is null or not.
 OptionalFeaturePredicate itemName()
          Adds a constraint to the predicate for ImportLoginPrincipalsParams testing whether the value of the feature itemName is null or not.
 SimpleTypeOrder orderByItem()
          Allows to adds a sort instruction for ImportLoginPrincipalsParams depending the feature item Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByItemMimeType()
          Allows to adds a sort instruction for ImportLoginPrincipalsParams depending the feature itemMimeType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByItemName()
          Allows to adds a sort instruction for ImportLoginPrincipalsParams depending the feature itemName Note: The order in which orderBy… instructions are given is relevant!
 AnyTypePredicate thereExistsItem()
          Adds a constraint for the feature item to the predicate.
 StringTypePredicate thereExistsItemMimeType()
          Adds a constraint for the feature itemMimeType to the predicate.
 StringTypePredicate thereExistsItemName()
          Adds a constraint for the feature itemName to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

item

OptionalFeaturePredicate item()
Adds a constraint to the predicate for ImportLoginPrincipalsParams testing whether the value of the feature item is null or not.


thereExistsItem

AnyTypePredicate thereExistsItem()
Adds a constraint for the feature item to the predicate. The predicate for ImportLoginPrincipalsParams 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!


forAllItem

AnyTypePredicate forAllItem()
Adds a constraint for the feature item to the predicate. The predicate for ImportLoginPrincipalsParams 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!


orderByItem

SimpleTypeOrder orderByItem()
Allows to adds a sort instruction for ImportLoginPrincipalsParams depending the feature item Note: The order in which orderBy… instructions are given is relevant!


itemMimeType

OptionalFeaturePredicate itemMimeType()
Adds a constraint to the predicate for ImportLoginPrincipalsParams testing whether the value of the feature itemMimeType is null or not.


thereExistsItemMimeType

StringTypePredicate thereExistsItemMimeType()
Adds a constraint for the feature itemMimeType to the predicate. The predicate for ImportLoginPrincipalsParams 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!


forAllItemMimeType

StringTypePredicate forAllItemMimeType()
Adds a constraint for the feature itemMimeType to the predicate. The predicate for ImportLoginPrincipalsParams 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!


orderByItemMimeType

SimpleTypeOrder orderByItemMimeType()
Allows to adds a sort instruction for ImportLoginPrincipalsParams depending the feature itemMimeType Note: The order in which orderBy… instructions are given is relevant!


itemName

OptionalFeaturePredicate itemName()
Adds a constraint to the predicate for ImportLoginPrincipalsParams testing whether the value of the feature itemName is null or not.


thereExistsItemName

StringTypePredicate thereExistsItemName()
Adds a constraint for the feature itemName to the predicate. The predicate for ImportLoginPrincipalsParams 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!


forAllItemName

StringTypePredicate forAllItemName()
Adds a constraint for the feature itemName to the predicate. The predicate for ImportLoginPrincipalsParams 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!


orderByItemName

SimpleTypeOrder orderByItemName()
Allows to adds a sort instruction for ImportLoginPrincipalsParams depending the feature itemName Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.