All Frameworks Class Hierarchy This Framework Indexes
DMAPSInterfaces Interface CATISPPProductIO
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISPPProductIO
Interface CATISPPProductIO :
Method Index
- o
GetActivity()
- Recuperation de l'activite associee
- o
GetDefaultItem()
-
- o
GetLabel()
- This method returns the Label (external user name) of an ProductIO.
- o
GetProductFlow()
- Recuperation du Product Flow associe
- o
GetProductIOAlongFlow()
- Recuperation de l'activite le long du Product Flow associe
- o
GetProductInstance()
- GetProductInstance() :
Cette methode permet de recuperer l'instance portée par le ProductIO.
- o
LinkTo(CATISPPProductIO_var&)
- Creation d un Product Flow vers (ou en provenance) d un autre ProductIO
- o
SetDefaultItem(CATISPPItem_var&)
-
- o
SetLabel(CATUnicodeString&)
- This method allows to set the Label (external user name) of an ProductIO to iLabel.
- o
SetProductInstance(CATISPPItem_var&)
-
Methods
o GetActivity
| public virtual GetActivity( | ) |
-
Recuperation de l'activite associee
o GetDefaultItem
| public virtual GetDefaultItem( | ) |
-
o GetLabel
| public virtual GetLabel( | ) |
-
This method returns the Label (external user name) of an ProductIO.
A default Label is given to an ProductIO as it is created.
o GetProductFlow
| public virtual GetProductFlow( | ) |
-
Recuperation du Product Flow associe
o GetProductIOAlongFlow
| public virtual GetProductIOAlongFlow( | ) |
-
Recuperation de l'activite le long du Product Flow associe
o GetProductInstance
| public virtual GetProductInstance( | ) |
-
GetProductInstance() :
Cette methode permet de recuperer l'instance portée par le ProductIO.
o LinkTo
| public virtual LinkTo( | const | iProductIO) |
-
Creation d un Product Flow vers (ou en provenance) d un autre ProductIO
o SetDefaultItem
| public virtual SetDefaultItem( | const | iItem) |
-
o SetLabel
| public virtual SetLabel( | const | iLabel) |
-
This method allows to set the Label (external user name) of an ProductIO to iLabel.
The Label of an ProductIO does not need to be unique across a Process document.
A default Label is given to an ProductIO as it is created.
o SetProductInstance
| public virtual SetProductInstance( | const | iItem) |
-
This object is included in the file: CATISPPProductIO.h
If needed, your Imakefile.mk should include the module: CATProcessInterfaces