public class DesignerProcessDataEventListener
extends org.kie.workbench.common.services.refactoring.backend.server.impact.ResourceReferenceCollector
implements org.jbpm.compiler.xml.ProcessDataEventListener
ResourceReferenceCollector)
In the onProcessAdded(Process) method, it stores itself in the Process, allowing the BPMN2FileIndexer
to retrieve the DesignerProcessDataEventListener instance later and add it to the indexing information.| Constructor and Description |
|---|
DesignerProcessDataEventListener() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.definition.process.Process |
getProcess() |
void |
onBuildComplete(org.kie.api.definition.process.Process process) |
void |
onComplete(org.kie.api.definition.process.Process process) |
void |
onMetaDataAdded(String name,
Object data) |
void |
onNodeAdded(org.jbpm.workflow.core.Node node) |
void |
onProcessAdded(org.kie.api.definition.process.Process process) |
public static final String NAME
public org.kie.api.definition.process.Process getProcess()
public void onNodeAdded(org.jbpm.workflow.core.Node node)
onNodeAdded in interface org.jbpm.compiler.xml.ProcessDataEventListenerpublic void onProcessAdded(org.kie.api.definition.process.Process process)
onProcessAdded in interface org.jbpm.compiler.xml.ProcessDataEventListenerpublic void onMetaDataAdded(String name, Object data)
onMetaDataAdded in interface org.jbpm.compiler.xml.ProcessDataEventListenerpublic void onComplete(org.kie.api.definition.process.Process process)
onComplete in interface org.jbpm.compiler.xml.ProcessDataEventListenerpublic void onBuildComplete(org.kie.api.definition.process.Process process)
onBuildComplete in interface org.jbpm.compiler.xml.ProcessDataEventListenerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.