03-23-2012 12:05 PM
<?eclipse version="3.7"?>
<plugin>
<extension
point="org.activiti.designer.eclipse.extension.export.ExportMarshaller">
<ExportMarshaller class="my.company.MyExportMarshaller">
</ExportMarshaller>
</extension>
</plugin>
@Override
public void marshallDiagram(Diagram diagram, IProgressMonitor monitor) {
this.monitor = monitor;
this.diagram = diagram;
// Clear problems for this diagram first
clearMarkers(getResource(diagram.eResource().getURI()));
addProblemToDiagram(diagram, "Start Export", null);
03-24-2012 06:01 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.