Skip navigation links
KIE :: Documentation :: Example Code 6.5.0.CR2
C D G J L M O R S W 

C

createJmsRuntimeEngine(String, URL, String, String) - Method in class org.kie.remote.client.documentation.MigrationFrom6_0To6_2ExamplesTODO
In the 6.0.x code, we did this: // Setup remote JMS runtime engine factory RemoteJmsRuntimeEngineFactory remoteJmsFactory = new RemoteJmsRuntimeEngineFactory(deploymentId, serverUrl, user, password); // Create runtime engine RuntimeEngine engine = remoteJmsFactory.newRuntimeEngine();
createRestRuntimeEngineWithBuilder() - Method in class org.kie.remote.client.documentation.MigrationFrom6_0To6_2ExamplesTODO
With the introduction of the fluent/builder API in 6.2.x, we could do this: RemoteRestRuntimeEngineFactory factory = RemoteRestRuntimeEngineFactory.newBuilder() .addUserName("user") .addPassword("pass") .addUrl(new URL("http://localhost:8080/business-central")) .build(); RuntimeEngine runtimeEngine = factory.newRuntimeEngine(); With the 6.0.x code, we built a factory, that we then used to create the runtime..

D

DocumentationBuilderExamplesTODO - Class in org.kie.remote.client.documentation
 
DocumentationBuilderExamplesTODO() - Constructor for class org.kie.remote.client.documentation.DocumentationBuilderExamplesTODO
 
DocumentationRestCallExamplesTODO - Class in org.kie.remote.client.documentation
 
DocumentationRestCallExamplesTODO() - Constructor for class org.kie.remote.client.documentation.DocumentationRestCallExamplesTODO
 
DocumentationRestExamplesTODO - Class in org.kie.remote.client.documentation
 
DocumentationRestExamplesTODO() - Constructor for class org.kie.remote.client.documentation.DocumentationRestExamplesTODO
 

G

getData() - Method in class org.kie.remote.client.documentation.objects.MyType
 
getTaskInstanceInfo(URL, long, String, String) - Method in class org.kie.remote.client.documentation.DocumentationRestCallExamplesTODO
Retrieves a task instance from the remote REST API
getText() - Method in class org.kie.remote.client.documentation.objects.MyType
 

J

javaRemoteApiRestExample(String, URL, String, String) - Method in class org.kie.remote.client.documentation.DocumentationRestExamplesTODO
 
jmsBuilderExamples() - Method in class org.kie.remote.client.documentation.DocumentationBuilderExamplesTODO
 
JmsJavaApiExamples - Class in org.kie.remote.client.documentation.jms
 
JmsJavaApiExamples() - Constructor for class org.kie.remote.client.documentation.jms.JmsJavaApiExamples
 

L

logger - Static variable in class org.kie.remote.client.documentation.jms.SendJmsExamplesTODO
 

M

MigrationFrom6_0To6_2ExamplesTODO - Class in org.kie.remote.client.documentation
 
MigrationFrom6_0To6_2ExamplesTODO() - Constructor for class org.kie.remote.client.documentation.MigrationFrom6_0To6_2ExamplesTODO
 
multipleDifferentRuntimeExamples(String, URL, boolean) - Method in class org.kie.remote.client.documentation.DocumentationBuilderExamplesTODO
 
MyType - Class in org.kie.remote.client.documentation.objects
 
MyType() - Constructor for class org.kie.remote.client.documentation.objects.MyType
 
MyType(String, int) - Constructor for class org.kie.remote.client.documentation.objects.MyType
 

O

org.kie.remote.client.documentation - package org.kie.remote.client.documentation
 
org.kie.remote.client.documentation.jms - package org.kie.remote.client.documentation.jms
 
org.kie.remote.client.documentation.objects - package org.kie.remote.client.documentation.objects
 
org.kie.remote.client.documentation.rest - package org.kie.remote.client.documentation.rest
 
org.kie.remote.client.documentation.ws - package org.kie.remote.client.documentation.ws
 

R

readExternal(ObjectInput) - Method in class org.kie.remote.client.documentation.objects.MyType
 
RestJavaApiExamples - Class in org.kie.remote.client.documentation.rest
 
RestJavaApiExamples() - Constructor for class org.kie.remote.client.documentation.rest.RestJavaApiExamples
 

S

sendCommandsViaJms(String, String, String, String, String, String, String) - Method in class org.kie.remote.client.documentation.jms.SendJmsExamplesTODO
 
sendJmsCommand(Command, String, String, String, String, String, Long, ConnectionFactory, Queue, Queue, SerializationProvider, Set<Class<?>>, int, long) - Static method in class org.kie.remote.client.documentation.jms.SendJmsExamplesTODO
 
SendJmsExamplesTODO - Class in org.kie.remote.client.documentation.jms
 
SendJmsExamplesTODO() - Constructor for class org.kie.remote.client.documentation.jms.SendJmsExamplesTODO
 
setData(Integer) - Method in class org.kie.remote.client.documentation.objects.MyType
 
setText(String) - Method in class org.kie.remote.client.documentation.objects.MyType
 
simpleRestBuilderExample() - Method in class org.kie.remote.client.documentation.rest.RestJavaApiExamples
 
startProcessAndHandleTaskViaJmsRemoteJavaAPISsl(String, int, String, String, String, String, String, String) - Method in class org.kie.remote.client.documentation.jms.JmsJavaApiExamples
 
startProcessAndHandleTaskViaRestRemoteJavaAPI(URL, String, String, String) - Method in class org.kie.remote.client.documentation.rest.RestJavaApiExamples
 
startProcessViaJmsRemoteJavaAPI(String, int, String, String, String, String) - Method in class org.kie.remote.client.documentation.jms.JmsJavaApiExamples
 
startProcessViaJmsRemoteJavaAPI(String, String, String, String, String) - Method in class org.kie.remote.client.documentation.jms.JmsJavaApiExamples
 
startProcessViaJmsRemoteJavaAPIInitialContext(String, int, String, String, String, String) - Method in class org.kie.remote.client.documentation.jms.JmsJavaApiExamples
 
startSimpleProcess(URL, String, String, String, String) - Static method in class org.kie.remote.client.documentation.ws.WebserviceJavaApiExamples
Start a simple process, and retrieve the task information and content via the webservice

W

WebserviceJavaApiExamples - Class in org.kie.remote.client.documentation.ws
 
WebserviceJavaApiExamples() - Constructor for class org.kie.remote.client.documentation.ws.WebserviceJavaApiExamples
 
writeExternal(ObjectOutput) - Method in class org.kie.remote.client.documentation.objects.MyType
 
C D G J L M O R S W 
Skip navigation links
KIE :: Documentation :: Example Code 6.5.0.CR2

Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.