jBPM distribution 6.1.0.CR2

org.jbpm.workflow.core
Interface Connection

All Superinterfaces:
Connection

public interface Connection
extends Connection

Represents a connection between two nodes in a workflow.


Method Summary
 void setMetaData(String name, Object value)
           
 
Methods inherited from interface org.kie.api.definition.process.Connection
getFrom, getFromType, getMetaData, getTo, getToType
 

Method Detail

setMetaData

void setMetaData(String name,
                 Object value)

jBPM distribution 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.