All Frameworks  Class Hierarchy  This Framework  Indexes   

ENOVInterfaces Interface VPMIWflTransition

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


interface VPMIWflTransition

Interface of the transition type.
Role: The interface provides functions for accessing and managing WFL transitions.


Method Index


o Destroy()
Destroy the transition.
o Dump(char*)
Dump the transition information.
o GetCondition(CATUnicodeString&)
Get the condition.
o GetDescription(CATUnicodeString&)
Get the description.
o GetFrom(CATUnicodeString&)
Get the name of the source activity.
o GetId(CATUnicodeString&)
Get the transition id.
o GetKind(CATUnicodeString&)
Get the transition kind.
o GetName(CATUnicodeString&)
Get the transition name.
o GetParentProcess(VPMIWflProcess_var&)
Get the process in which this transition is defined.
o GetSource(CATIVpmAFLAction_var&)
Get the source activity.
o GetTarget(CATIVpmAFLAction_var&)
Get the target activity.
o GetTo(CATUnicodeString&)
Get the name of the target activity.
o SetCondition(CATUnicodeString&)
Set the condition.
o SetDescription(CATUnicodeString&)
Set the description.
o SetFrom(CATUnicodeString&)
Set the name of the source activity.
o SetId(CATUnicodeString&)
Set the transition id.
o SetKind(CATUnicodeString&)
Set the transition kind.
o SetName(CATUnicodeString&)
Set the transition name.
o SetTo(CATUnicodeString&)
Set the name of the target activity.

Methods


o Destroy
public virtual Destroy()
Destroy the transition.
Returns:

Legal values: S_OK The operation succeeds. E_FAIL The operation failed.
o Dump
public virtual Dump( iTag)
Dump the transition information.
Parameters:
iTag
o GetCondition
public virtual GetCondition( oCondition)
Get the condition.
Parameters:
oCondition
o GetDescription
public virtual GetDescription( oDescription)
Get the description.
Parameters:
oDescription
o GetFrom
public virtual GetFrom( oFrom)
Get the name of the source activity.
Parameters:
oFrom
o GetId
public virtual GetId( oId)
Get the transition id.
Parameters:
oId
o GetKind
public virtual GetKind( oKind)
Get the transition kind.
Parameters:
iKind
o GetName
public virtual GetName( oName)
Get the transition name.
Parameters:
oName
o GetParentProcess
public virtual GetParentProcess( oProcess)
Get the process in which this transition is defined.
Parameters:
oProcess
o GetSource
public virtual GetSource( oSource)
Get the source activity.
Parameters:
oSource
o GetTarget
public virtual GetTarget( oTarget)
Get the target activity.
Parameters:
oTarget
o GetTo
public virtual GetTo( oTo)
Get the name of the target activity.
Parameters:
oTo
o SetCondition
public virtual SetCondition( const iCondition)
Set the condition.
Parameters:
iCondition
o SetDescription
public virtual SetDescription( const iDescription)
Set the description.
Parameters:
iDescription
o SetFrom
public virtual SetFrom( const iFrom)
Set the name of the source activity.
Parameters:
iFrom
o SetId
public virtual SetId( const iId)
Set the transition id.
Parameters:
iId
o SetKind
public virtual SetKind( const iKind)
Set the transition kind.
Parameters:
iKind

Legal values: REGULAR LOOP_BEGIN LOOP_END IBLOCK_BEGIN IBLOCK_END ERROR
o SetName
public virtual SetName( const iName)
Set the transition name.
Parameters:
iName
o SetTo
public virtual SetTo( const iTo)
Set the name of the target activity.
Parameters:
iTo

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

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