All Frameworks Class Hierarchy This Framework Previous Next Indexes
VPMInterfaces Interface CATIVpmAFLHistory
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIVpmAFLHistory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIVpmAFLHistory
Class to manage the Action Flow History objects.
Role: History objects are created, as changes are made under Action control,
in order to provide a record of the chain of events during an Action's lifetime.
Method Index
- o
Dump(char*)
- Dumps the History attributes.
- o
GetActionStatus(CATUnicodeString&)
- Retrieves the Action status.
- o
GetCreationDate(CATTime&)
- Retrieves the creation date.
- o
GetDate(CATTime&)
- This method is obsolete : use GetCreationDate().
- o
GetDescription(CATUnicodeString&)
- Retrieves the description text.
- o
GetLastModifDate(CATTime&)
- Retrieves the last modification date.
- o
GetObjId1(CORBAAny&)
- Retrieves the Object1 identifier.
- o
GetObjId1(SEQUENCE(octet)&)
- Retrieves the Object1 identifier.
- o
GetObjId2(CORBAAny&)
- Retrieves the Object2 identifier.
- o
GetObjId2(SEQUENCE(octet)&)
- Retrieves the Object2 identifier.
- o
GetObjName1(CATUnicodeString&)
- Retrieves the Object1 name.
- o
GetObjName2(CATUnicodeString&)
- Retrieves the Object2 name.
- o
GetOperation(CATUnicodeString&)
- Retrieves the History operation.
- o
GetProductView(CATIVpmAFLProductView_var&)
- Retrieves the ProductView.
- o
GetRelatedAction(CATIVpmAFLAction_var&)
- Retrieves the related Action.
- o
GetType(CATUnicodeString&)
- Retrieves the History type.
- o
GetUser(CATUnicodeString&)
- Retrieves the user attribute.
- o
SetDescription(CATUnicodeString&)
- Assigns the description text.
- o
SetObjId1(CORBAAny&)
- Assigns the Object1 identifier.
- o
SetObjId1(SEQUENCE(octet)&)
- Assigns the Object1 identifier.
- o
SetObjId2(CORBAAny&)
- Assigns the Object2 identifier.
- o
SetObjId2(SEQUENCE(octet)&)
- Assigns the Object2 identifier.
- o
SetObjName1(CATUnicodeString&)
- Assigns the Object1 name.
- o
SetObjName2(CATUnicodeString&)
- Assigns the Object2 name.
- o
SetOperation(CATUnicodeString&)
- Assigns the History operation.
- o
SetProductView(CATIVpmAFLProductView_var&)
- Assigns a ProductView.
- o
SetType(CATUnicodeString&)
- Assigns the History type.
Methods
o Dump
public virtual HRESULT Dump( | char* | iPrefix)=0 |
-
Dumps the History attributes.
- Parameters:
-
- iPrefix
- The prefix text for each output line.
o GetActionStatus
-
Retrieves the Action status.
- Parameters:
-
- oStatus
- The Action status.
o GetCreationDate
-
Retrieves the creation date.
- Parameters:
-
- oTime
- The creation date attribute.
o GetDate
-
This method is obsolete : use GetCreationDate().
o GetDescription
-
Retrieves the description text.
- Parameters:
-
- oString
- The description text.
o GetLastModifDate
-
Retrieves the last modification date.
- Parameters:
-
- oTime
- The last modification date attribute.
o GetObjId1
-
Retrieves the Object1 identifier.
- Parameters:
-
- oIdentifier
- The identifier of Object1.
o GetObjId1
public virtual HRESULT GetObjId1( | SEQUENCE(octet)& | oIdentifier)=0 |
-
Retrieves the Object1 identifier.
- Parameters:
-
- oIdentifier
- The identifier of Object1.
o GetObjId2
-
Retrieves the Object2 identifier.
- Parameters:
-
- oIdentifier
- The identifier of Object2.
o GetObjId2
public virtual HRESULT GetObjId2( | SEQUENCE(octet)& | oIdentifier)=0 |
-
Retrieves the Object2 identifier.
- Parameters:
-
- oIdentifier
- The identifier of Object2.
o GetObjName1
-
Retrieves the Object1 name.
- Parameters:
-
- oName
- The name of Object1.
o GetObjName2
-
Retrieves the Object2 name.
- Parameters:
-
- oName
- The name of Object2.
o GetOperation
-
Retrieves the History operation.
- Parameters:
-
- oOperation
- The History operation attribute.
o GetProductView
public virtual HRESULT GetProductView( | CATIVpmAFLProductView_var& | oView)=0 |
-
Retrieves the ProductView.
- Parameters:
-
- oView
- The ProductView object.
o GetRelatedAction
public virtual HRESULT GetRelatedAction( | CATIVpmAFLAction_var& | oAction)=0 |
-
Retrieves the related Action.
- Parameters:
-
- oAction
- The related Action.
o GetType
-
Retrieves the History type.
- Parameters:
-
- oType
- The History type attribute.
o GetUser
-
Retrieves the user attribute.
- Parameters:
-
- oUser
- The user attribute.
o SetDescription
-
Assigns the description text.
- Parameters:
-
- iString
- The description text.
o SetObjId1
-
Assigns the Object1 identifier.
- Parameters:
-
- iIdentifier
- The identifier of Object1.
o SetObjId1
public virtual HRESULT SetObjId1( | const SEQUENCE(octet)& | iIdentifier)=0 |
-
Assigns the Object1 identifier.
- Parameters:
-
- iIdentifier
- The identifier of Object1.
o SetObjId2
-
Assigns the Object2 identifier.
- Parameters:
-
- iIdentifier
- The identifier of Object2.
o SetObjId2
public virtual HRESULT SetObjId2( | const SEQUENCE(octet)& | iIdentifier)=0 |
-
Assigns the Object2 identifier.
- Parameters:
-
- iIdentifier
- The identifier of Object2.
o SetObjName1
-
Assigns the Object1 name.
- Parameters:
-
- iName
- The name of Object1.
o SetObjName2
-
Assigns the Object2 name.
- Parameters:
-
- iName
- The name of Object2.
o SetOperation
-
Assigns the History operation.
- Parameters:
-
- iOperation
- The History operation attribute.
o SetProductView
public virtual HRESULT SetProductView( | const CATIVpmAFLProductView_var& | iView)=0 |
-
Assigns a ProductView.
- Parameters:
-
- iView
- The ProductView object.
o SetType
-
Assigns the History type.
- Parameters:
-
- iType
- The History type attribute.
This object is included in the file: CATIVpmAFLHistory.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces