@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.CorrelationKey
public List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
getProperties
in interface org.kie.internal.process.CorrelationKey
public long getProcessInstanceId()
getProcessInstanceId
in interface org.jbpm.persistence.api.PersistentCorrelationKey
public void setProcessInstanceId(long processInstanceId)
public void setName(String name)
public void addProperty(CorrelationPropertyInfo property)
public long getId()
getId
in interface org.jbpm.persistence.api.PersistentCorrelationKey
public String toExternalForm()
toExternalForm
in interface org.kie.internal.process.CorrelationKey
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.