Uses of Interface
org.camunda.bpm.engine.impl.util.io.StreamSource
-
Packages that use StreamSource Package Description org.camunda.bpm.engine.impl.util org.camunda.bpm.engine.impl.util.io org.camunda.bpm.engine.impl.util.xml -
-
Uses of StreamSource in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type StreamSource Modifier and Type Method Description ProcessEngineException
EngineUtilLogger. multipleSourcesException(StreamSource source1, StreamSource source2)
-
Uses of StreamSource in org.camunda.bpm.engine.impl.util.io
Classes in org.camunda.bpm.engine.impl.util.io that implement StreamSource Modifier and Type Class Description class
InputStreamSource
class
ResourceStreamSource
class
StringStreamSource
class
UrlStreamSource
-
Uses of StreamSource in org.camunda.bpm.engine.impl.util.xml
Fields in org.camunda.bpm.engine.impl.util.xml declared as StreamSource Modifier and Type Field Description protected StreamSource
Parse. streamSource
Methods in org.camunda.bpm.engine.impl.util.xml with parameters of type StreamSource Modifier and Type Method Description protected void
Parse. setStreamSource(StreamSource streamSource)
-