@Entity public class CorrelationKeyInfo extends Object implements org.kie.internal.process.CorrelationKey, Serializable
| Constructor and Description |
|---|
CorrelationKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(CorrelationPropertyInfo property) |
boolean |
equals(Object obj) |
long |
getId() |
String |
getName() |
long |
getProcessInstanceId() |
List<org.kie.internal.process.CorrelationProperty<?>> |
getProperties() |
int |
hashCode() |
void |
setName(String name) |
void |
setProcessInstanceId(long processInstanceId) |
String |
toExternalForm() |
String |
toString() |
public String getName()
getName in interface org.kie.internal.process.CorrelationKeypublic List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
getProperties in interface org.kie.internal.process.CorrelationKeypublic long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
public void setName(String name)
public void addProperty(CorrelationPropertyInfo property)
public long getId()
public String toExternalForm()
toExternalForm in interface org.kie.internal.process.CorrelationKeyCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.