Uses of Class
org.javlo.service.syncro.AbstractSynchroContext.SynchroAction
-
Packages that use AbstractSynchroContext.SynchroAction Package Description org.javlo.service.syncro -
-
Uses of AbstractSynchroContext.SynchroAction in org.javlo.service.syncro
Fields in org.javlo.service.syncro with type parameters of type AbstractSynchroContext.SynchroAction Modifier and Type Field Description protected Map<String,AbstractSynchroContext.SynchroAction>
AbstractSynchroContext. actions
Methods in org.javlo.service.syncro that return AbstractSynchroContext.SynchroAction Modifier and Type Method Description protected AbstractSynchroContext.SynchroAction
AbstractSynchroService. defineAction(SC context, String path)
Called to define the required action for the specified path.protected AbstractSynchroContext.SynchroAction
ServerSynchroService. defineAction(BaseSynchroContext context, String 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.Methods in org.javlo.service.syncro with parameters of type AbstractSynchroContext.SynchroAction Modifier and Type Method Description protected abstract void
AbstractSynchroService. applyAction(SC context, String path, AbstractSynchroContext.SynchroAction action)
Apply the action required for the path.protected void
BaseSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)
protected void
ServerSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)
List<String>
AbstractSynchroContext. getPathsWithAction(AbstractSynchroContext.SynchroAction action)
void
AbstractSynchroContext. setAction(String path, AbstractSynchroContext.SynchroAction action)
-