org.jbpm.wire.operation
Class AbstractOperation

java.lang.Object
  extended by org.jbpm.wire.operation.AbstractOperation
All Implemented Interfaces:
java.io.Serializable, Operation
Direct Known Subclasses:
FieldOperation, InvokeOperation, PropertyOperation

public abstract class AbstractOperation
extends java.lang.Object
implements Operation

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  long dbid
           
protected  int dbversion
           
 
Constructor Summary
AbstractOperation()
           
 
Method Summary
 long getDbid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.wire.operation.Operation
apply
 

Field Detail

dbid

protected long dbid

dbversion

protected int dbversion
Constructor Detail

AbstractOperation

public AbstractOperation()
Method Detail

getDbid

public long getDbid()