oracle.apps.fnd.wf.engine
Interface Callable


public interface Callable

This is a marker interface that should be implemented by all activity functions with a fixed Java interface.

Java classes implement this interface will be able to have its class executed by the fixed inteface engine provide those methods have a defined stero type as shown below

public ActivityResult methodName(
WorkflowContext ctx,
WorkItemProcessActivity activity,
ActivityResult event)


Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED