Uses of Class
org.eclipse.higgins.xdi4j.messaging.GetCountOperation

Packages that use GetCountOperation
org.eclipse.higgins.xdi4j.linkcontracts Support for XDI link contracts. 
org.eclipse.higgins.xdi4j.messaging Support for XDI messaging documents and transport protocols. 
 

Uses of GetCountOperation in org.eclipse.higgins.xdi4j.linkcontracts
 

Methods in org.eclipse.higgins.xdi4j.linkcontracts that return GetCountOperation
 GetCountOperation LinkContract.createGetCountOperation()
          Creates a new $get$a$xsd$int operation and adds it to this XDI link contract.
 GetCountOperation LinkContract.getGetCountOperation()
          Returns the $get$a$xsd$int operation in this XDI link contract.
 

Uses of GetCountOperation in org.eclipse.higgins.xdi4j.messaging
 

Methods in org.eclipse.higgins.xdi4j.messaging that return GetCountOperation
 GetCountOperation Message.createGetCountOperation()
          Creates a new $get$a$xsd$int operation and adds it to this XDI message.
static GetCountOperation GetCountOperation.fromPredicate(Predicate predicate)
          Factory method that creates a $get$type$xsd$int XDI messaging operation bound to a given predicate.
 GetCountOperation Message.getGetCountOperation()
          Returns the $get$a$xsd$int operation in this XDI message.