ActionFlow Class CATVpmUsrActionQuery
All Categories Class Hierarchy This Category Previous Next Indexes
ActionFlow Class CATVpmUsrActionQuery
CATVpmUsrActionQuery
public class CATVpmUsrActionQuery
Method Index
- o
Query(CATUnicodeString&,CATListOfCATUnicodeString&,CATListOfCATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from any query
- o
Query(CATUnicodeString&,CATListOfCATUnicodeString&,CATListOfCATUnicodeString&,CATListOfCATUnicodeString&,CATDMListResultLine*)
- Query Actions from any query
- o
QueryFromAffectedObject(CATUnicodeString&,CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the Affected object
- o
QueryFromCreator(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the creator
- o
QueryFromNbr(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the number
- o
QueryFromOrganization(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the organization
- o
QueryFromOwner(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the owner
- o
QueryFromPriority(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the priority
- o
QueryFromProduct(CATUnicodeString&,CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the Product
- o
QueryFromSite(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the site
- o
QueryFromType(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the type
- o
QueryFromWorkingEffectivity(CATUnicodeString&,CATListOfCATUnicodeString&)
- Query Actions from the working effectivity
Methods
o Query
| public static Error Query( | const CATUnicodeString& | iWhere, |
| const CATListOfCATUnicodeString& | iAttributes, |
| const CATListOfCATUnicodeString& | iValues, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from any query
- Parameters:
-
- iWhere
- Where clause, e.g.: "where ID = ? and nbr > ?"
- iAttributes
- Attributes for the where clause, e.g. "ID", "nbr"
- iValues
- Values of the attributes for the where clause in the same order as in iAttributes, e.g.: "ACTION%", "25"
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o Query
| public static Error Query( | const CATUnicodeString& | iWhere, |
| const CATListOfCATUnicodeString& | iAttributes, |
| const CATListOfCATUnicodeString& | iValues, |
| const CATListOfCATUnicodeString& | iColumns, |
| CATDMListResultLine* | oResult) |
-
Query Actions from any query
- Parameters:
-
- iWhere
- Where clause, e.g.: "where ID = ? and nbr > ?"
- iAttributes
- Attributes for the where clause, e.g. "ID", "nbr"
- iValues
- Values of the attributes for the where clause in the same order as in iAttributes, e.g.: "ACTION%", "25"
- iColumns
- Names of the columns to be fetched
- oResult
- List of the fetched columns values
- Returns:
- Error
o QueryFromAffectedObject
| public static Error QueryFromAffectedObject( | const CATUnicodeString& | iCOID, |
| const CATUnicodeString& | iCaenv, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the Affected object
- Parameters:
-
- iCOID
- Affected object COID
- iCaenv
- Affected object Caenv
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromCreator
| public static Error QueryFromCreator( | const CATUnicodeString& | iCreator, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the creator
- Parameters:
-
- iCreator
- Action creator name
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromNbr
| public static Error QueryFromNbr( | const CATUnicodeString& | iNbr, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the number
- Parameters:
-
- iNbr
- Action number
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromOrganization
| public static Error QueryFromOrganization( | const CATUnicodeString& | iOrganization, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the organization
- Parameters:
-
- iOrganization
- Action organization name
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromOwner
| public static Error QueryFromOwner( | const CATUnicodeString& | iOwner, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the owner
- Parameters:
-
- iOwner
- Action owner name
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromPriority
| public static Error QueryFromPriority( | const CATUnicodeString& | iPriority, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the priority
- Parameters:
-
- iPriority
- Action priority number
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromProduct
| public static Error QueryFromProduct( | const CATUnicodeString& | iProductCOID, |
| const CATUnicodeString& | iCaenv, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the Product
- Parameters:
-
- iCOID
- Product COID
- iCaenv
- Product Caenv
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromSite
| public static Error QueryFromSite( | const CATUnicodeString& | iSite, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the site
- Parameters:
-
- iSite
- Action site name
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromType
| public static Error QueryFromType( | const CATUnicodeString& | iType, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the type
- Parameters:
-
- iType
- Action type
- oIds
- Fetched actions identifiers list
- Returns:
- Error
o QueryFromWorkingEffectivity
| public static Error QueryFromWorkingEffectivity( | const CATUnicodeString& | iWorkingEffectivity, |
| CATListOfCATUnicodeString& | oIds) |
-
Query Actions from the working effectivity
- Parameters:
-
- iWorkingEffectivity
- Action working effectivity
- oIds
- Fetched actions identifiers list
- Returns:
- Error
This object is included in the file: CATVpmUsrActionQuery.h
If needed, your Imakefile.mk should include the module: ActionUsr
Copyright © 2003, Dassault Systèmes. All rights reserved.