Package org.jbpm.bpmn2.core
Class Collaboration
- java.lang.Object
-
- org.jbpm.bpmn2.core.Collaboration
-
- All Implemented Interfaces:
Serializable
public class Collaboration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Collaboration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCorrelationKey(CorrelationKey key)
List<CorrelationKey>
getCorrelationKeys()
String
getId()
String
getName()
List<String>
getProcessesRef()
void
setId(String id)
void
setName(String name)
void
setProcessesRef(List<String> processesRef)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
addCorrelationKey
public void addCorrelationKey(CorrelationKey key)
-
getCorrelationKeys
public List<CorrelationKey> getCorrelationKeys()
-
-