|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OTEntity | |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.atomizer | |
org.jboss.errai.otec.client.operation | |
org.jboss.errai.otec.server |
Uses of OTEntity in org.jboss.errai.otec.client |
---|
Classes in org.jboss.errai.otec.client that implement OTEntity | |
---|---|
class |
OTEntityImpl<T extends State>
|
Methods in org.jboss.errai.otec.client that return OTEntity | |
---|---|
OTEntity |
OTEntityState.addEntity(State objectReference)
|
OTEntity |
OTEntityStateImpl.addEntity(State objectReference)
|
OTEntity |
OTEntityState.getEntity(int id)
|
OTEntity |
OTEntityStateImpl.getEntity(int id)
|
Methods in org.jboss.errai.otec.client that return types with arguments of type OTEntity | |
---|---|
Collection<OTEntity> |
OTEntityState.getEntities()
|
Collection<OTEntity> |
OTEntityStateImpl.getEntities()
|
Methods in org.jboss.errai.otec.client with parameters of type OTEntity | |
---|---|
void |
OTEntityState.addEntity(OTEntity entity)
|
void |
OTEntityStateImpl.addEntity(OTEntity entity)
|
OTOperationsListBuilder |
AbstractOTEngine.DefaultOTOperationsFactory.createOperation(OTEntity entity)
|
static TransactionLog |
TransactionLogImpl.createTransactionLog(OTEntity entity)
|
static Transformer |
Transformer.createTransformerLocalPrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation)
|
static Transformer |
Transformer.createTransformerRemotePrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation)
|
void |
SinglePeerState.forceResyncAll(OTEntity entity)
|
void |
PeerState.forceResyncAll(OTEntity entity)
|
void |
SinglePeerState.notifyResync(OTEntity entity)
|
void |
PeerState.notifyResync(OTEntity entity)
|
void |
ResyncListener.onResync(OTEntity entity)
|
void |
StateEntitySyncCompletionCallback.syncComplete(OTEntity<State> entity)
|
void |
EntitySyncCompletionCallback.syncComplete(OTEntity<T> entity)
|
Uses of OTEntity in org.jboss.errai.otec.client.atomizer |
---|
Methods in org.jboss.errai.otec.client.atomizer with parameters of type OTEntity | |
---|---|
static AtomizerSession |
Atomizer.syncWidgetWith(OTEngine engine,
OTEntity entity,
com.google.gwt.user.client.ui.ValueBoxBase widget)
|
Constructors in org.jboss.errai.otec.client.atomizer with parameters of type OTEntity | |
---|---|
EntityChangeStreamImpl(OTEngine engine,
OTEntity entity)
|
Uses of OTEntity in org.jboss.errai.otec.client.operation |
---|
Methods in org.jboss.errai.otec.client.operation with parameters of type OTEntity | |
---|---|
boolean |
OTOperationImpl.apply(OTEntity entity)
|
boolean |
OTOperation.apply(OTEntity entity)
|
boolean |
OTOperationImpl.apply(OTEntity entity,
boolean transiently)
|
boolean |
OTOperation.apply(OTEntity entity,
boolean transiently)
|
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)
|
OTOperationsListBuilder |
OTOperationsFactory.createOperation(OTEntity entity)
|
Uses of OTEntity in org.jboss.errai.otec.server |
---|
Methods in org.jboss.errai.otec.server with parameters of type OTEntity | |
---|---|
void |
MultiplePeerState.forceResyncAll(OTEntity entity)
|
void |
MultiplePeerState.notifyResync(OTEntity entity)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |