Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.otec.client.operation.OpPair

Packages that use OpPair
org.jboss.errai.otec.client   
org.jboss.errai.otec.client.operation   
 

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

Methods in org.jboss.errai.otec.client that return OpPair
 OpPair OpPairDto.toOpPair(OTEngine engine)
           
 

Uses of OpPair in org.jboss.errai.otec.client.operation
 

Methods in org.jboss.errai.otec.client.operation that return OpPair
 OpPair OTOperationImpl.getTransformedFrom()
           
 OpPair OTOperation.getTransformedFrom()
           
static OpPair OpPair.of(OTOperation remoteOp, OTOperation localOp)
           
 

Methods in org.jboss.errai.otec.client.operation with parameters of type OpPair
static OTOperation OTOperationImpl.createLocalOnlyOperation(OTEngine engine, String agentId, List<Mutation> mutationList, OTEntity entity, int revision, OpPair pair)
           
static OTOperation OTOperationImpl.createLocalOnlyOperation(OTEngine engine, String agentId, List<Mutation> mutationList, OTEntity entity, OpPair pair)
           
static OTOperation OTOperationImpl.createOperation(OTEngine engine, String agentId, List<Mutation> mutationList, int entityId, int revision, String revisionHash, OpPair transformedFrom, int lastRevisionTx)
           
static OTOperation OTOperationImpl.createOperation(OTOperation op, OpPair transformedFrom)
           
 


Errai 3.0.1-SNAPSHOT

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