@Component public class SynchronizationService extends Object
| Constructor and Description |
|---|
SynchronizationService() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
syncLeftToRight(InputStream lhsInputStream,
InputStream rhsInputStream)
Given the streams of two bpmn 2.0 diagrams, perform the
synchronization from left to right.
|
InputStream |
syncRightToLeft(InputStream lhsInputStream,
InputStream rhsInputStream)
Given the streams of two bpmn 2.0 diagrams, perform the
synchronization from right to left.
|
public InputStream syncLeftToRight(InputStream lhsInputStream, InputStream rhsInputStream) throws IOException
lhsInputStream - rhsInputStream - IOExceptionpublic InputStream syncRightToLeft(InputStream lhsInputStream, InputStream rhsInputStream) throws IOException
lhsInputStream - rhsInputStream - IOExceptionCopyright © 2015. All rights reserved.