@UriParams public class JBPMConfiguration extends Object
Constructor and Description |
---|
JBPMConfiguration() |
Modifier and Type | Method and Description |
---|---|
Long |
getAttachmentId() |
URL |
getConnectionURL() |
Long |
getContentId() |
String |
getDeploymentId() |
List<org.kie.api.task.model.OrganizationalEntity> |
getEntities() |
Object |
getEvent() |
String |
getEventType() |
Class[] |
getExtraJaxbClasses() |
String |
getIdentifier() |
String |
getLanguage() |
Integer |
getMaxNumber() |
String |
getOperation() |
Map<String,Object> |
getParameters() |
String |
getPassword() |
String |
getProcessId() |
Long |
getProcessInstanceId() |
List<org.kie.api.task.model.Status> |
getStatuses() |
String |
getTargetUserId() |
org.kie.api.task.model.Task |
getTask() |
Long |
getTaskId() |
Integer |
getTimeout() |
String |
getUserId() |
String |
getUserName() |
Object |
getValue() |
Long |
getWorkItemId() |
void |
setAttachmentId(Long attachmentId)
attachId to use when retrieving attachments
|
void |
setConnectionURL(URL connectionURL)
The URL to the jBPM server.
|
void |
setContentId(Long contentId)
contentId to use when retrieving attachments
|
void |
setDeploymentId(String deploymentId)
The id of the deployment
|
void |
setEntities(List<org.kie.api.task.model.OrganizationalEntity> entities)
The potentialOwners when nominateTask operation is performed
|
void |
setEvent(Object event)
the data associated with this event when signalEvent operation is performed
|
void |
setEventType(String eventType)
the type of event to use when signalEvent operation is performed
|
void |
setExtraJaxbClasses(Class[] extraJaxbClasses)
To load additional classes when working with XML
|
void |
setIdentifier(String identifier)
identifier the global identifier
|
void |
setLanguage(String language)
The language to use when filtering user tasks
|
void |
setMaxNumber(Integer maxNumber)
the maximum number of rules that should be fired
|
void |
setOperation(String operation)
The operation to perform
|
void |
setParameters(Map<String,Object> parameters)
the variables that should be set for various operations
|
void |
setPassword(String password)
Password for authentication
|
void |
setProcessId(String processId)
the id of the process that should be acted upon
|
void |
setProcessInstanceId(Long processInstanceId)
the id of the process instance
|
void |
setStatuses(List<org.kie.api.task.model.Status> statuses)
The list of status to use when filtering tasks
|
void |
setTargetUserId(String targetUserId)
The targetUserId used when delegating a task
|
void |
setTask(org.kie.api.task.model.Task task)
The task instance to use with task operations
|
void |
setTaskId(Long taskId)
the id of the task
|
void |
setTimeout(Integer timeout)
A timeout value
|
void |
setUserId(String userId)
userId to use with task operations
|
void |
setUserName(String userName)
Username for authentication
|
void |
setValue(Object value)
the value to assign to the global identifier
|
void |
setWorkItemId(Long workItemId)
the id of the work item
|
public String getOperation()
public void setOperation(String operation)
public Object getValue()
public void setValue(Object value)
public String getProcessId()
public void setProcessId(String processId)
public void setParameters(Map<String,Object> parameters)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
public String getEventType()
public void setEventType(String eventType)
public Object getEvent()
public void setEvent(Object event)
public Integer getMaxNumber()
public void setMaxNumber(Integer maxNumber)
public String getIdentifier()
public void setIdentifier(String identifier)
public Long getWorkItemId()
public void setWorkItemId(Long workItemId)
public Long getTaskId()
public void setTaskId(Long taskId)
public String getUserId()
public void setUserId(String userId)
public org.kie.api.task.model.Task getTask()
public void setTask(org.kie.api.task.model.Task task)
public String getLanguage()
public void setLanguage(String language)
public String getTargetUserId()
public void setTargetUserId(String targetUserId)
public Long getAttachmentId()
public void setAttachmentId(Long attachmentId)
public Long getContentId()
public void setContentId(Long contentId)
public List<org.kie.api.task.model.OrganizationalEntity> getEntities()
public void setEntities(List<org.kie.api.task.model.OrganizationalEntity> entities)
public List<org.kie.api.task.model.Status> getStatuses()
public void setStatuses(List<org.kie.api.task.model.Status> statuses)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public URL getConnectionURL()
public void setConnectionURL(URL connectionURL)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public Class[] getExtraJaxbClasses()
public void setExtraJaxbClasses(Class[] extraJaxbClasses)
Apache Camel