public class UserTaskServiceEJBImpl extends UserTaskServiceImpl implements UserTaskService, UserTaskServiceEJBLocal, UserTaskServiceEJBRemote
| Constructor and Description |
|---|
UserTaskServiceEJBImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine engine) |
<T> T |
process(T variables,
ClassLoader cl)
Generic processing method that might be simply returning same instance of variables
if no processing is required.
|
void |
setDataService(RuntimeDataService dataService) |
void |
setDeploymentService(DeploymentService deploymentService) |
activate, activate, addAttachment, addAttachment, addComment, addComment, claim, claim, complete, complete, completeAutoProgress, completeAutoProgress, delegate, delegate, deleteAttachment, deleteAttachment, deleteComment, deleteComment, deleteContent, deleteContent, execute, execute, exit, exit, fail, fail, forward, forward, getAttachmentById, getAttachmentById, getAttachmentContentById, getAttachmentContentById, getAttachmentsByTaskId, getAttachmentsByTaskId, getCommentById, getCommentById, getCommentsByTaskId, getCommentsByTaskId, getInternalTaskService, getRuntimeManager, getRuntimeManager, getTask, getTask, getTaskInputContentByTaskId, getTaskInputContentByTaskId, getTaskOutputContentByTaskId, getTaskOutputContentByTaskId, nominate, nominate, release, release, resume, resume, saveContent, saveContent, saveContent, saveContentFromUser, setDescription, setDescription, setExpirationDate, setExpirationDate, setName, setName, setNonProcessScopedTaskService, setPriority, setPriority, setSkipable, setSkipable, skip, skip, start, start, stop, stop, suspend, suspend, updateTask, updateTask, validateTaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, activate, addAttachment, addAttachment, addComment, addComment, claim, claim, complete, complete, completeAutoProgress, completeAutoProgress, delegate, delegate, deleteAttachment, deleteAttachment, deleteComment, deleteComment, deleteContent, deleteContent, execute, execute, exit, exit, fail, fail, forward, forward, getAttachmentById, getAttachmentById, getAttachmentContentById, getAttachmentContentById, getAttachmentsByTaskId, getAttachmentsByTaskId, getCommentById, getCommentById, getCommentsByTaskId, getCommentsByTaskId, getTask, getTask, getTaskInputContentByTaskId, getTaskInputContentByTaskId, getTaskOutputContentByTaskId, getTaskOutputContentByTaskId, nominate, nominate, release, release, resume, resume, saveContent, saveContent, saveContentFromUser, setDescription, setDescription, setExpirationDate, setExpirationDate, setName, setName, setPriority, setPriority, setSkipable, setSkipable, skip, skip, start, start, stop, stop, suspend, suspend, updateTask, updateTaskpublic void setDeploymentService(DeploymentService deploymentService)
setDeploymentService in class UserTaskServiceImplpublic void setDataService(RuntimeDataService dataService)
setDataService in class UserTaskServiceImplpublic <T> T process(T variables,
ClassLoader cl)
VariablesAwareprocess in interface VariablesAwareprocess in class UserTaskServiceImplvariables - object that holds varialble(s)cl - classloader that shall be used to operate on the variables e.g. project class loaderprotected void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine engine)
disposeRuntimeEngine in class UserTaskServiceImplCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.