Class RemoteCorrelationKey
- java.lang.Object
-
- org.jbpm.workbench.pr.backend.server.model.RemoteCorrelationKey
-
- All Implemented Interfaces:
Serializable,org.kie.internal.process.CorrelationKey
public class RemoteCorrelationKey extends Object implements org.kie.internal.process.CorrelationKey, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteCorrelationKey(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<org.kie.internal.process.CorrelationProperty<?>>getProperties()voidsetName(String name)StringtoExternalForm()StringtoString()
-
-
-
Constructor Detail
-
RemoteCorrelationKey
public RemoteCorrelationKey(String value)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.kie.internal.process.CorrelationKey
-
setName
public void setName(String name)
-
getProperties
public List<org.kie.internal.process.CorrelationProperty<?>> getProperties()
- Specified by:
getPropertiesin interfaceorg.kie.internal.process.CorrelationKey
-
toExternalForm
public String toExternalForm()
- Specified by:
toExternalFormin interfaceorg.kie.internal.process.CorrelationKey
-
-