public static interface AutomationScriptingService.Session extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
<T> T |
adapt(Class<T> typeof) |
<T> T |
handleof(InputStream input,
Class<T> typeof) |
Object |
run(InputStream input) |
close
Object run(InputStream input)
<T> T handleof(InputStream input, Class<T> typeof)
Copyright © 2017 Nuxeo. All rights reserved.