All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppCntrFlow

System.IUnknown
  |
  +---CATISchAppCntrFlow
 

Usage: you can freely reimplement this interface.


interface CATISchAppCntrFlow

Interface to mangage Application Connector Flow property.
Role: To query and modify Application Connector Flow property.


Method Index


o AppGetFlowCapability(CATSchCntrFlowCapability*)
Query the application Flow Capability property of this connector.
o AppGetFlowReality(CATSchCntrFlowReality*)
Query the application Flow Reality property of this connector.
o AppSetFlowCapability(CATSchCntrFlowCapability)
Set the application Flow Capability property of this connector.
o AppSetFlowReality(CATSchCntrFlowReality)
Set the application Flow Reality property of this connector.

Methods


o AppGetFlowCapability
public virtual HRESULT AppGetFlowCapability(CATSchCntrFlowCapability* oEFlowCapability) = 0
Query the application Flow Capability property of this connector.
Parameters:
oEFlowCapability
Flow Capability.
See also:
CATSchCntrFlowCapability
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppGetFlowReality
public virtual HRESULT AppGetFlowReality(CATSchCntrFlowReality* oEFlowReality) = 0
Query the application Flow Reality property of this connector.
Parameters:
oEFlowReality
Flow Reality.
See also:
CATSchCntrFlowReality
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppSetFlowCapability
public virtual HRESULT AppSetFlowCapability(CATSchCntrFlowCapability iEFlowCapability) = 0
Set the application Flow Capability property of this connector.
Parameters:
iEFlowCapability
Flow Capability property to be set.
See also:
CATSchCntrFlowCapability
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppSetFlowReality
public virtual HRESULT AppSetFlowReality(CATSchCntrFlowReality iEFlowReality) = 0
Set the application Flow Reality property of this connector.
Parameters:
iEFlowReality
Flow Reality property to be set.
See also:
CATSchCntrFlowReality
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppCntrFlow.h

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