All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVInterfaces Interface ENOVIBuildDynAppProcess

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ENOVIBuildDynAppProcess
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface ENOVIBuildDynAppProcess

This interface is used to invoke the dynamic creation of a workflow process.
Role: To be actually executed, the command class adhering to this interface must be an extension of a late-type named EWFDA_.


Method Index


o BuildProcess(CATIVpmFactoryObject_var&)
Dynamically build a workflow process to be executed by a dynamic activity.

Methods


o BuildProcess
public virtual HRESULT BuildProcess( const CATIVpmFactoryObject_var& factSFObj)= 0
Dynamically build a workflow process to be executed by a dynamic activity.
Parameters:
factSFObj
the dynamic activity to which the created process will be attached
Returns:
An HRESULT value.
Legal values:
S_OK
success
E_FAIL
failure

This object is included in the file: ENOVIBuildDynAppProcess.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.