Skip navigation links
jBPM Workbench - Executor Service API 7.0.0.Final
C E G H O R S T 

C

cancelRequest(String, Long) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 
COLUMN_BUSINESSKEY - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_COMMANDNAME - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_EXECUTIONS - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_ID - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_MESSAGE - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_PROCESS_INSTANCE_DESCRIPTION - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_PROCESS_INSTANCE_ID - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_PROCESS_NAME - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_RETRIES - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_STATUS - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_TIMESTAMP - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 

E

equals(Object) - Method in class org.jbpm.workbench.es.model.RequestKey
 
ErrorSummary - Class in org.jbpm.workbench.es.model
 
ErrorSummary() - Constructor for class org.jbpm.workbench.es.model.ErrorSummary
 
ErrorSummary(Long, Date, String, String, Long) - Constructor for class org.jbpm.workbench.es.model.ErrorSummary
 
ExecutorService - Interface in org.jbpm.workbench.es.service
 

G

getCommandName() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getErrors() - Method in class org.jbpm.workbench.es.model.RequestDetails
 
getExecutions() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getId() - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
getId() - Method in class org.jbpm.workbench.es.model.RequestKey
 
getJobId() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getKey() - Method in class org.jbpm.workbench.es.model.RequestParameterSummary
 
getKey() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getMessage() - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
getMessage() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getParams() - Method in class org.jbpm.workbench.es.model.RequestDetails
 
getProcessInstanceDescription() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getProcessInstanceId() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getProcessName() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getRequest() - Method in class org.jbpm.workbench.es.model.RequestDetails
 
getRequestDetails(String, Long) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 
getRequestId() - Method in class org.jbpm.workbench.es.model.events.RequestChangedEvent
 
getRequestInfoId() - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
getRetries() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getStacktrace() - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
getStatus() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getTaskId() - Method in class org.jbpm.workbench.es.model.events.RequestSelectionEvent
 
getTime() - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
getTime() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getValue() - Method in class org.jbpm.workbench.es.model.RequestParameterSummary
 

H

hashCode() - Method in class org.jbpm.workbench.es.model.RequestKey
 

O

org.jbpm.workbench.es.model - package org.jbpm.workbench.es.model
 
org.jbpm.workbench.es.model.events - package org.jbpm.workbench.es.model.events
 
org.jbpm.workbench.es.service - package org.jbpm.workbench.es.service
 

R

REQUEST_LIST_DATASET - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
RequestChangedEvent - Class in org.jbpm.workbench.es.model.events
 
RequestChangedEvent() - Constructor for class org.jbpm.workbench.es.model.events.RequestChangedEvent
 
RequestChangedEvent(Long) - Constructor for class org.jbpm.workbench.es.model.events.RequestChangedEvent
 
RequestDataSetConstants - Interface in org.jbpm.workbench.es.model
 
RequestDetails - Class in org.jbpm.workbench.es.model
 
RequestDetails() - Constructor for class org.jbpm.workbench.es.model.RequestDetails
 
RequestDetails(RequestSummary, List<ErrorSummary>, List<RequestParameterSummary>) - Constructor for class org.jbpm.workbench.es.model.RequestDetails
 
RequestKey - Class in org.jbpm.workbench.es.model
 
RequestKey() - Constructor for class org.jbpm.workbench.es.model.RequestKey
 
RequestKey(Long) - Constructor for class org.jbpm.workbench.es.model.RequestKey
 
RequestParameterSummary - Class in org.jbpm.workbench.es.model
 
RequestParameterSummary() - Constructor for class org.jbpm.workbench.es.model.RequestParameterSummary
 
RequestParameterSummary(String, String) - Constructor for class org.jbpm.workbench.es.model.RequestParameterSummary
 
RequestSelectionEvent - Class in org.jbpm.workbench.es.model.events
 
RequestSelectionEvent() - Constructor for class org.jbpm.workbench.es.model.events.RequestSelectionEvent
 
RequestSelectionEvent(Long) - Constructor for class org.jbpm.workbench.es.model.events.RequestSelectionEvent
 
RequestSummary - Class in org.jbpm.workbench.es.model
 
RequestSummary() - Constructor for class org.jbpm.workbench.es.model.RequestSummary
 
RequestSummary(Long, Date, String, String, String, String, Integer, Integer, String, Long, String) - Constructor for class org.jbpm.workbench.es.model.RequestSummary
 
requeueRequest(String, Long) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 

S

scheduleRequest(String, String, Date, Map<String, String>) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 
setCommandName(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setErrors(List<ErrorSummary>) - Method in class org.jbpm.workbench.es.model.RequestDetails
 
setExecutions(Integer) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setId(Long) - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
setJobId(Long) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setKey(String) - Method in class org.jbpm.workbench.es.model.RequestParameterSummary
 
setKey(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setMessage(String) - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
setMessage(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setParams(List<RequestParameterSummary>) - Method in class org.jbpm.workbench.es.model.RequestDetails
 
setProcessInstanceDescription(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setProcessInstanceId(Long) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setProcessName(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setRequest(RequestSummary) - Method in class org.jbpm.workbench.es.model.RequestDetails
 
setRequestId(Long) - Method in class org.jbpm.workbench.es.model.events.RequestChangedEvent
 
setRequestInfoId(Long) - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
setRetries(int) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setStacktrace(String) - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
setStatus(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setTime(Date) - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
setTime(Date) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setValue(String) - Method in class org.jbpm.workbench.es.model.RequestParameterSummary
 

T

toString() - Method in class org.jbpm.workbench.es.model.RequestKey
 
C E G H O R S T 
Skip navigation links
jBPM Workbench - Executor Service API 7.0.0.Final

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