Class IntermediateLink
java.lang.Object
io.automatiko.engine.workflow.bpmn2.core.IntermediateLink
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidTurn this link into a throw link.getName()booleanvoidvoidvoidsetUniqueId(String id)
-
Constructor Details
-
IntermediateLink
public IntermediateLink()
-
-
Method Details
-
setUniqueId
-
getUniqueId
-
setTarget
-
getTarget
-
addSource
-
getSources
-
setName
-
getName
-
isThrowLink
public boolean isThrowLink() -
configureThrow
public void configureThrow()Turn this link into a throw link.
-