DELPPRSystemItf Interface DELIPPRSystemCandidateRscNav

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELIPPRSystemCandidateRscNav

Interface to get access to candidate resource


Method Index


o GetCandidateResource(CATIPLMNavOccurrence*,int&,CATLISTP(CATIPLMNavOccurrence)&,CATIPLMNavReference*&)
Gets the number of candidate resource linked to the given system/operation occurrence.
o GetCandidateResourceScope(CATIPLMNavOccurrence*,CATIPLMNavReference*&)
Gets the candidate resource reference linked by the candidate resource scope link to the given system/operation occurrence.
o GetNumberOfCandidateResources(CATIPLMNavOccurrence*,int&)
Gets the number of candidate resource linked to the given system/operation occurrence.

Methods


o GetCandidateResource
public virtual GetCandidateResource( ipiSystemOrOperationOcc,
iIndex,
oListOfCandidateResourceOccurrence,
ipiContext)
Gets the number of candidate resource linked to the given system/operation occurrence.
Parameters:
ipiSystemOrOperationOcc
The System or Operation occurrence
iIndex
[in] Candidate resource link for the index
oListOfRscOccurrence
[out] Resource reference pointed by the candidate resource link.
oListOfCandidateResourceOccurrence
[out] Resource reference pointed by the candidate resource link.
ipiContext
[in] Context occurrence to return the candidate resource
Returns:
S_OK
method successfully ended
E_INVALIDARG
for an invalid argument
E_FAIL
method failed
o GetCandidateResourceScope
public virtual GetCandidateResourceScope( ipiSystemOrOperationOcc,
opiCandidateResourceScope)
Gets the candidate resource reference linked by the candidate resource scope link to the given system/operation occurrence.
Parameters:
ipiSystemOrOperationOcc
The System or operation occurrence
opiCandidateResourceScope
the candidate resource reference
Returns:
S_OK
method successfully ended
E_INVALIDARG
for an invalid argument
E_FAIL
method failed
o GetNumberOfCandidateResources
public virtual GetNumberOfCandidateResources( ipiSystemOrOperationOcc,
oNbCandidateRscLinks)
Gets the number of candidate resource linked to the given system/operation occurrence.
Parameters:
ipiSystemOrOperationOcc
The System or operation occurrence
oNbCandidateRscLinks
number of candidate resource links
Returns:
S_OK
method successfully ended
E_INVALIDARG
for an invalid argument
E_FAIL
method failed

This object is included in the file: DELIPPRSystemCandidateRscNav.h
If needed, your Imakefile.mk should include the module: DELPPRSystemItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.