jBPM :: EJB Services Implementation 6.2.0.CR3

org.jbpm.services.ejb.impl
Class UserTaskServiceEJBImpl

java.lang.Object
  extended by org.jbpm.kie.services.impl.UserTaskServiceImpl
      extended by org.jbpm.services.ejb.impl.UserTaskServiceEJBImpl
All Implemented Interfaces:
org.jbpm.kie.services.impl.VariablesAware, org.jbpm.services.api.UserTaskService, UserTaskServiceEJBLocal, UserTaskServiceEJBRemote

public class UserTaskServiceEJBImpl
extends org.jbpm.kie.services.impl.UserTaskServiceImpl
implements org.jbpm.services.api.UserTaskService, UserTaskServiceEJBLocal, UserTaskServiceEJBRemote


Constructor Summary
UserTaskServiceEJBImpl()
           
 
Method Summary
protected  void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager, org.kie.api.runtime.manager.RuntimeEngine engine)
           
<T> T
process(T variables, ClassLoader cl)
           
 void setDataService(org.jbpm.services.api.RuntimeDataService dataService)
           
 void setDeploymentService(org.jbpm.services.api.DeploymentService deploymentService)
           
 
Methods inherited from class org.jbpm.kie.services.impl.UserTaskServiceImpl
activate, addAttachment, addComment, claim, complete, delegate, deleteAttachment, deleteComment, deleteContent, execute, execute, exit, fail, forward, getAttachmentById, getAttachmentContentById, getAttachmentsByTaskId, getCommentById, getCommentsByTaskId, getRuntimeManager, getRuntimeManager, getTask, getTaskInputContentByTaskId, getTaskOutputContentByTaskId, nominate, release, resume, saveContent, setDescription, setExpirationDate, setName, setNonProcessScopedTaskService, setPriority, setSkipable, skip, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.services.api.UserTaskService
activate, addAttachment, addComment, claim, complete, delegate, deleteAttachment, deleteComment, deleteContent, execute, execute, exit, fail, forward, getAttachmentById, getAttachmentContentById, getAttachmentsByTaskId, getCommentById, getCommentsByTaskId, getTask, getTaskInputContentByTaskId, getTaskOutputContentByTaskId, nominate, release, resume, saveContent, setDescription, setExpirationDate, setName, setPriority, setSkipable, skip, start, stop, suspend
 

Constructor Detail

UserTaskServiceEJBImpl

public UserTaskServiceEJBImpl()
Method Detail

setDeploymentService

public void setDeploymentService(org.jbpm.services.api.DeploymentService deploymentService)
Overrides:
setDeploymentService in class org.jbpm.kie.services.impl.UserTaskServiceImpl

setDataService

public void setDataService(org.jbpm.services.api.RuntimeDataService dataService)
Overrides:
setDataService in class org.jbpm.kie.services.impl.UserTaskServiceImpl

process

public <T> T process(T variables,
                     ClassLoader cl)
Specified by:
process in interface org.jbpm.kie.services.impl.VariablesAware
Overrides:
process in class org.jbpm.kie.services.impl.UserTaskServiceImpl

disposeRuntimeEngine

protected void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeManager manager,
                                    org.kie.api.runtime.manager.RuntimeEngine engine)
Overrides:
disposeRuntimeEngine in class org.jbpm.kie.services.impl.UserTaskServiceImpl

jBPM :: EJB Services Implementation 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.