Uses of Interface
org.kie.internal.process.CorrelationKey
Packages that use CorrelationKey
-
Uses of CorrelationKey in org.kie.internal.command
Methods in org.kie.internal.command that return CorrelationKeyMethods in org.kie.internal.command with parameters of type CorrelationKeyModifier and TypeMethodDescriptionvoidCorrelationKeyCommand.setCorrelationKey(CorrelationKey key) -
Uses of CorrelationKey in org.kie.internal.jaxb
Methods in org.kie.internal.jaxb that return CorrelationKeyModifier and TypeMethodDescriptionstatic CorrelationKeyCorrelationKeyXmlAdapter.unmarshalCorrelationKey(String key) This method has been made "static"ally available so that non-JAXB code does not have to (unnecesarily) instantiate an instance fo this class.Methods in org.kie.internal.jaxb with parameters of type CorrelationKeyModifier and TypeMethodDescriptionCorrelationKeyXmlAdapter.marshal(CorrelationKey key) static StringCorrelationKeyXmlAdapter.marshalCorrelationKey(CorrelationKey key) This method has been made "static"ally available so that non-JAXB code does not have to (unnecesarily) instantiate an instance fo this class. -
Uses of CorrelationKey in org.kie.internal.process
Methods in org.kie.internal.process that return CorrelationKeyModifier and TypeMethodDescriptionCorrelationKeyFactory.newCorrelationKey(String businessKey) CorrelationKeyFactory.newCorrelationKey(List<String> businessKeys) Methods in org.kie.internal.process with parameters of type CorrelationKeyModifier and TypeMethodDescriptionCorrelationAwareProcessRuntime.createProcessInstance(String processId, CorrelationKey correlationKey, Map<String, Object> parameters) Creates a new process instance (but does not yet start it).CorrelationAwareProcessRuntime.getProcessInstance(CorrelationKey correlationKey) Returns the process instance with the given correlationKey.CorrelationAwareProcessRuntime.startProcess(String processId, CorrelationKey correlationKey, Map<String, Object> parameters) Start a new process instance.CorrelationAwareProcessRuntime.startProcessFromNodeIds(String processId, CorrelationKey key, Map<String, Object> params, String... nodeIds) Starts a process with the values supplied from the current nodes