|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mutation | |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.mutation | |
org.jboss.errai.otec.client.operation |
Uses of Mutation in org.jboss.errai.otec.client |
---|
Methods in org.jboss.errai.otec.client that return Mutation | |
---|---|
static Mutation |
Transformer.mutationCombinitator(Collection<Mutation> toCombine)
|
Methods in org.jboss.errai.otec.client that return types with arguments of type Mutation | |
---|---|
List<Mutation> |
OpDto.getMutations()
|
Method parameters in org.jboss.errai.otec.client with type arguments of type Mutation | |
---|---|
static Mutation |
Transformer.mutationCombinitator(Collection<Mutation> toCombine)
|
void |
OpDto.setMutations(List<Mutation> mutations)
|
Uses of Mutation in org.jboss.errai.otec.client.mutation |
---|
Classes in org.jboss.errai.otec.client.mutation that implement Mutation | |
---|---|
class |
CharacterMutation
|
class |
StringMutation
|
Methods in org.jboss.errai.otec.client.mutation that return Mutation | |
---|---|
Mutation<StringState,Character> |
CharacterMutation.combineWith(Mutation<StringState,Character> combine)
|
Mutation<StringState,String> |
StringMutation.combineWith(Mutation<StringState,String> combine)
|
Mutation<T,D> |
Mutation.combineWith(Mutation<T,D> combine)
|
Mutation<StringState,Character> |
CharacterMutation.newBasedOn(int index)
|
Mutation<StringState,String> |
StringMutation.newBasedOn(int index)
|
Mutation<T,D> |
Mutation.newBasedOn(int index)
|
Mutation<StringState,Character> |
CharacterMutation.newBasedOn(int index,
int truncate)
|
Mutation<StringState,String> |
StringMutation.newBasedOn(int index,
int truncate)
|
Mutation<T,D> |
Mutation.newBasedOn(int index,
int truncate)
|
Methods in org.jboss.errai.otec.client.mutation with parameters of type Mutation | |
---|---|
Mutation<StringState,Character> |
CharacterMutation.combineWith(Mutation<StringState,Character> combine)
|
Mutation<StringState,String> |
StringMutation.combineWith(Mutation<StringState,String> combine)
|
Mutation<T,D> |
Mutation.combineWith(Mutation<T,D> combine)
|
Uses of Mutation in org.jboss.errai.otec.client.operation |
---|
Methods in org.jboss.errai.otec.client.operation that return types with arguments of type Mutation | |
---|---|
List<Mutation> |
OTOperationImpl.getMutations()
|
List<Mutation> |
OTOperation.getMutations()
|
Method parameters in org.jboss.errai.otec.client.operation with type arguments of type Mutation | |
---|---|
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)
|
static OTOperation |
OTOperationImpl.createOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
int entityId,
int revision,
String revisionHash,
OpPair transformedFrom,
int lastRevisionTx)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |