Class AutomationMapper
- java.lang.Object
 - 
- org.nuxeo.automation.scripting.internals.AutomationMapper
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AutomationMapper(OperationContext ctx) 
- 
Method Summary
 
 - 
 
- 
- 
Constructor Detail
- 
AutomationMapper
public AutomationMapper(OperationContext ctx)
 
 - 
 
- 
Method Detail
- 
compile
public static CompiledScript compile(Compilable compilable)
 
- 
flush
public void flush()
 
- 
executeOperation
public Object executeOperation(String opId, Object input, ScriptObjectMirror parameters) throws Exception
- Throws:
 Exception
 
- 
containsKey
public boolean containsKey(Object key)
- Specified by:
 containsKeyin interfaceBindings- Specified by:
 containsKeyin interfaceMap<String,Object>
 
- 
containsValue
public boolean containsValue(Object value)
- Specified by:
 containsValuein interfaceMap<String,Object>
 
- 
getOrDefault
public Object getOrDefault(Object key, Object defaultValue)
- Specified by:
 getOrDefaultin interfaceMap<String,Object>
 
- 
forEach
public void forEach(BiConsumer<? super String,? super Object> action)
 
- 
replaceAll
public void replaceAll(BiFunction<? super String,? super Object,? extends Object> function)
- Specified by:
 replaceAllin interfaceMap<String,Object>
 
- 
putIfAbsent
public Object putIfAbsent(String key, Object value)
- Specified by:
 putIfAbsentin interfaceMap<String,Object>
 
- 
computeIfAbsent
public Object computeIfAbsent(String key, Function<? super String,? extends Object> mappingFunction)
- Specified by:
 computeIfAbsentin interfaceMap<String,Object>
 
- 
computeIfPresent
public Object computeIfPresent(String key, BiFunction<? super String,? super Object,? extends Object> remappingFunction)
- Specified by:
 computeIfPresentin interfaceMap<String,Object>
 
- 
compute
public Object compute(String key, BiFunction<? super String,? super Object,? extends Object> remappingFunction)
 
 - 
 
 -