Package | Description |
---|---|
org.javlo.service.syncro |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AbstractSynchroContext.SynchroAction> |
AbstractSynchroContext.actions |
Modifier and Type | Method and Description |
---|---|
protected AbstractSynchroContext.SynchroAction |
ServerSynchroService.defineAction(BaseSynchroContext context,
String path) |
protected AbstractSynchroContext.SynchroAction |
AbstractSynchroService.defineAction(SC context,
String path)
Called to define the required action for the specified path.
|
AbstractSynchroContext.SynchroAction |
AbstractSynchroContext.getAction(String path) |
static AbstractSynchroContext.SynchroAction |
AbstractSynchroContext.SynchroAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSynchroContext.SynchroAction[] |
AbstractSynchroContext.SynchroAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServerSynchroService.applyAction(BaseSynchroContext context,
String path,
AbstractSynchroContext.SynchroAction action) |
protected void |
BaseSynchroService.applyAction(BaseSynchroContext context,
String path,
AbstractSynchroContext.SynchroAction action) |
protected abstract void |
AbstractSynchroService.applyAction(SC context,
String path,
AbstractSynchroContext.SynchroAction action)
Apply the action required for the path.
|
List<String> |
AbstractSynchroContext.getPathsWithAction(AbstractSynchroContext.SynchroAction action) |
void |
AbstractSynchroContext.setAction(String path,
AbstractSynchroContext.SynchroAction action) |
Copyright © 2012-2018. All Rights Reserved.