org.jbpm.jpdl.internal.activity
Class CustomActivity

java.lang.Object
  extended by org.jbpm.jpdl.internal.activity.JpdlActivity
      extended by org.jbpm.jpdl.internal.activity.JpdlExternalActivity
          extended by org.jbpm.jpdl.internal.activity.CustomActivity
All Implemented Interfaces:
java.io.Serializable, org.jbpm.api.activity.ActivityBehaviour, org.jbpm.api.activity.ExternalActivityBehaviour

public class CustomActivity
extends JpdlExternalActivity

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  org.jbpm.api.activity.ActivityBehaviour customBehaviour
           
 
Fields inherited from class org.jbpm.jpdl.internal.activity.JpdlActivity
dbid
 
Constructor Summary
CustomActivity()
           
 
Method Summary
 void execute(org.jbpm.api.activity.ActivityExecution execution)
           
 org.jbpm.api.activity.ActivityBehaviour getCustomBehaviour()
           
 void setCustomBehaviour(org.jbpm.api.activity.ActivityBehaviour customBehaviour)
           
 void signal(org.jbpm.api.activity.ActivityExecution execution, java.lang.String signalName, java.util.Map<java.lang.String,?> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customBehaviour

protected org.jbpm.api.activity.ActivityBehaviour customBehaviour
Constructor Detail

CustomActivity

public CustomActivity()
Method Detail

signal

public void signal(org.jbpm.api.activity.ActivityExecution execution,
                   java.lang.String signalName,
                   java.util.Map<java.lang.String,?> parameters)
            throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute(org.jbpm.api.activity.ActivityExecution execution)
             throws java.lang.Exception
Throws:
java.lang.Exception

getCustomBehaviour

public org.jbpm.api.activity.ActivityBehaviour getCustomBehaviour()

setCustomBehaviour

public void setCustomBehaviour(org.jbpm.api.activity.ActivityBehaviour customBehaviour)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.