All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface VPMIWflRegularActivity
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface VPMIWflRegularActivity
Interface of the regular-activity type.
Role: The interface provides functions for accessing and managing regular-activities.
WFRegularActivity is the super-type of WFManualActivity, WFApprovalActivity, WFLoopActivity,
WFSubflowActivity, and WFInklineBlockActivity
Method Index
- o
GetCost(CATUnicodeString&)
- Get the estimated cost.
- o
GetFinishMode(CATUnicodeString&)
- Get the finish mode.
- o
GetMultiplicity(CATUnicodeString&)
- Get the multuiplicity.
- o
GetPerformer(VPMIWflParticipant_var&)
- Get the associated participant.
- o
GetRealPerformer(CATIVpmPEPerson_var&)
- Get the real person to whom the activity is assigned.
- o
GetStartMode(CATUnicodeString&)
- Get the start mode.
- o
GetWaitingTime(long&)
- Get the waiting-time.
- o
IsAssigned()
- Check whether or not this activity is assigned to a person.
- o
IsAutoFinish()
- Check the completion mode of the activity.
- o
IsAutoStart()
- Check the start mode of the activity.
Methods
o GetCost
| public virtual GetCost( | | oCost) |
-
Get the estimated cost.
- Parameters:
-
- oMultiplicity
o GetFinishMode
| public virtual GetFinishMode( | | oFinishMode) |
-
Get the finish mode.
- Parameters:
-
- oFinishMode
-
Legal values:
MANUAL
AUTO
o GetMultiplicity
| public virtual GetMultiplicity( | | oMultiplicity) |
-
Get the multuiplicity.
- Parameters:
-
- oMultiplicity
o GetPerformer
| public virtual GetPerformer( | | oPerformer) |
-
Get the associated participant.
- Parameters:
-
- oPerformer
o GetRealPerformer
| public virtual GetRealPerformer( | | oPerson) |
-
Get the real person to whom the activity is assigned.
- Parameters:
-
- oPerson
o GetStartMode
| public virtual GetStartMode( | | oStartMode) |
-
Get the start mode.
- Parameters:
-
- oStartMode
-
Legal values:
MANUAL
AUTO
o GetWaitingTime
| public virtual GetWaitingTime( | | oWaitingTime) |
-
Get the waiting-time.
- Parameters:
-
- oWaitingTime
o IsAssigned
| public virtual IsAssigned( | ) |
-
Check whether or not this activity is assigned to a person.
- Returns:
- S_OK If the activity is assigned to a person.
S_FALSE If no participant is associated with the activity.
E_FAIL The activity is not assigned.
o IsAutoFinish
| public virtual IsAutoFinish( | ) |
-
Check the completion mode of the activity.
- Returns:
- TRUE The activity is to be completed automatically.
FALSE The activity is to be completed manually.
o IsAutoStart
| public virtual IsAutoStart( | ) |
-
Check the start mode of the activity.
- Returns:
- TRUE The activity is to be started automatically.
FALSE The activity is to be started manually.
This object is included in the file: VPMIWflRegularActivity.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces