|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentData | |
---|---|
org.jbpm.process.workitem.wsht | |
org.jbpm.session | |
org.jbpm.task | |
org.jbpm.task.service | |
org.jbpm.task.service.local | |
org.jbpm.task.utils |
Uses of ContentData in org.jbpm.process.workitem.wsht |
---|
Methods in org.jbpm.process.workitem.wsht that return ContentData | |
---|---|
protected ContentData |
AbstractHTWorkItemHandler.createTaskContentBasedOnWorkItemParams(WorkItem workItem)
|
Uses of ContentData in org.jbpm.session |
---|
Methods in org.jbpm.session with parameters of type ContentData | |
---|---|
void |
SynchronizedTaskService.addTask(Task arg0,
ContentData arg1)
|
void |
SynchronizedTaskService.complete(long arg0,
String arg1,
ContentData arg2)
|
void |
SynchronizedTaskService.setOutput(long arg0,
String arg1,
ContentData arg2)
|
Uses of ContentData in org.jbpm.task |
---|
Methods in org.jbpm.task with parameters of type ContentData | |
---|---|
void |
TaskService.addTask(Task task,
ContentData content)
|
void |
AsyncTaskService.addTask(Task task,
ContentData content,
TaskClientHandler.AddTaskResponseHandler responseHandler)
|
void |
TaskService.complete(long taskId,
String userId,
ContentData outputData)
|
void |
AsyncTaskService.complete(long taskId,
String userId,
ContentData outputData,
TaskClientHandler.TaskOperationResponseHandler responseHandler)
|
void |
TaskData.setDocument(long documentID,
ContentData documentConentData)
Sets the document content data for this task data. |
void |
TaskData.setOutput(long outputContentId,
ContentData outputContentData)
Sets the content data for this task data. |
void |
TaskService.setOutput(long taskId,
String userId,
ContentData outputContentData)
|
void |
AsyncTaskService.setOutput(long taskId,
String userId,
ContentData outputContentData,
TaskClientHandler.TaskOperationResponseHandler responseHandler)
|
Uses of ContentData in org.jbpm.task.service |
---|
Subclasses of ContentData in org.jbpm.task.service | |
---|---|
class |
FaultData
|
Methods in org.jbpm.task.service with parameters of type ContentData | |
---|---|
void |
TaskServiceSession.addTask(Task task,
ContentData contentData)
|
void |
SyncTaskServiceWrapper.addTask(Task task,
ContentData content)
|
void |
TaskClient.addTask(Task task,
ContentData content,
TaskClientHandler.AddTaskResponseHandler responseHandler)
|
void |
SyncTaskServiceWrapper.complete(long taskId,
String userId,
ContentData outputData)
|
void |
TaskClient.complete(long taskId,
String userId,
ContentData outputData,
TaskClientHandler.TaskOperationResponseHandler responseHandler)
|
void |
TaskServiceSession.setOutput(long taskId,
String userId,
ContentData outputContentData)
|
void |
SyncTaskServiceWrapper.setOutput(long taskId,
String userId,
ContentData outputContentData)
|
void |
TaskClient.setOutput(long taskId,
String userId,
ContentData outputContentData,
TaskClientHandler.TaskOperationResponseHandler responseHandler)
|
void |
TaskServiceSession.taskOperation(Operation operation,
long taskId,
String userId,
String targetEntityId,
ContentData data,
List<String> groupIds)
|
Uses of ContentData in org.jbpm.task.service.local |
---|
Methods in org.jbpm.task.service.local with parameters of type ContentData | |
---|---|
void |
LocalTaskService.addTask(Task task,
ContentData content)
|
void |
LocalTaskService.complete(long taskId,
String userId,
ContentData outputData)
|
void |
LocalTaskService.setOutput(long taskId,
String userId,
ContentData outputContentData)
|
Uses of ContentData in org.jbpm.task.utils |
---|
Methods in org.jbpm.task.utils that return ContentData | |
---|---|
static ContentData |
ContentMarshallerHelper.marshal(Object o,
Environment env)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |