org.jbpm.task.service.responsehandlers
Class BlockingAddAttachmentResponseHandler

java.lang.Object
  extended by org.jbpm.task.service.responsehandlers.AbstractBaseResponseHandler
      extended by org.jbpm.task.service.responsehandlers.AbstractBlockingResponseHandler
          extended by org.jbpm.task.service.responsehandlers.BlockingAddAttachmentResponseHandler
All Implemented Interfaces:
ResponseHandler, TaskClientHandler.AddAttachmentResponseHandler

public class BlockingAddAttachmentResponseHandler
extends AbstractBlockingResponseHandler
implements TaskClientHandler.AddAttachmentResponseHandler


Constructor Summary
BlockingAddAttachmentResponseHandler()
           
 
Method Summary
 void execute(long attachmentId, long contentId)
           
 long getAttachmentId()
           
 long getContentId()
           
 
Methods inherited from class org.jbpm.task.service.responsehandlers.AbstractBlockingResponseHandler
waitTillDone
 
Methods inherited from class org.jbpm.task.service.responsehandlers.AbstractBaseResponseHandler
createSideException, getError, hasError, isDone, setDone, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.task.service.ResponseHandler
setError
 

Constructor Detail

BlockingAddAttachmentResponseHandler

public BlockingAddAttachmentResponseHandler()
Method Detail

execute

public void execute(long attachmentId,
                    long contentId)
Specified by:
execute in interface TaskClientHandler.AddAttachmentResponseHandler

getAttachmentId

public long getAttachmentId()

getContentId

public long getContentId()


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