@Entity public class CorrelationKeyInfo extends Object implements org.jbpm.persistence.api.PersistentCorrelationKey, 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()
getProcessInstanceId in interface org.jbpm.persistence.api.PersistentCorrelationKeypublic void setProcessInstanceId(long processInstanceId)
public void setName(String name)
public void addProperty(CorrelationPropertyInfo property)
public long getId()
getId in interface org.jbpm.persistence.api.PersistentCorrelationKeypublic String toExternalForm()
toExternalForm in interface org.kie.internal.process.CorrelationKeyCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.