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. actionsMethods in org.javlo.service.syncro that return AbstractSynchroContext.SynchroAction Modifier and Type Method Description protected AbstractSynchroContext.SynchroActionAbstractSynchroService. defineAction(SC context, String path)Called to define the required action for the specified path.protected AbstractSynchroContext.SynchroActionServerSynchroService. defineAction(BaseSynchroContext context, String path)AbstractSynchroContext.SynchroActionAbstractSynchroContext. getAction(String path)static AbstractSynchroContext.SynchroActionAbstractSynchroContext.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 voidAbstractSynchroService. applyAction(SC context, String path, AbstractSynchroContext.SynchroAction action)Apply the action required for the path.protected voidBaseSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)protected voidServerSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)List<String>AbstractSynchroContext. getPathsWithAction(AbstractSynchroContext.SynchroAction action)voidAbstractSynchroContext. setAction(String path, AbstractSynchroContext.SynchroAction action)
-