Uses of Interface
org.kie.internal.process.CorrelationKey
Packages that use CorrelationKey
Package
Description
-
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 TypeMethodDescriptionorg.kie.api.runtime.process.ProcessInstanceCorrelationAwareProcessRuntime.createProcessInstance(String processId, CorrelationKey correlationKey, Map<String, Object> parameters) Creates a new process instance (but does not yet start it).org.kie.api.runtime.process.ProcessInstanceCorrelationAwareProcessRuntime.getProcessInstance(CorrelationKey correlationKey) Returns the process instance with the given correlationKey.org.kie.api.runtime.process.ProcessInstanceCorrelationAwareProcessRuntime.startProcess(String processId, CorrelationKey correlationKey, Map<String, Object> parameters) Start a new process instance.org.kie.api.runtime.process.ProcessInstanceCorrelationAwareProcessRuntime.startProcessFromNodeIds(String processId, CorrelationKey key, Map<String, Object> params, String... nodeIds) Starts a process with the values supplied from the current nodes -
Uses of CorrelationKey in org.kie.internal.runtime.manager.audit.query
Methods in org.kie.internal.runtime.manager.audit.query with parameters of type CorrelationKeyModifier and TypeMethodDescriptionProcessInstanceLogQueryBuilder.correlationKey(CorrelationKey... correlationKeys) Specify one or more process correlation keys as a criteria -
Uses of CorrelationKey in org.kie.internal.runtime.manager.context
Methods in org.kie.internal.runtime.manager.context that return CorrelationKeyMethods in org.kie.internal.runtime.manager.context with parameters of type CorrelationKeyModifier and TypeMethodDescriptionstatic CorrelationKeyContextCorrelationKeyContext.get(CorrelationKey key) Returns new instance ofCorrelationKeyContextwith correlation key of already existing process instanceConstructors in org.kie.internal.runtime.manager.context with parameters of type CorrelationKey