Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.otec.client.OpDto

Packages that use OpDto
org.jboss.errai.otec.client   
org.jboss.errai.otec.server   
 

Uses of OpDto in org.jboss.errai.otec.client
 

Methods in org.jboss.errai.otec.client that return OpDto
static OpDto OpDto.fromOperation(OTOperation operation, int lastRevisionTx)
           
 OpDto OpPairDto.getLocalOp()
           
 OpDto OpPairDto.getRemoteOp()
           
 

Methods in org.jboss.errai.otec.client with parameters of type OpDto
 int OpDto.compareTo(OpDto o)
           
 

Constructors in org.jboss.errai.otec.client with parameters of type OpDto
OpPairDto(OpDto remoteOp, OpDto localOp)
           
 

Uses of OpDto in org.jboss.errai.otec.server
 

Methods in org.jboss.errai.otec.server that return types with arguments of type OpDto
 Collection<OpDto> ClientDemuxer.getEnginePlanFor(OpDto dto)
           
 

Methods in org.jboss.errai.otec.server with parameters of type OpDto
 Collection<OpDto> ClientDemuxer.getEnginePlanFor(OpDto dto)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.