org.jboss.errai.otec.client.operation
Interface OTOperation
- All Superinterfaces:
- Comparable<OTOperation>
- All Known Implementing Classes:
- OTOperationImpl
public interface OTOperation
- extends Comparable<OTOperation>
- Author:
- Christian Sadilek , Mike Brock
getMutations
List<Mutation> getMutations()
getEntityId
int getEntityId()
getRevision
int getRevision()
getRevisionHash
String getRevisionHash()
shouldPropagate
boolean shouldPropagate()
apply
boolean apply(OTEntity entity)
apply
boolean apply(OTEntity entity,
boolean transiently)
getEngine
OTEngine getEngine()
isNoop
boolean isNoop()
getBasedOn
OTOperation getBasedOn(int revision)
isCanon
boolean isCanon()
isResolvedConflict
boolean isResolvedConflict()
removeFromCanonHistory
void removeFromCanonHistory()
markAsResolvedConflict
void markAsResolvedConflict()
unmarkAsResolvedConflict
void unmarkAsResolvedConflict()
getTransformedFrom
OpPair getTransformedFrom()
getAgentId
String getAgentId()
getOuterPath
OTOperation getOuterPath()
setOuterPath
void setOuterPath(OTOperation outerPath)
isValid
boolean isValid()
invalidate
void invalidate()
getLastRevisionTx
int getLastRevisionTx()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.