KIE Remote Services :: Services 6.1.0.Beta1
A B C D E F G H I J K L M N O P Q R S T U V W

A

AcceptHeaders - Class in org.kie.services.remote.rest.variant
Copied from RestEasy 2.3.6.Final with very minor modifications (RestOperationException) Can be deleted when RESTEASY-960 is fixed
AcceptHeaders() - Constructor for class org.kie.services.remote.rest.variant.AcceptHeaders
 
ActiveNodeInfo - Class in org.kie.services.remote.rest.graph.jaxb
 
ActiveNodeInfo() - Constructor for class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
ActiveNodeInfo(int, int, DiagramNodeInfo) - Constructor for class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
addOnDeploy(DeploymentEvent) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
Called when the workbench/console/business-central deploys a new deployment.
addType(Class<?>) - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
AsyncDeploymentJobExecutor - Class in org.kie.services.remote.rest.async
A lot of the ideas in this class have been taken from the org.jboss.resteasy.coreAsynchronousDispatcher class.
AsyncDeploymentJobExecutor() - Constructor for class org.kie.services.remote.rest.async.AsyncDeploymentJobExecutor
 

B

BackupIdentityProviderProducer - Class in org.kie.services.remote.jms.request
See the ServicesAwareAuditEventBuilder bean for more context.
BackupIdentityProviderProducer() - Constructor for class org.kie.services.remote.jms.request.BackupIdentityProviderProducer
 
badRequest(String) - Static method in exception org.kie.services.remote.rest.exception.RestOperationException
 
bam_clear() - Method in class org.kie.services.remote.rest.TaskResource
 

C

cleanup() - Method in class org.kie.services.remote.jms.RequestMessageBean
 
clear() - Method in class org.kie.services.remote.rest.HistoryResource
History methods
clearRetries(String) - Method in class org.kie.services.remote.jms.RetryTrackerSingleton
 
compareTo(QualityValue) - Method in class org.kie.services.remote.rest.variant.QualityValue
 
conflict(String, Exception) - Static method in exception org.kie.services.remote.rest.exception.RestOperationException
 
content_contentId(long) - Method in class org.kie.services.remote.rest.TaskResource
 
convertKModuleDepUnitToJaxbDepUnit(KModuleDeploymentUnit) - Static method in class org.kie.services.remote.rest.DeploymentResource
 
convertStringListToStatusList(List<String>) - Static method in class org.kie.services.remote.rest.ResourceBase
 
convertTaskToTaskSummary(InternalTask) - Static method in class org.kie.services.remote.rest.ResourceBase
 
createBackupIdentityProvider(String) - Method in class org.kie.services.remote.jms.request.BackupIdentityProviderProducer
 
createCorrectVariant(Object, HttpHeaders) - Static method in class org.kie.services.remote.rest.ResourceBase
 
createCorrectVariant(Object, HttpHeaders, Response.Status) - Static method in class org.kie.services.remote.rest.ResourceBase
 
createDeploymentUnit(String) - Method in class org.kie.services.remote.rest.DeploymentResource
 
createMarshaller() - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
createUnmarshaller() - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
createValidator() - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 

D

DEFAULT - Static variable in class org.kie.services.remote.rest.variant.QualityValue
 
deploy() - Method in class org.kie.services.remote.rest.DeploymentResource
 
DeploymentInfoBean - Class in org.kie.services.remote.cdi
Keeps track of the RuntimeManager instances for each deployment for use by the Remote API.
DeploymentInfoBean() - Constructor for class org.kie.services.remote.cdi.DeploymentInfoBean
 
DeploymentNotFoundException - Exception in org.kie.services.remote.exception
This exception should be thrown when a REST or JMS operation references a deployment unit that does not exist or can not be found.
DeploymentNotFoundException(String) - Constructor for exception org.kie.services.remote.exception.DeploymentNotFoundException
 
DeploymentNotFoundException(String, Throwable) - Constructor for exception org.kie.services.remote.exception.DeploymentNotFoundException
 
DeploymentResource - Class in org.kie.services.remote.rest
If a method in this class is annotated by a @Path annotation, then the name of the method should match the URL specified in the @Path, where "_" characters should be used for all "/" characters in the path.
DeploymentResource() - Constructor for class org.kie.services.remote.rest.DeploymentResource
 
DeploymentsResource - Class in org.kie.services.remote.rest
 
DeploymentsResource() - Constructor for class org.kie.services.remote.rest.DeploymentsResource
 
DescriptiveExceptionHandler - Class in org.kie.services.remote.rest.exception
This class makes sure that exceptions thrown as a result of REST requests are translated into a user-friendly output (with the correct REST error code) for the client.
DescriptiveExceptionHandler() - Constructor for class org.kie.services.remote.rest.exception.DescriptiveExceptionHandler
 
DiagramInfo - Class in org.kie.services.remote.rest.graph.jaxb
 
DiagramInfo() - Constructor for class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
DiagramInfo(int, int, List<DiagramNodeInfo>) - Constructor for class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
DiagramNodeInfo - Class in org.kie.services.remote.rest.graph.jaxb
 
DiagramNodeInfo() - Constructor for class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
DiagramNodeInfo(String, int, int, int, int) - Constructor for class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
disposeRuntimeEngine(RuntimeEngine) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
 
doKieSessionOperation(Command<?>, String, Long, String) - Method in class org.kie.services.remote.rest.RestProcessRequestBean
Executes a command on the KieSession from the proper RuntimeManager.
doNonDeploymentTaskOperation(TaskCommand<?>, String) - Method in class org.kie.services.remote.rest.RestProcessRequestBean
Intended for TaskCommand's which do not modify Tasks.
doNonDeploymentTaskOperationAndSerializeResult(TaskCommand<?>, String) - Method in class org.kie.services.remote.rest.RestProcessRequestBean
Intended for read-only TaskCommands on the TaskService.
doTaskOperationOnDeployment(TaskCommand<?>, String, Long, String) - Method in class org.kie.services.remote.rest.RestProcessRequestBean
Executes a command on the injected TaskService instance.
doTaskOperationOnDeployment(TaskCommand<?>, String) - Method in class org.kie.services.remote.rest.RestProcessRequestBean
Executes a command on the TaskService (without synchronizing around the KieSession)
doubleValue() - Method in class org.kie.services.remote.rest.variant.QualityValue
 
DynamicJAXBContext - Class in org.kie.services.remote.rest.jaxb
 
DynamicJAXBContext() - Constructor for class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 

E

equals(Object) - Method in class org.kie.services.remote.rest.variant.QualityValue
 
events_clear() - Method in class org.kie.services.remote.rest.TaskResource
 
execute(JaxbCommandsRequest) - Method in class org.kie.services.remote.rest.RuntimeResource
 
execute(JaxbCommandsRequest) - Method in class org.kie.services.remote.rest.TaskResource
 
execute(Context) - Method in class org.kie.services.remote.util.ExecuteAndSerializeCommand
 
ExecuteAndSerializeCommand - Class in org.kie.services.remote.util
 
ExecuteAndSerializeCommand() - Constructor for class org.kie.services.remote.util.ExecuteAndSerializeCommand
 
ExecuteAndSerializeCommand(TaskCommand) - Constructor for class org.kie.services.remote.util.ExecuteAndSerializeCommand
 
extractMapFromParams(Map<String, List<String>>, String) - Static method in class org.kie.services.remote.rest.ResourceBase
 

F

floatValue() - Method in class org.kie.services.remote.rest.variant.QualityValue
 
forbidden(String) - Static method in exception org.kie.services.remote.rest.exception.RestOperationException
 

G

getActiveNode() - Method in class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
getActiveNodeInfo(String) - Method in class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 
getAuditLogService() - Method in class org.kie.services.remote.rest.HistoryResource
 
getBestMatch(List<Variant>) - Method in class org.kie.services.remote.rest.variant.ServerDrivenNegotiation
 
getConfig() - Method in class org.kie.services.remote.rest.DeploymentResource
 
getContext() - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
getContext(Class<?>) - Method in class org.kie.services.remote.rest.jaxb.JaxbContextResolver
 
getDeploymentClasses(String) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
Used by classes involved with de/serialzation in order to retrieve (user-defined) clases to be used in de/serialization.
getDeploymentId() - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
getDeploymentIds() - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
 
getDiagramInfo(String) - Method in class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 
getDiagramURL(String) - Method in class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 
getHeight() - Method in class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
getHeight() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
getHeight() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
getJmsRequestScopeIdentityProvider() - Method in class org.kie.services.remote.jms.request.BackupIdentityProviderProducer
 
getLocaleQualityValues(String) - Static method in class org.kie.services.remote.rest.variant.AcceptHeaders
Gets the locales from a comma-separated list.
getLongListParam(String, boolean, Map<String, List<String>>, String, boolean) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getMaximumLimitRetries() - Method in class org.kie.services.remote.jms.RetryTrackerSingleton
 
getMaxNumResultsNeeded(int[]) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getMediaTypeQualityValues(String) - Static method in class org.kie.services.remote.rest.variant.AcceptHeaders
Gets the media types from a comma-separated list.
getName() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
getNodeInfoForActivities(String, List<String>) - Method in class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 
getNodeList() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
getNumberParam(String, boolean, Map<String, List<String>>, String, boolean) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getObjectParam(String, boolean, Map<String, List<String>>, String) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getOrganizationalEntityListFromParams(Map<String, List<String>>, boolean, String) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getOverallQuality() - Method in class org.kie.services.remote.rest.variant.VariantQuality
 
getPageNumAndPageSize(Map<String, List<String>>, String) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getProcessImage(String) - Method in class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 
getRelativePath(UriInfo) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getRequestParams(UriInfo) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getRootElementName(Object) - Method in class org.kie.services.remote.rest.RuntimeResource
 
getRuntimeEngine(String, Long) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
Retrieve the relevant RuntimeEngine instance.
getRuntimeEngineForTaskCommand(TaskCommand<?>, TaskService, boolean) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
 
getRuntimeManager(String) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
 
getStatus(String) - Method in class org.kie.services.remote.rest.async.AsyncDeploymentJobExecutor
 
getStatus() - Method in exception org.kie.services.remote.rest.exception.RestOperationException
 
getStringListParam(String, boolean, Map<String, List<String>>, String) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getStringParam(String, boolean, Map<String, List<String>>, String) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getStringQualityValues(String) - Static method in class org.kie.services.remote.rest.variant.AcceptHeaders
Gets the strings from a comma-separated list.
getValue() - Method in enum org.kie.services.remote.rest.exception.RestOperationException.Status
 
getVariableObjectInstanceFromRuntime(String, long, String) - Method in class org.kie.services.remote.rest.RestProcessRequestBean
 
getVariant(HttpHeaders) - Static method in class org.kie.services.remote.rest.ResourceBase
 
getWidth() - Method in class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
getWidth() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
getWidth() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
getX() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
getY() - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
GraphViewerPluginImpl - Class in org.kie.services.remote.rest.graph
This code needs to be finished -- it was pulled from the old jbpm-gwt module and the bpm-console projec.
GraphViewerPluginImpl() - Constructor for class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 

H

hashCode() - Method in class org.kie.services.remote.rest.variant.QualityValue
 
HIGHEST - Static variable in class org.kie.services.remote.rest.variant.QualityValue
 
history_clear() - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_instance_procInstId(long) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_instance_procInstid_oper(Long, String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_instance_procInstId_oper_logId(Long, String, String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_instances() - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_process_procDefId(String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_variable_varId(String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_variable_varId_instances(String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_variable_varId_value_valueVal(String, String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
history_variable_varId_value_valueVal_instances(String, String) - Method in class org.kie.services.remote.rest.RuntimeResource
Deprecated. 
HistoryResource - Class in org.kie.services.remote.rest
If a method in this class is annotated by a @Path annotation, then the name of the method should match the URL specified in the @Path, where "_" characters should be used for all "/" characters in the path.
HistoryResource() - Constructor for class org.kie.services.remote.rest.HistoryResource
 

I

incrementRetries(String) - Method in class org.kie.services.remote.jms.RetryTrackerSingleton
 
init() - Method in class org.kie.services.remote.jms.RequestMessageBean
 
init() - Method in class org.kie.services.remote.jms.RetryTrackerSingleton
 
instance_procInstId(long) - Method in class org.kie.services.remote.rest.HistoryResource
 
instance_procInstid_oper(Long, String) - Method in class org.kie.services.remote.rest.HistoryResource
 
instance_procInstId_oper_logId(Long, String, String) - Method in class org.kie.services.remote.rest.HistoryResource
 
instances() - Method in class org.kie.services.remote.rest.HistoryResource
 
internalServerError(String) - Static method in exception org.kie.services.remote.rest.exception.RestOperationException
 
internalServerError(String, Exception) - Static method in exception org.kie.services.remote.rest.exception.RestOperationException
 
intValue() - Method in class org.kie.services.remote.rest.variant.QualityValue
 
isAcceptable() - Method in class org.kie.services.remote.rest.variant.QualityValue
 
isPrefered() - Method in class org.kie.services.remote.rest.variant.QualityValue
 

J

JaxbContextResolver - Class in org.kie.services.remote.rest.jaxb
We use this class in order to use (user) classes from Kjar deployments in serialization.
JaxbContextResolver() - Constructor for class org.kie.services.remote.rest.jaxb.JaxbContextResolver
 

K

KieRemoteServicesInternalError - Error in org.kie.services.remote.exception
This class is meant to be thrown in situations that should never happen.
KieRemoteServicesInternalError(String) - Constructor for error org.kie.services.remote.exception.KieRemoteServicesInternalError
 
KieRemoteServicesInternalError(String, Throwable) - Constructor for error org.kie.services.remote.exception.KieRemoteServicesInternalError
 
KieRemoteServicesRuntimeException - Exception in org.kie.services.remote.exception
This exception is primarily used by the JMS code to indicate that an operation that we expect to succeed has failed.
KieRemoteServicesRuntimeException(String) - Constructor for exception org.kie.services.remote.exception.KieRemoteServicesRuntimeException
 
KieRemoteServicesRuntimeException(String, Throwable) - Constructor for exception org.kie.services.remote.exception.KieRemoteServicesRuntimeException
 

L

listDeployments() - Method in class org.kie.services.remote.rest.DeploymentsResource
 
logger - Static variable in class org.kie.services.remote.rest.ResourceBase
 
longValue() - Method in class org.kie.services.remote.rest.variant.QualityValue
 
LOWEST - Static variable in class org.kie.services.remote.rest.variant.QualityValue
 

M

MAX_JOB_QUEUE_SIZE_PROP - Static variable in class org.kie.services.remote.rest.async.AsyncDeploymentJobExecutor
 
maxRetriesReached(String) - Method in class org.kie.services.remote.jms.RetryTrackerSingleton
 

N

NOT_ACCEPTABLE - Static variable in class org.kie.services.remote.rest.variant.QualityValue
 
notFound(String) - Static method in exception org.kie.services.remote.rest.exception.RestOperationException
 

O

onMessage(Message) - Method in class org.kie.services.remote.jms.RequestMessageBean
 
org.kie.services.remote.cdi - package org.kie.services.remote.cdi
 
org.kie.services.remote.exception - package org.kie.services.remote.exception
 
org.kie.services.remote.jms - package org.kie.services.remote.jms
 
org.kie.services.remote.jms.request - package org.kie.services.remote.jms.request
 
org.kie.services.remote.rest - package org.kie.services.remote.rest
 
org.kie.services.remote.rest.async - package org.kie.services.remote.rest.async
 
org.kie.services.remote.rest.exception - package org.kie.services.remote.rest.exception
 
org.kie.services.remote.rest.graph - package org.kie.services.remote.rest.graph
 
org.kie.services.remote.rest.graph.jaxb - package org.kie.services.remote.rest.graph.jaxb
 
org.kie.services.remote.rest.jaxb - package org.kie.services.remote.rest.jaxb
 
org.kie.services.remote.rest.variant - package org.kie.services.remote.rest.variant
 
org.kie.services.remote.util - package org.kie.services.remote.util
 

P

paginate(int[], List<T>) - Static method in class org.kie.services.remote.rest.ResourceBase
 
PROC_INST_ID_PARAM_NAME - Static variable in class org.kie.services.remote.rest.ResourceBase
 
process_defId_start(String) - Method in class org.kie.services.remote.rest.RuntimeResource
 
process_instance_procInstId(Long) - Method in class org.kie.services.remote.rest.RuntimeResource
 
process_instance_procInstId_abort(Long) - Method in class org.kie.services.remote.rest.RuntimeResource
 
process_instance_procInstId_signal(Long) - Method in class org.kie.services.remote.rest.RuntimeResource
 
process_instance_procInstId_variable_varName(Long, String) - Method in class org.kie.services.remote.rest.RuntimeResource
 
process_procDefId(String) - Method in class org.kie.services.remote.rest.HistoryResource
 

Q

QualityValue - Class in org.kie.services.remote.rest.variant
Copied from RestEasy 2.3.6.Final with very minor modifications (RestOperationException) Can be deleted when RESTEASY-960 is fixed
query(UriInfo) - Method in class org.kie.services.remote.rest.TaskResource
 

R

removeOnUnDeploy(DeploymentEvent) - Method in class org.kie.services.remote.cdi.DeploymentInfoBean
Called when the workbench/console/business-central *un*deploys (removes) a deployment.
removeOnUnDeploy(DeploymentEvent) - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
RequestMessageBean - Class in org.kie.services.remote.jms
There are thus multiple queues to which an instance of this class could listen to, which is why the (JMS queue) configuration is done in the ejb-jar.xml file.
RequestMessageBean() - Constructor for class org.kie.services.remote.jms.RequestMessageBean
 
ResourceBase - Class in org.kie.services.remote.rest
 
ResourceBase() - Constructor for class org.kie.services.remote.rest.ResourceBase
 
RestOperationException - Exception in org.kie.services.remote.rest.exception
 
RestOperationException(String) - Constructor for exception org.kie.services.remote.rest.exception.RestOperationException
 
RestOperationException(String, RestOperationException.Status) - Constructor for exception org.kie.services.remote.rest.exception.RestOperationException
 
RestOperationException(String, Throwable) - Constructor for exception org.kie.services.remote.rest.exception.RestOperationException
 
RestOperationException(String, Throwable, RestOperationException.Status) - Constructor for exception org.kie.services.remote.rest.exception.RestOperationException
 
RestOperationException.Status - Enum in org.kie.services.remote.rest.exception
 
restProcessJaxbCommandsRequest(JaxbCommandsRequest, RestProcessRequestBean) - Static method in class org.kie.services.remote.rest.ResourceBase
 
RestProcessRequestBean - Class in org.kie.services.remote.rest
This class is used by both the RuntimeResource and TaskResource to do the core operations on the Deployment/Runtime's KieSession and TaskService.
RestProcessRequestBean() - Constructor for class org.kie.services.remote.rest.RestProcessRequestBean
 
RetryTrackerSingleton - Class in org.kie.services.remote.jms
This class helps make sure that messages which fail are not endlessly retried.
RetryTrackerSingleton() - Constructor for class org.kie.services.remote.jms.RetryTrackerSingleton
 
RuntimeResource - Class in org.kie.services.remote.rest
If a method in this class is annotated by a @Path annotation, then the name of the method should match the URL specified in the @Path, where "_" characters should be used for all "/" characters in the path.
RuntimeResource() - Constructor for class org.kie.services.remote.rest.RuntimeResource
 

S

ServerDrivenNegotiation - Class in org.kie.services.remote.rest.variant
Copied from RestEasy 2.3.6.Final with no modifications Can be deleted when RESTEASY-960 is fixed Variant selection.
ServerDrivenNegotiation() - Constructor for class org.kie.services.remote.rest.variant.ServerDrivenNegotiation
 
setAcceptCharsetHeaders(List<String>) - Method in class org.kie.services.remote.rest.variant.ServerDrivenNegotiation
 
setAcceptEncodingHeaders(List<String>) - Method in class org.kie.services.remote.rest.variant.ServerDrivenNegotiation
 
setAcceptHeaders(List<String>) - Method in class org.kie.services.remote.rest.variant.ServerDrivenNegotiation
 
setAcceptLanguageHeaders(List<String>) - Method in class org.kie.services.remote.rest.variant.ServerDrivenNegotiation
 
setActiveNode(DiagramNodeInfo) - Method in class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
setAuditLogService() - Method in class org.kie.services.remote.rest.HistoryResource
 
setCharacterSetQualityValue(QualityValue) - Method in class org.kie.services.remote.rest.variant.VariantQuality
 
setEncodingQualityValue(QualityValue) - Method in class org.kie.services.remote.rest.variant.VariantQuality
 
setHeight(int) - Method in class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
setHeight(int) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
setHeight(int) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
setLanguageQualityValue(QualityValue) - Method in class org.kie.services.remote.rest.variant.VariantQuality
 
setMediaTypeQualityValue(QualityValue) - Method in class org.kie.services.remote.rest.variant.VariantQuality
 
setName(String) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
setNodeList(List<DiagramNodeInfo>) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
setUriInfo(UriInfo) - Method in class org.kie.services.remote.rest.jaxb.DynamicJAXBContext
 
setWidth(int) - Method in class org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo
 
setWidth(int) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramInfo
 
setWidth(int) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
setX(int) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
setY(int) - Method in class org.kie.services.remote.rest.graph.jaxb.DiagramNodeInfo
 
signal() - Method in class org.kie.services.remote.rest.RuntimeResource
 
status - Variable in exception org.kie.services.remote.rest.exception.RestOperationException
 
submitDeployJob(KModuleDeploymentService, KModuleDeploymentUnit) - Method in class org.kie.services.remote.rest.async.AsyncDeploymentJobExecutor
 
submitUndeployJob(KModuleDeploymentService, KModuleDeploymentUnit) - Method in class org.kie.services.remote.rest.async.AsyncDeploymentJobExecutor
 

T

taskId(long) - Method in class org.kie.services.remote.rest.TaskResource
 
taskId_content(long) - Method in class org.kie.services.remote.rest.TaskResource
 
taskId_oper(long, String) - Method in class org.kie.services.remote.rest.TaskResource
 
TaskResource - Class in org.kie.services.remote.rest
If a method in this class is annotated by a @Path annotation, then the name of the method should match the URL specified in the @Path, where "_" characters should be used for all "/" characters in the path.
TaskResource() - Constructor for class org.kie.services.remote.rest.TaskResource
 
toResponse(Exception) - Method in class org.kie.services.remote.rest.exception.DescriptiveExceptionHandler
 
transfer(InputStream, OutputStream) - Static method in class org.kie.services.remote.rest.graph.GraphViewerPluginImpl
 

U

undeploy() - Method in class org.kie.services.remote.rest.DeploymentResource
 

V

valueOf(String) - Static method in enum org.kie.services.remote.rest.exception.RestOperationException.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.kie.services.remote.rest.variant.QualityValue
 
values() - Static method in enum org.kie.services.remote.rest.exception.RestOperationException.Status
Returns an array containing the constants of this enum type, in the order they are declared.
variable_varId(String) - Method in class org.kie.services.remote.rest.HistoryResource
 
variable_varId_instances(String) - Method in class org.kie.services.remote.rest.HistoryResource
 
variable_varId_value_valueVal(String, String) - Method in class org.kie.services.remote.rest.HistoryResource
 
variable_varId_value_valueVal_instances(String, String) - Method in class org.kie.services.remote.rest.HistoryResource
 
VariantQuality - Class in org.kie.services.remote.rest.variant
Copied from RestEasy 2.3.6.Final with no modifications Can be deleted when RESTEASY-960 is fixed A individual variant quality bean for the RVSA.
VariantQuality() - Constructor for class org.kie.services.remote.rest.variant.VariantQuality
 

W

withvars_process_instance_procInstId(Long) - Method in class org.kie.services.remote.rest.RuntimeResource
 
withvars_process_instance_procInstid_signal(Long) - Method in class org.kie.services.remote.rest.RuntimeResource
 
withvars_process_processDefId_start(String) - Method in class org.kie.services.remote.rest.RuntimeResource
WithVars methods
workitem_workItemId(Long) - Method in class org.kie.services.remote.rest.RuntimeResource
 
worktiem_workItemId_oper(Long, String) - Method in class org.kie.services.remote.rest.RuntimeResource
 

A B C D E F G H I J K L M N O P Q R S T U V W
KIE Remote Services :: Services 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.