org.jbpm.services.task.commands
Class GetAttachmentCommand
java.lang.Object
org.jbpm.services.task.commands.TaskCommand<Attachment>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetAttachmentCommand
public GetAttachmentCommand()
GetAttachmentCommand
public GetAttachmentCommand(Long attachmentId)
getAttachmentId
public Long getAttachmentId()
setAttachmentId
public void setAttachmentId(Long attachmentId)
execute
public Attachment execute(org.kie.internal.command.Context cntxt)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.