org.jbpm.workflow.core
Class DroolsAction

java.lang.Object
  extended by org.jbpm.workflow.core.DroolsAction
All Implemented Interfaces:
Externalizable, Serializable, org.drools.spi.Wireable
Direct Known Subclasses:
DroolsConsequenceAction

public class DroolsAction
extends Object
implements Externalizable, org.drools.spi.Wireable

See Also:
Serialized Form

Constructor Summary
DroolsAction()
           
 
Method Summary
 Object getMetaData(String name)
           
 String getName()
           
 void readExternal(ObjectInput in)
           
 void setMetaData(String name, Object value)
           
 void setName(String name)
           
 void wire(Object object)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroolsAction

public DroolsAction()
Method Detail

wire

public void wire(Object object)
Specified by:
wire in interface org.drools.spi.Wireable

setMetaData

public void setMetaData(String name,
                        Object value)

getMetaData

public Object getMetaData(String name)

getName

public String getName()

setName

public void setName(String name)

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


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