Skip navigation links
jBPM Workbench - Executor Service API 7.39.0.Final-redhat-00005
A B C D E F G I J M O P R S T V 

A

acknowledged(boolean) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
acknowledgedAt(Date) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
acknowledgedBy(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
acknowledgeError(String, String, String...) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 
activityId(Long) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
activityName(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

B

build() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
builder() - Static method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
Builder() - Constructor for class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

C

cancelRequest(String, String, Long) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 
COLUMN_ACTIVITY_ID - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ACTIVITY_NAME - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
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_DEPLOYMENT_ID - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_ACK - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_ACK_AT - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_ACK_BY - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_DATE - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_ID - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_MSG - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_ERROR_TYPE - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
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_JOB_DEPLOYMENT_ID - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_JOB_ID - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_MESSAGE - Static variable in interface org.jbpm.workbench.es.model.RequestDataSetConstants
 
COLUMN_PROCESS_ID - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
COLUMN_PROCESS_INST_ID - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
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
 

D

deploymentId(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

E

error(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
errorDate(Date) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
errorId(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
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
 
EXECUTION_ERROR_LIST_DATASET - Static variable in interface org.jbpm.workbench.es.model.ExecutionErrorDataSetConstants
 
ExecutionErrorDataSetConstants - Interface in org.jbpm.workbench.es.model
 
ExecutionErrorSummary - Class in org.jbpm.workbench.es.model
 
ExecutionErrorSummary() - Constructor for class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
ExecutionErrorSummary(String, String, String, Long, String, Long, String, Long, String, Short, String, Date, Date) - Constructor for class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
ExecutionErrorSummary.Builder - Class in org.jbpm.workbench.es.model
 
ExecutionErrorType - Enum in org.jbpm.workbench.es.util
 
ExecutorService - Interface in org.jbpm.workbench.es.service
 

F

fromType(String) - Static method in enum org.jbpm.workbench.es.util.ExecutionErrorType
 

G

getAcknowledgedAt() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getAcknowledgedBy() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getActivityId() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getActivityName() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getCommandName() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getDeploymentId() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getDeploymentId() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getError() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getError(String, String, String) - Method in interface org.jbpm.workbench.es.service.ExecutorService
 
getErrorDate() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getErrorId() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getErrorMessage() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
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
 
getJobId() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
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
 
getProcessId() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getProcessInstanceDescription() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getProcessInstanceId() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
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, 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
 
getTime() - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
getTime() - Method in class org.jbpm.workbench.es.model.RequestSummary
 
getType() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
getType() - Method in enum org.jbpm.workbench.es.util.ExecutionErrorType
 
getValue() - Method in class org.jbpm.workbench.es.model.RequestParameterSummary
 

I

isAcknowledged() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 

J

jobId(Long) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

M

message(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

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
 
org.jbpm.workbench.es.util - package org.jbpm.workbench.es.util
 

P

processId(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 
processInstanceId(Long) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

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
 
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
 
RequestStatus - Enum in org.jbpm.workbench.es.util
 
RequestSummary - Class in org.jbpm.workbench.es.model
 
RequestSummary() - Constructor for class org.jbpm.workbench.es.model.RequestSummary
 
RequestSummary(Long, Date, RequestStatus, String, String, String, Integer, Integer, String, Long, String, String) - Constructor for class org.jbpm.workbench.es.model.RequestSummary
 
requeueRequest(String, 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
 
setAcknowledged(Boolean) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setAcknowledgedAt(Date) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setAcknowledgedBy(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setActivityId(Long) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setActivityName(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setCommandName(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setDeploymentId(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setDeploymentId(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setError(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setErrorDate(Date) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setErrorId(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setErrorMessage(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
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.ExecutionErrorSummary
 
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
 
setProcessId(String) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setProcessInstanceDescription(String) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setProcessInstanceId(Long) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
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(Integer) - Method in class org.jbpm.workbench.es.model.RequestSummary
 
setStacktrace(String) - Method in class org.jbpm.workbench.es.model.ErrorSummary
 
setStatus(RequestStatus) - 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
 
setType(ExecutionErrorType) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
setValue(String) - Method in class org.jbpm.workbench.es.model.RequestParameterSummary
 

T

toString() - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary
 
type(ExecutionErrorType) - Method in class org.jbpm.workbench.es.model.ExecutionErrorSummary.Builder
 

V

valueOf(String) - Static method in enum org.jbpm.workbench.es.util.ExecutionErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jbpm.workbench.es.util.RequestStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jbpm.workbench.es.util.ExecutionErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jbpm.workbench.es.util.RequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J M O P R S T V 
Skip navigation links
jBPM Workbench - Executor Service API 7.39.0.Final-redhat-00005

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