Uses of Interface
tigase.jaxmpp.core.client.criteria.Criteria

Packages that use Criteria
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.criteria   
tigase.jaxmpp.core.client.criteria.tpath   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.auth   
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.jingle   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.registration   
tigase.jaxmpp.core.client.xmpp.modules.roster   
tigase.jaxmpp.core.client.xmpp.modules.vcard   
 

Uses of Criteria in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client that return Criteria
 Criteria XmppModule.getCriteria()
          Criteria
 

Uses of Criteria in tigase.jaxmpp.core.client.criteria
 

Classes in tigase.jaxmpp.core.client.criteria that implement Criteria
 class ElementCriteria
          Simple implementation of Criteria to check element name and its attributes..
 class Or
          Criteria implementation to realize OR operator.
 

Fields in tigase.jaxmpp.core.client.criteria declared as Criteria
protected  Criteria[] Or.crits
           
protected  Criteria ElementCriteria.nextCriteria
           
 

Methods in tigase.jaxmpp.core.client.criteria that return Criteria
 Criteria Or.add(Criteria criteria)
          Adds restriction for deeper level of elements.
 Criteria ElementCriteria.add(Criteria criteria)
          Adds restriction for deeper level of elements.
 Criteria Criteria.add(Criteria criteria)
          Adds restriction for deeper level of elements.
 

Methods in tigase.jaxmpp.core.client.criteria with parameters of type Criteria
 Criteria Or.add(Criteria criteria)
          Adds restriction for deeper level of elements.
 Criteria ElementCriteria.add(Criteria criteria)
          Adds restriction for deeper level of elements.
 Criteria Criteria.add(Criteria criteria)
          Adds restriction for deeper level of elements.
 

Constructors in tigase.jaxmpp.core.client.criteria with parameters of type Criteria
Or(Criteria... criterias)
           
 

Uses of Criteria in tigase.jaxmpp.core.client.criteria.tpath
 

Methods in tigase.jaxmpp.core.client.criteria.tpath that return Criteria
 Criteria Node.getCriteria()
           
 

Methods in tigase.jaxmpp.core.client.criteria.tpath with parameters of type Criteria
 void Node.setCriteria(Criteria criteria)
           
 

Constructors in tigase.jaxmpp.core.client.criteria.tpath with parameters of type Criteria
Node(Criteria criteria, Node subnode)
           
Node(Criteria criteria, Node subnode, Function f)
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules
 

Methods in tigase.jaxmpp.core.client.xmpp.modules that return Criteria
 Criteria StreamFeaturesModule.getCriteria()
           
 Criteria SoftwareVersionModule.getCriteria()
           
 Criteria SessionEstablishmentModule.getCriteria()
           
 Criteria ResourceBinderModule.getCriteria()
           
 Criteria PingModule.getCriteria()
           
 Criteria BookmarksModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.adhoc declared as Criteria
static Criteria AdHocCommansModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that return Criteria
 Criteria AdHocCommansModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.auth
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.auth declared as Criteria
static Criteria NonSaslAuthModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth that return Criteria
 Criteria SaslModule.getCriteria()
           
 Criteria NonSaslAuthModule.getCriteria()
           
 Criteria AuthModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that return Criteria
 Criteria MessageModule.getCriteria()
          Criteria
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.disco declared as Criteria
static Criteria DiscoItemsModule.CRIT
           
static Criteria DiscoInfoModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco that return Criteria
 Criteria DiscoItemsModule.getCriteria()
           
 Criteria DiscoInfoModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.jingle
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.jingle declared as Criteria
static Criteria JingleModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle that return Criteria
 Criteria JingleModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc that return Criteria
 Criteria MucModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.presence declared as Criteria
static Criteria PresenceModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence that return Criteria
 Criteria PresenceModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.pubsub declared as Criteria
static Criteria PubSubModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that return Criteria
 Criteria PubSubModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.registration
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.registration that return Criteria
 Criteria InBandRegistrationModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.roster declared as Criteria
static Criteria RosterModule.CRIT
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster that return Criteria
 Criteria RosterModule.getCriteria()
           
 

Uses of Criteria in tigase.jaxmpp.core.client.xmpp.modules.vcard
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.vcard that return Criteria
 Criteria VCardModule.getCriteria()
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.