org.jbpm.task.service.responsehandlers
Class BlockingAddAttachmentResponseHandler
java.lang.Object
org.jbpm.task.service.responsehandlers.AbstractBaseResponseHandler
org.jbpm.task.service.responsehandlers.AbstractBlockingResponseHandler
org.jbpm.task.service.responsehandlers.BlockingAddAttachmentResponseHandler
- All Implemented Interfaces:
- TaskClientHandler.AddAttachmentResponseHandler, org.kie.task.service.ResponseHandler
public class BlockingAddAttachmentResponseHandler
- extends AbstractBlockingResponseHandler
- implements TaskClientHandler.AddAttachmentResponseHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kie.task.service.ResponseHandler |
setError |
BlockingAddAttachmentResponseHandler
public BlockingAddAttachmentResponseHandler()
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-2013 JBoss by Red Hat. All Rights Reserved.