org.opencrx.kernel.base.cci2
Interface ImportResultQuery

All Superinterfaces:
AnyTypePredicate

public interface ImportResultQuery
extends AnyTypePredicate


Method Summary
 BasicObjectQuery forAllImportedObject()
          Adds a condition for the feature importedObject to the predicate for ImportResult, which evaluates to false unless the value of the feature importedObject satisfies the given condition.
 StringTypePredicate forAllStatusMessage()
          Adds a condition for the feature statusMessage to the predicate for ImportResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
 OptionalFeaturePredicate importedObject()
          Adds a constraint to the predicate for ImportResult testing whether the value of the feature importedObject is null or not.
 SimpleTypeOrder orderByStatus()
          Allows to adds a sort instruction for ImportResult depending the feature status Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStatusMessage()
          Allows to adds a sort instruction for ImportResult depending the feature statusMessage Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Short> status()
           
 OptionalFeaturePredicate statusMessage()
          Adds a constraint to the predicate for ImportResult testing whether the value of the feature statusMessage is null or not.
 BasicObjectQuery thereExistsImportedObject()
          Adds a condition for the feature importedObject to the predicate for ImportResult, which evaluates to false unless the value of the feature importedObject satisfies the given condition.
 StringTypePredicate thereExistsStatusMessage()
          Adds a condition for the feature statusMessage to the predicate for ImportResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

importedObject

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


thereExistsImportedObject

BasicObjectQuery thereExistsImportedObject()
Adds a condition for the feature importedObject to the predicate for ImportResult, which evaluates to false unless the value of the feature importedObject satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllImportedObject

BasicObjectQuery forAllImportedObject()
Adds a condition for the feature importedObject to the predicate for ImportResult, which evaluates to false unless the value of the feature importedObject satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


status

ComparableTypePredicate<Short> status()

orderByStatus

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


statusMessage

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


thereExistsStatusMessage

StringTypePredicate thereExistsStatusMessage()
Adds a condition for the feature statusMessage to the predicate for ImportResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStatusMessage

StringTypePredicate forAllStatusMessage()
Adds a condition for the feature statusMessage to the predicate for ImportResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByStatusMessage

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



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