org.opencrx.kernel.account1.cci2
Interface CreateOpportunityResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateOpportunityResultQuery
extends AnyTypePredicate


Method Summary
 OpportunityQuery forAllOpportunity()
          Adds a condition for the feature opportunity to the predicate for CreateOpportunityResult, which evaluates to false unless the value of the feature opportunity satisfies the given condition.
 OptionalFeaturePredicate opportunity()
          Adds a constraint to the predicate for CreateOpportunityResult testing whether the value of the feature opportunity is null or not.
 OpportunityQuery thereExistsOpportunity()
          Adds a condition for the feature opportunity to the predicate for CreateOpportunityResult, which evaluates to false unless the value of the feature opportunity satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

opportunity

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


thereExistsOpportunity

OpportunityQuery thereExistsOpportunity()
Adds a condition for the feature opportunity to the predicate for CreateOpportunityResult, which evaluates to false unless the value of the feature opportunity satisfies the given condition.

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


forAllOpportunity

OpportunityQuery forAllOpportunity()
Adds a condition for the feature opportunity to the predicate for CreateOpportunityResult, which evaluates to false unless the value of the feature opportunity satisfies the given condition.

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



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