jBPM distribution 6.0.0.CR3

org.jbpm.services.task.commands
Class GetAttachmentCommand

java.lang.Object
  extended by org.jbpm.services.task.commands.TaskCommand<Attachment>
      extended by org.jbpm.services.task.commands.GetAttachmentCommand
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<Attachment>, Command<Attachment>

public class GetAttachmentCommand
extends TaskCommand<Attachment>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupsIds, targetEntityId, taskId, userId
 
Constructor Summary
GetAttachmentCommand()
           
GetAttachmentCommand(long attachmentId)
           
 
Method Summary
 Attachment execute(org.kie.internal.command.Context cntxt)
           
 long getAttachmentId()
           
 void setAttachmentId(long attachmentId)
           
 
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAttachmentCommand

public GetAttachmentCommand()

GetAttachmentCommand

public GetAttachmentCommand(long attachmentId)
Method Detail

getAttachmentId

public long getAttachmentId()

setAttachmentId

public void setAttachmentId(long attachmentId)

execute

public Attachment execute(org.kie.internal.command.Context cntxt)

jBPM distribution 6.0.0.CR3

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