org.jbpm.task.service
Interface TaskClientHandler.AddAttachmentResponseHandler

All Superinterfaces:
ResponseHandler
All Known Implementing Classes:
BlockingAddAttachmentResponseHandler
Enclosing class:
TaskClientHandler

public static interface TaskClientHandler.AddAttachmentResponseHandler
extends ResponseHandler


Method Summary
 void execute(long attachmentId, long contentId)
           
 
Methods inherited from interface org.drools.task.service.ResponseHandler
setError
 

Method Detail

execute

void execute(long attachmentId,
             long contentId)


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