| Package | Description |
|---|---|
| org.granite.tide.cdi | |
| org.granite.tide.invocation | |
| org.granite.tide.seam |
| Modifier and Type | Method and Description |
|---|---|
List<ContextUpdate> |
CDIServiceContext.evaluateResults(Object target,
boolean nothing)
Evaluate results from context
|
List<ContextUpdate> |
TideInvocation.getResults() |
List<ContextUpdate> |
TideInvocation.getUpdates() |
| Modifier and Type | Method and Description |
|---|---|
void |
TideInvocation.evaluated(List<ContextUpdate> results) |
void |
CDIServiceContext.restoreContext(List<ContextUpdate> updates,
Object target)
Evaluate updates in current server context
|
void |
TideInvocation.update(List<ContextUpdate> updates) |
| Modifier and Type | Method and Description |
|---|---|
List<ContextUpdate> |
InvocationResult.getResults() |
List<ContextUpdate> |
InvocationCall.getUpdates() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationResult.setResults(List<ContextUpdate> results) |
void |
InvocationCall.setUpdates(List<ContextUpdate> updates) |
| Constructor and Description |
|---|
InvocationResult(Object result,
List<ContextUpdate> results) |
| Modifier and Type | Method and Description |
|---|---|
List<ContextUpdate> |
AbstractSeamServiceContext.evaluateResults(Component component,
Object target,
boolean nothing)
Evaluate results from context
|
List<ContextUpdate> |
TideInvocation.getResults() |
List<ContextUpdate> |
TideInvocation.getUpdates() |
| Modifier and Type | Method and Description |
|---|---|
void |
TideInvocation.evaluated(List<ContextUpdate> results) |
void |
AbstractSeamServiceContext.restoreContext(List<ContextUpdate> updates,
Component component,
Object target)
Evaluate updates in current server context
|
void |
TideInvocation.update(List<ContextUpdate> updates) |