Package org.jbpm.bpmn2.core
Class IntermediateLink
- java.lang.Object
-
- org.jbpm.bpmn2.core.IntermediateLink
-
- All Implemented Interfaces:
Serializable
public class IntermediateLink extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntermediateLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSource(String sources)voidconfigureThrow()Turn this link into a throw link.StringgetName()List<String>getSources()StringgetTarget()StringgetUniqueId()booleanisThrowLink()voidsetName(String name)voidsetTarget(String target)voidsetUniqueId(String id)
-
-
-
Method Detail
-
setUniqueId
public void setUniqueId(String id)
-
getUniqueId
public String getUniqueId()
-
setTarget
public void setTarget(String target)
-
getTarget
public String getTarget()
-
addSource
public void addSource(String sources)
-
setName
public void setName(String name)
-
getName
public String getName()
-
isThrowLink
public boolean isThrowLink()
-
configureThrow
public void configureThrow()
Turn this link into a throw link.
-
-