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.CorrelationKey
public void setName(String name)
public List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
getProperties
in interface org.kie.internal.process.CorrelationKey
public String toExternalForm()
toExternalForm
in interface org.kie.internal.process.CorrelationKey
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.