public class RemoteCorrelationKey extends Object implements org.kie.internal.process.CorrelationKey, Serializable
| Constructor and Description |
|---|
RemoteCorrelationKey(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<org.kie.internal.process.CorrelationProperty<?>> |
getProperties() |
void |
setName(String name) |
String |
toExternalForm() |
String |
toString() |
public RemoteCorrelationKey(String value)
public String getName()
getName in interface org.kie.internal.process.CorrelationKeypublic void setName(String name)
public List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
getProperties in interface org.kie.internal.process.CorrelationKeypublic String toExternalForm()
toExternalForm in interface org.kie.internal.process.CorrelationKeyCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.