org.opencrx.kernel.base.cci2
Interface NoteQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
ActivityFollowUpQuery, NoteQuery, SubActivityQuery, SyncDataQuery

public interface NoteQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllText()
          Adds a condition for the feature text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition.
 StringTypePredicate forAllTitle()
          Adds a condition for the feature title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition.
 SimpleTypeOrder orderByText()
          Allows to adds a sort instruction for Note depending the feature text Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTitle()
          Allows to adds a sort instruction for Note depending the feature title Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate text()
          Adds a constraint to the predicate for Note testing whether the value of the feature text is null or not.
 StringTypePredicate thereExistsText()
          Adds a condition for the feature text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition.
 StringTypePredicate thereExistsTitle()
          Adds a condition for the feature title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition.
 OptionalFeaturePredicate title()
          Adds a constraint to the predicate for Note testing whether the value of the feature title is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

text

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


thereExistsText

StringTypePredicate thereExistsText()
Adds a condition for the feature text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition.

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


forAllText

StringTypePredicate forAllText()
Adds a condition for the feature text to the predicate for Note, which evaluates to false unless the value of the feature text satisfies the given condition.

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


orderByText

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


title

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


thereExistsTitle

StringTypePredicate thereExistsTitle()
Adds a condition for the feature title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition.

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


forAllTitle

StringTypePredicate forAllTitle()
Adds a condition for the feature title to the predicate for Note, which evaluates to false unless the value of the feature title satisfies the given condition.

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


orderByTitle

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



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