org.opencrx.security.identity1.cci2
Interface SegmentQuery

All Superinterfaces:
AnyTypePredicate, ContextCapableQuery, SegmentQuery

public interface SegmentQuery
extends SegmentQuery


Method Summary
 SubjectQuery forAllSubject()
          Adds a condition for the feature subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition.
 MultivaluedFeaturePredicate subject()
          Adds a constraint to the predicate for Segment testing whether the feature subject has values or not.
 SubjectQuery thereExistsSubject()
          Adds a condition for the feature subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition.
 
Methods inherited from interface org.openmdx.base.cci2.SegmentQuery
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtent
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

subject

MultivaluedFeaturePredicate subject()
Adds a constraint to the predicate for Segment testing whether the feature subject has values or not.


thereExistsSubject

SubjectQuery thereExistsSubject()
Adds a condition for the feature subject to the predicate for Segment, which evaluates to false unless the value of the feature subject satisfies the given condition.

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


forAllSubject

SubjectQuery forAllSubject()
Adds a condition for the feature subject to the predicate for Segment, which evaluates to false unless the value of the feature subject 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-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.