Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.jbpm.operations
Class AddCommentOperation

java.lang.Object
  extended by org.nuxeo.ecm.platform.jbpm.operations.AddCommentOperation
All Implemented Interfaces:
java.io.Serializable, JbpmOperation

public class AddCommentOperation
extends java.lang.Object
implements JbpmOperation

Author:
arussel
See Also:
Serialized Form

Constructor Summary
AddCommentOperation(long id, java.lang.String actorId, java.lang.String message)
           
 
Method Summary
 java.io.Serializable run(JbpmContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCommentOperation

public AddCommentOperation(long id,
                           java.lang.String actorId,
                           java.lang.String message)
Method Detail

run

public java.io.Serializable run(JbpmContext context)
                         throws NuxeoJbpmException
Specified by:
run in interface JbpmOperation
Throws:
NuxeoJbpmException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.