All Frameworks Class Hierarchy This Framework Previous Next Indexes
ENOVInterfaces Interface VPMIWflTransition
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---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
-
Destroy the transition.
- Returns:
-
Legal values:
S_OK The operation succeeds.
E_FAIL The operation failed.
o Dump
public virtual HRESULT Dump( | char* | iTag)=0 |
-
Dump the transition information.
- Parameters:
-
- iTag
o GetCondition
-
Get the condition.
- Parameters:
-
- oCondition
o GetDescription
-
Get the description.
- Parameters:
-
- oDescription
o GetFrom
-
Get the name of the source activity.
- Parameters:
-
- oFrom
o GetId
-
Get the transition id.
- Parameters:
-
- oId
o GetKind
-
Get the transition kind.
- Parameters:
-
- iKind
o GetName
-
Get the transition name.
- Parameters:
-
- oName
o GetParentProcess
public virtual HRESULT GetParentProcess( | VPMIWflProcess_var& | oProcess)=0 |
-
Get the process in which this transition is defined.
- Parameters:
-
- oProcess
o GetSource
public virtual HRESULT GetSource( | CATIVpmAFLAction_var& | oSource)=0 |
-
Get the source activity.
- Parameters:
-
- oSource
o GetTarget
public virtual HRESULT GetTarget( | CATIVpmAFLAction_var& | oTarget)=0 |
-
Get the target activity.
- Parameters:
-
- oTarget
o GetTo
-
Get the name of the target activity.
- Parameters:
-
- oTo
o SetCondition
-
Set the condition.
- Parameters:
-
- iCondition
o SetDescription
-
Set the description.
- Parameters:
-
- iDescription
o SetFrom
-
Set the name of the source activity.
- Parameters:
-
- iFrom
o SetId
-
Set the transition id.
- Parameters:
-
- iId
o SetKind
-
Set the transition kind.
- Parameters:
-
- iKind
-
Legal values:
REGULAR
LOOP_BEGIN
LOOP_END
IBLOCK_BEGIN
IBLOCK_END
ERROR
o SetName
-
Set the transition name.
- Parameters:
-
- iName
o SetTo
-
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