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