|
Teamcenter C++ API Reference
2312
|
#include <RuntimeBusinessObject.hxx>
Public Member Functions | |
| int | create (::Teamcenter::CreateInput *creInput) |
| int | createPost (::Teamcenter::CreateInput *creInput) |
| int | finalizeCreateInput (::Teamcenter::CreateInput *creInput) |
| int | finalizeSaveAsInput (::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData * > *vecDeepCopyData) |
| int | fnd0AskSRUid (std::string *uid, bool *isFirstTime) const |
| int | fnd0GenerateRecipe (std::string *recipe) |
| int | fnd0GetChildren (const std::vector< std::string > *propertyNames, std::vector< tag_t > *childTags, std::vector< std::string > *childContextPropertyNames) |
| int | fnd0GetSerializationState (bool *currentState) const |
| int | fnd0IsRecoverable (bool *isPersistedRecipe, bool *isRecoverableIDSupported) const |
| int | fnd0SetSerializationState (bool newState, bool *stateChanged) |
| int | fnd0SetSRUid (const std::string *uid) |
| int | getChar (const std::string &charName, char &charRetValue, bool &isNull, bool &hasReadAccess) |
| int | getChar (const std::string &charName, char &charRetValue, bool &isNull) |
| int | getCharArray (const std::string &charArrayName, std::vector< char > &vectorCharVals, std::vector< int > &vectorIsNullVals, bool &hasReadAccess) |
| int | getCharArray (const std::string &charArrayName, std::vector< char > &vectorCharVals, std::vector< int > &vectorIsNullVals) |
| int | getDate (const std::string &dateName, date_t &dateRetValue, bool &isNull, bool &hasReadAccess) |
| int | getDate (const std::string &dateName, date_t &dateRetValue, bool &isNull) |
| int | getDateArray (const std::string &dateArrayName, std::vector< date_t > &dateArrayRetValue, std::vector< int > &isNull, bool &hasReadAccess) |
| int | getDateArray (const std::string &dateArrayName, std::vector< date_t > &dateArrayRetValue, std::vector< int > &isNull) |
| int | getDeepCopyData (const std::string *operation, std::vector< ::Teamcenter::DeepCopyData * > *deepCopyDatas) |
| int | getDouble (const std::string &doubleName, double &doubleRetValue, bool &isNull, bool &hasReadAccess) |
| int | getDouble (const std::string &doubleName, double &doubleRetValue, bool &isNull) |
| int | getDoubleArray (const std::string &doubleArrayName, std::vector< double > &vectorDoubleVals, std::vector< int > &vectorIsNullVals, bool &hasReadAccess) |
| int | getDoubleArray (const std::string &doubleArrayName, std::vector< double > &vectorDoubleVals, std::vector< int > &vectorIsNullVals) |
| int | getInt (const std::string &intName, int &intRetValue, bool &isNull, bool &hasReadAccess) |
| int | getInt (const std::string &intName, int &intRetValue, bool &isNull) |
| int | getIntArray (const std::string &intArrayName, std::vector< int > &vectorIntVals, std::vector< int > &vectorIsNullVals, bool &hasReadAccess) |
| int | getIntArray (const std::string &intArrayName, std::vector< int > &vectorIntVals, std::vector< int > &vectorIsNullVals) |
| int | getLogical (const std::string &logicalName, bool &boolRetValue, bool &isNull, bool &hasReadAccess) |
| int | getLogical (const std::string &logicalName, bool &boolRetValue, bool &isNull) |
| int | getLogicalArray (const std::string &logicalArrayName, std::vector< int > &vectorLogicalVals, std::vector< int > &vectorIsNullVals, bool &hasReadAccess) |
| int | getLogicalArray (const std::string &logicalArrayName, std::vector< int > &vectorLogicalVals, std::vector< int > &vectorIsNullVals) |
| int | getObject_string (std::string &value, bool &isNull) const |
| int | getString (const std::string &stringName, std::string &stringRetValue, bool &isNull, bool &hasReadAccess) |
| int | getString (const std::string &stringName, std::string &stringRetValue, bool &isNull) |
| int | getStringArray (const std::string &stringArrayName, std::vector< std::string > &vectorStringVals, std::vector< int > &vectorIsNullVals, bool &hasReadAccess) |
| int | getStringArray (const std::string &stringArrayName, std::vector< std::string > &vectorStringVals, std::vector< int > &vectorIsNullVals) |
| tag_t | getTag () const |
| int | getTag (const std::string &tagName, tag_t &tagRetValue, bool &isNull, bool &hasReadAccess) |
| int | getTag (const std::string &tagName, tag_t &tagRetValue, bool &isNull) |
| int | getTagArray (const std::string &tagArrayName, std::vector< tag_t > &vectorTagVals, std::vector< int > &vectorIsNullVals, bool &hasReadAccess) |
| int | getTagArray (const std::string &tagArrayName, std::vector< tag_t > &vectorTagVals, std::vector< int > &vectorIsNullVals) |
| const std::string & | getTypeName () const |
| tag_t | getTypeTag () const |
| int | invokeOperation (const std::string *operationId,...) |
| int | invokeOperation (const std::string &operationId, va_list args) |
| int | invokeOperation (int operationIdInt, va_list args) |
| int | invokeOperation (const std::string &operationId, std::vector< void * > &args) |
| int | invokeOperation (int operationIdInt, std::vector< void * > &args) |
| int | performDeepCopy (::Teamcenter::OperationInput *pOperationInput, std::vector< ::Teamcenter::DeepCopyData * > *vecDeepCopyData) |
| int | saveAs (::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData * > *vecDeepCopyData, tag_t *newObjTag) |
| int | saveAsPost (::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData * > *vecDeepCopyData) |
| int | setChar (const std::string &charName, const char &charValue, bool isNull) |
| int | setCharArray (const std::string &charArrayName, const std::vector< char > &vectorCharVals, const std::vector< int > *vectorIsNullVals) |
| int | setDate (const std::string &dateName, const date_t &dateValue, bool isNull) |
| int | setDateArray (const std::string &dateArrayName, const std::vector< date_t > &vectorDateVals, const std::vector< int > *vectorIsNullVals) |
| int | setDouble (const std::string &doubleName, const double &doubleValue, bool isNull) |
| int | setDoubleArray (const std::string &doubleArrayName, const std::vector< double > &vectorDoubleVals, const std::vector< int > *vectorIsNullVals) |
| int | setInt (const std::string &intName, const int &intValue, bool isNull) |
| int | setIntArray (const std::string &intArrayName, const std::vector< int > &vectorIntVals, const std::vector< int > *vectorIsNullVals) |
| int | setLogical (const std::string &logicalName, const bool logicalValue, bool isNull) |
| int | setLogicalArray (const std::string &boolArrayName, const std::vector< int > &vectorboolVals, const std::vector< int > *vectorIsNullVals) |
| int | setPropertiesFromCreateInput (::Teamcenter::CreateInput *creInput) |
| int | setPropertiesFromSaveAsInput (::Teamcenter::SaveAsInput *pSavAsInput) |
| int | setString (const std::string &stringName, const std::string &stringValue, bool isNull) |
| int | setStringArray (const std::string &stringArrayName, const std::vector< std::string > &vectorStringVals, const std::vector< int > *vectorIsNullVals) |
| int | setTag (const std::string &tagName, const tag_t &tagValue, bool isNull) |
| int | setTagArray (const std::string &tagArrayName, const std::vector< tag_t > &vectorTagVals, const std::vector< int > *vectorIsNullVals) |
| int | validateCreateInput (::Teamcenter::CreateInput *creInput) |
| int | validateSaveAsInput (::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData * > *vecDeepCopyData) |
Protected Member Functions | |
| virtual void | initialize (::Teamcenter::RootObjectImpl *impl) |
| virtual void | initialize (RootObjectImpl *impl=0) |
| RuntimeBusinessObject () | |
| void | setTag (tag_t tag) |
| virtual | ~RuntimeBusinessObject () |
Private Member Functions | |
| RuntimeBusinessObjectImpl * | getRuntimeBusinessObjectImpl () const |
| RuntimeBusinessObject & | operator= (const RuntimeBusinessObject &) |
| RuntimeBusinessObject (const RuntimeBusinessObject &) | |
| void | setDeleteImpl (bool del) |
| ::Teamcenter::RootObjectImpl * | setRuntimeBusinessObjectImpl (::Teamcenter::RootObjectImpl *impl) |
Private Attributes | |
| bool | m_deleteImpl |
| RuntimeBusinessObjectImpl * | m_runtimebusinessobjectImpl |
Static Private Attributes | |
| static std::string | name |
Friends | |
| class | RuntimeBusinessObjectDelegate |
| class | RuntimeBusinessObjectGenImpl |
Definition at line 50 of file RuntimeBusinessObject.hxx.
|
protected |
Constructor
|
protectedvirtual |
Destructor
|
private |
Private default constructor. We do not want this class instantiated without the business object passed in.
| RuntimeBusinessObject | - desc for RuntimeBusinessObject parameter |
|
inherited |
desc for validate for create
| creInput | - desc for creInput parameter |
|
inherited |
desc for createPost
| creInput | - Description for the Create Input |
|
inherited |
Description for the Finalize Create Input
| creInput | - desc for creInput parameter |
|
inherited |
finalize operation input
| pSavAsInput | - desc |
| vecDeepCopyData | - desc |
|
inherited |
This is the getter for retrieving the recipe/permanent ID if its been created (and cached on the instance). Every Business Object should implement this operation.
| uid | - Recipe/permanent ID |
| isFirstTime | - If Session Recovery Uid is yet to be set or does the object need to be serialized again? |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be created |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be created |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
inherited |
Generates permanent ID/recipe. Every Business Object should implement this operation.
| recipe | - Permanent ID/recipe |
|
inherited |
This operation returns the children to be displayed when expanding this object.
| propertyNames | - The list of propertyNames to expand. If empty, then the properties defined in <TYPE>_DefaultChildProperties and <TYPE>_DefaultPseudoFolder are returned. |
| childTags | - Tags of children. |
| childContextPropertyNames | - The propertyName in which this child exists in the parent. |
|
staticinherited |
| getDeepCopydata | - This is the object to hold input information. |
| bd | - This is the bulkData |
|
inherited |
Gets the current POM serialization state. Runtime Business Object does not need to implement this operation.
| currentState | - Gets the current POM serialization state. |
|
inherited |
If Business Object supports recoverable ID. Every Business Object should implement this operation.
| isPersistedRecipe | - isPersistedRecipe param should be set to true if the recipe is limited to the user session and should be serialized to the database |
| isRecoverableIDSupported | - Returning true indicates support for recoverability/permanent IDs |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be created |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
inherited |
Sets the current POM serialization state. Runtime Business Object does not need to implement this operation.
| newState | - true marks the POM serialization recipe as out-of-date, false marks it as up-to-date. |
| stateChanged | - true if the state has changed. |
|
inherited |
This is the setter for the recipe/permanent ID when it is created (to be cached on the instance). Every Business Object should implement this operation.
| uid | - Rrecipe/permanent ID |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be created |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
staticinherited |
This operation is not supported now, there will be no support for issues stemming from uses of this operation.
| inputs | - A vector of data that contains reference information to the object to be saved |
| bd | - A data structure to store objects and other information relevant for set-based operation |
|
inherited |
To Return the Character
| charName | - To return the character Name |
| charRetValue | - The value of the Character |
| isNull | - Is the Value Null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
To Return the Character
| charName | - To return the character Name |
| charRetValue | - The value of the Character |
| isNull | - Is the Value Null |
|
inherited |
To retrieve the values of the Character array property
| charArrayName | - The Char array Name |
| vectorCharVals | - Vector of char values |
| vectorIsNullVals | - Is the Values Null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
The array of Character
| charArrayName | - The Char array Name |
| vectorCharVals | - vector of char values |
| vectorIsNullVals | - Is the Values Null |
|
inherited |
To retrieve the values of the Date property
| dateName | - Name of the date property |
| dateRetValue | - Value of the date property |
| isNull | - is value null |
| hasReadAccess | - Indicates whether the user has read access to the property. |
|
inherited |
get date value
| dateName | - Name of the date property |
| dateRetValue | - Value of the date property |
| isNull | - is value Null |
|
inherited |
To retrieve the values of the date array property
| dateArrayName | - Name of the date array property |
| dateArrayRetValue | - Value of the date array property |
| isNull | - is null values |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
get array of Date Values for a property
| dateArrayName | - Name of the date array property |
| dateArrayRetValue | - Value of the date array |
| isNull | - is null values |
|
inherited |
gets deep copy data
| operation | - operation desc |
| deepCopyDatas | - desc |
|
inherited |
To retrieve the values of the Double array property
| doubleName | - The name of the double property |
| doubleRetValue | - The value of the double property |
| isNull | - Is the value null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
To get the double value
| doubleName | - The name of the double variable |
| doubleRetValue | - The value of the double variable |
| isNull | - Is the value Null |
|
inherited |
To retrieve the values of the Double array property
| doubleArrayName | - The name of the double array property |
| vectorDoubleVals | - The values of the double array property |
| vectorIsNullVals | - Is Value Null array |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
Array of Doubles
| doubleArrayName | - The Array Name |
| vectorDoubleVals | - Array of Doubles |
| vectorIsNullVals | - Is the Value Null |
|
inherited |
To retrieve the values of the Integer property
| intName | - The name of the Integer property |
| intRetValue | - The value of the Integer property |
| isNull | - Is the value null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
To get the Integer
| intName | - The name of the Integer |
| intRetValue | - The value of the Integer |
| isNull | - Is the value null |
|
inherited |
To retrieve the values of the Integer array property
| intArrayName | - The name of the integer array property |
| vectorIntVals | - The vector of integer values |
| vectorIsNullVals | - Are the values null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
Array of Integers
| intArrayName | - The array name of integers |
| vectorIntVals | - The Vector of Integer values |
| vectorIsNullVals | - are the Values Null |
|
static |
Get the Interface Name
|
inherited |
To retrieve the values of the Boolean property
| logicalName | - The name of the Boolean property |
| boolRetValue | - The value of the boolean property |
| isNull | - Is the value null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
To get the Logical Value
| logicalName | - The name of the Logical Variable |
| boolRetValue | - The logical value |
| isNull | - Is the value null |
|
inherited |
To retrieve the values of the Boolean array property
| logicalArrayName | - The name of the boolean array property |
| vectorLogicalVals | - The vector of Logical values |
| vectorIsNullVals | - Are the values null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
Array of Logical Values
| logicalArrayName | - Array of Logical Names |
| vectorLogicalVals | - Vector of Logical Values |
| vectorIsNullVals | - are the Value Null |
|
inherited |
Getter for a string Property
| value | - Parameter value |
| isNull | - Returns true if the Parameter value is null |
|
privatevirtual |
Reimplemented from Teamcenter::RootObject.
|
inherited |
To retrieve the values of the String property
| stringName | - The name of the string property |
| stringRetValue | - The value of the string property |
| isNull | - Is the value null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
Returns the String
| stringName | - The name of the String |
| stringRetValue | - The value of the string |
| isNull | - Is the String Null |
|
inherited |
To retrieve the values of the String array property
| stringArrayName | - The name of the string array property |
| vectorStringVals | - The values of string array property |
| vectorIsNullVals | - Are the values null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
To get the StringArray
| stringArrayName | - The String name |
| vectorStringVals | - Vector of Strings |
| vectorIsNullVals | - vector of booleans |
|
inherited |
|
inherited |
To retrieve the values of the reference property
| tagName | - The name of the reference property |
| tagRetValue | - The value of the reference property |
| isNull | - Is the value null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
Returns the Tag
| tagName | - The name of the Tag |
| tagRetValue | - The value of the Tag |
| isNull | - Is the Value Null |
|
inherited |
To retrieve the values of the reference array property
| tagArrayName | - The name of the reference array property |
| vectorTagVals | - The vector of values of reference array property |
| vectorIsNullVals | - Are the values null |
| hasReadAccess | - Indicates whether the user has read access to the property |
|
inherited |
Array of Tags
| tagArrayName | - Nameof the Tag Array |
| vectorTagVals | - Vector of Tags |
| vectorIsNullVals | - are the Value Null |
|
inherited |
|
inherited |
|
protectedvirtual |
Reimplemented from Teamcenter::BusinessObject.
Reimplemented in Teamcenter::BOMLine, Teamcenter::Mfg0BvrBopArcWeld, Teamcenter::Mfg0BvrWeldPoint, Teamcenter::Mfg0BvrBopWeldPoint, Teamcenter::Mfg0BvrArcWeld, Teamcenter::Cfg0configurator::Cfg0ConfiguratorPerspective, Teamcenter::Mfg0BvrProcessArea, Teamcenter::Mfg0BvrOperation, Teamcenter::Mfg0BvrProcess, Teamcenter::Awb0Element, Teamcenter::CfgActivityLine, Teamcenter::Mfg0BvrPLP, Teamcenter::CM::Cm0ProposedImpactedObject, Teamcenter::Awb0ProductContextInfo, Teamcenter::Awb0ConditionalElement, subscmpl::Scp0DeclValidatorAgent, Teamcenter::Awp0XRTObjectSetRow, Teamcenter::serviceforecasting::SSF0ServiceForecastingItem, subscmpl::Scp0ArtifactEvaluationInfo, Teamcenter::Fnd0BOMLineLite, Teamcenter::Fnd0BopFastener, Teamcenter::Fnd0BvrFastener, Teamcenter::BOMWindow, Teamcenter::UserSession, Teamcenter::Awp0XRTObjectSetColumn, Teamcenter::Fnd0Profiler, subscmpl::Scp0DeclarationValidator, Teamcenter::Fnd0LOPropPresentations, Teamcenter::Cm1ChangeHistoryElement, Teamcenter::Fnd0BomExpansionRule, Teamcenter::Fnd0ItemLineLite, Teamcenter::Mfg0BvrDatum, Teamcenter::AppModel::Mdl0SearchDef, mci0mfgcharacteristics::Mci0BvrBopPMI, Teamcenter::AppModel::Mdl0SearchClassification, Teamcenter::Mfg0BvrPlantBOP, Teamcenter::Mfg0BvrWorkarea, Teamcenter::Fnd0PropertyDescriptor, Teamcenter::AppModel::Mdl0SearchOptionSet, Teamcenter::AppModel::Mdl0SearchSavedQuery, Teamcenter::Asp0aspect::Asp0AspectSearchDef, Teamcenter::cba::ACTLine, Teamcenter::Partition::Ptn0SearchPartition, Teamcenter::Fnd0ConditionHelper, Teamcenter::serviceplanning::SSP0BvrServiceRequirement, Teamcenter::Fnd0ClientContext, Teamcenter::Mfg0BvrPart, Teamcenter::ProjectSmartFolder, Teamcenter::Awp0XRTObjectSet, Teamcenter::Fnd0BopFastenerGroup, Teamcenter::Fnd0BvrFastenerGroup, Teamcenter::Fnd0TraversalSegment, Teamcenter::Fnd0AccessDlg, Teamcenter::AppModel::Mdl0SearchResultType, Teamcenter::AppModel::Mdl0SearchBoxZone, Teamcenter::AppModel::Mdl0SearchGeomConstraint, Teamcenter::AppModel::Mdl0SearchPlaneZone, Teamcenter::AppModel::Mdl0SearchProximity, Teamcenter::AppModel::Mdl0SearchSlctContent, Teamcenter::Awp0UserAssignment, Teamcenter::Mfg0BvrPartition, Teamcenter::Mfg0BvrProductBOP, Teamcenter::ImanItemBOPLine, Teamcenter::Mfg0BvrFlow, Teamcenter::Mfg0BvrProductVariant, Teamcenter::ImanItemLine, Teamcenter::Awb0Connection, Teamcenter::Awb0PositionedElement, Teamcenter::GDELine, Teamcenter::Mfg0BvrProcessResource, Teamcenter::Mfg0BvrProcessStation, Teamcenter::Bom0bommanagement::Bom0PBELine, Teamcenter::Cpd::Cpd0SubsetLine, Teamcenter::AppModel::Mdl0CompositeSearchDef, Teamcenter::AppModel::Mdl0SearchGroup, Teamcenter::Partition::Ptn0PartitionLine, Teamcenter::Partition::Ptn0SearchUnassigned, Teamcenter::Cfg0configurator::Cfg0SearchCursor, Teamcenter::Cpd::Cpd0WorksetLine, Teamcenter::Fnd0Selection, CMTMES::Mes0BvrSTXElement, Teamcenter::Mfg0BvrFolder, Teamcenter::Mfg0BvrProcessPartition, Teamcenter::Mfg0BvrProdProgramCol, subscmpl::Scp0VirtualizedSubstances, Teamcenter::Mfg0BvrPrecedenceConstraint, pmg0cpmgmt::Pmg0TableViewProvider, subscmpl::Scp0SupplierCommunicator, Teamcenter::cba::PartToPartProxy, Teamcenter::Cpd::Cpd0SubsetItemLine, Teamcenter::Mfg0BvrProdProgram, Teamcenter::Mfg0BvrProdProgramDef, Teamcenter::Fnd0QueryFolder, Teamcenter::Lgt0BvrSupplyChain, Teamcenter::CfgAttachmentLine, Teamcenter::Mfg0BvrCompOP, Teamcenter::Fnd0IncludedLODescriptor, Teamcenter::Fnd0LOFilterCriteria, Teamcenter::Fnd0BuildingBlockBOMLine, Teamcenter::Fnd0ModelReqBOMLine, fourdplanning::Fdp0BvrLeadConstraint, Teamcenter::Lgt0BvrContainer, Teamcenter::BOPWindow, Teamcenter::aqc0qcmaw::Aqc0QualityBaseProvider, Teamcenter::aqc0qcmaw::Aqc0QualityContextProvider, Teamcenter::aqc0qcmaw::Aqc0RealizationObjsProvider, Teamcenter::Ebm0enterprisebom::Ebm0LinkedProductsProvider, Teamcenter::Pdm0plantdatamgmt::Pdm02d3dRelationValidator, Teamcenter::Pdm0plantdatamgmt::Pdm0AssetTagFormatValidator, Teamcenter::Pdm0plantdatamgmt::Pdm0AttrComplianceValidator, Teamcenter::Pdm0plantdatamgmt::Pdm0NullAssetTagValidator, Teamcenter::Pdm0plantdatamgmt::Pdm0SameAssetTagValidator, Teamcenter::Bom0bommanagement::Bom0CompositePartUsage, Teamcenter::Bom0bommanagement::Bom0CompositePartUsageAlignment, Teamcenter::Bom0bommanagement::Bom0CompositePBESubstitute, Teamcenter::Bom0bommanagement::Bom0CompositePUSubstitute, Teamcenter::Bom0bommanagement::Bom0PartStructureWindow, Teamcenter::Bom0bommanagement::Bom0PULine, Teamcenter::cba::DesignProxy, Teamcenter::cba::DrawingProxy, Teamcenter::cba::DrawingSheetProxy, Teamcenter::cba::MUGProxy, Teamcenter::cba::PartApplicationProxy, Teamcenter::cba::PartOccThread, Teamcenter::cba::PartToPartOccThreadProxy, Teamcenter::cba::PositionDesignatorProxy, Teamcenter::cba::SubUsageProxy, Teamcenter::cba::TcUsagePartOcc, Teamcenter::cba::TcUsageProxy, Teamcenter::cba::UsageAddressProxy, Teamcenter::cba::UsageConfigurationContext, Teamcenter::Cpd::Cpd0StructureExpandCursor, Teamcenter::Fgb0aw4gbom::Fgb0AlignedDesignsProvider, Teamcenter::Fgb0aw4gbom::Fgb0AlignedPartsProvider, Teamcenter::Fgb0aw4gbom::Fgb0AlternatePartsProvider, Teamcenter::Fgb0aw4gbom::Fgb0AltForPartsProvider, Teamcenter::Fgb0aw4gbom::Fgb0AttributeGroupProvider, Teamcenter::Fgb0aw4gbom::Fgb0ParentPartsProvider, Teamcenter::Fgb0aw4gbom::Fgb0PUInContainersProvider, Teamcenter::Fgb0aw4gbom::Fgb0SourcePartRefByProvider, Teamcenter::Fgb0aw4gbom::Fgb0SubForPartsProvider, Teamcenter::Fgb0aw4gbom::Fgb0TopLevelPartsProvider, Teamcenter::Fgb0aw4gbom::Fgb0UsesOfSourcePartProvider, Teamcenter::Fgd0aw4gdesign::Fgd0SourceObjectRefByProvider, Teamcenter::Fgd0aw4gdesign::Fgd0UsedInWorksetProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0BaselineRevProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0ConfiguredAttrGroupProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0MappedPartitionsProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0ParentPartitionsProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0PartitionSchemeProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0PtnMapSrcPtnsProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0PtnSchemeTypeProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0RealizedPartitionsProvider, Teamcenter::Fgf0aw4gfoundation::Fgf0SourceContextProvider, Teamcenter::LibraryMgmt::Lbr0LibraryElementsProvider, Teamcenter::AppModel::Mdl0IncludeAll, Teamcenter::AppModel::Mdl0RefAppModelProvider, Teamcenter::AppModel::Mdl0SearchCursor, Teamcenter::nxp0pid::NXP0RefPartitionsProvider, Teamcenter::nxp0pid::NXP0RunProvider, Teamcenter::PKGART::Pka0PartnerContactProvider, Teamcenter::Pmg0cpmgmt::Pmg0DimensionsProvider, Teamcenter::Pmg0cpmgmt::Pmg0ItemSKUProvider, Teamcenter::Realization::Rlz0RefCompositionProvider, Teamcenter::Realization::Rlz0SourceObjectRefByProvider, Teamcenter::serviceplanning::SSP0BvrFrequency, Teamcenter::serviceplanning::SSP0BvrServiceContainer, Teamcenter::serviceplanning::SSP0BvrServicePartition, Teamcenter::serviceplanning::SSP0BvrServicePlan, Teamcenter::serviceplanning::SSP0BvrServiceProcess, Teamcenter::serviceplanning::SSP0BvrSkill, Teamcenter::serviceplanning::SSP0BvrWorkCard, Teamcenter::srh0apsconfiguredsearch::Srh0ConfiguredSearchRecipe, Teamcenter::wnb0weightandbalance::Wnb0PayloadCollectProvider, Teamcenter::wnb0weightandbalance::Wnb0RollupReportsProvider, Teamcenter::wnb0weightandbalance::Wnb0RollupTemplateProvider, Teamcenter::Fnd0RequirementBOMLine, Teamcenter::Awp0AdvancedSearchInput, Teamcenter::Fnd0BaseDataValidator, Teamcenter::MEAppearanceGroupLine, Teamcenter::Mfg0BvrConstraint, Teamcenter::Mfg0BvrEBopContext, Teamcenter::Mfg0BvrEquipment, Teamcenter::Mfg0BvrLibrary, Teamcenter::Fnd0MUImpactedParents, Teamcenter::Fnd0BaseProvider, Teamcenter::Lgt0BvrPartFamProc, qc0qualitycenterbase::Qc0FailureContextProvider, Qfm0qcfmea::Qfm0CauseEffectProvider, Qfm0qcfmea::Qfm0FMEADataProvider, Qfm0qcfmea::Qfm0FMEANodeDataProvider, Qfm0qcfmea::Qfm0FndInTreeDataProvider, Qfm0qcfmea::Qfm0FormSheetSourceProvider, Qfm0qcfmea::Qfm0SODCriteriaProvider, Qfm0qcfmea::Qfm0VariantFMEAProvider, Teamcenter::IDCLine, Teamcenter::IDCWindow, Teamcenter::Awb0ContextProvider, Teamcenter::Awb0CSIDsToElementsProvider, Teamcenter::Awb0EffectivityProvider, Teamcenter::Awb0FullTextSearchProvider, Teamcenter::Awb0Interface, Teamcenter::Awb0ProductFeature, Teamcenter::Awb0SavedQueryProvider, Teamcenter::Awb0SubstitutesProvider, Teamcenter::Awb0ArrangementProvider, Teamcenter::Awb0ClosureRulesProvider, Teamcenter::Awb0ContextProductsProvider, Teamcenter::Awb0MarkupForLevelProvider, Teamcenter::Awb0MarkupProvider, Teamcenter::Awb0OverrideDatasetProvider, Teamcenter::Awb0ViewTypeProvider, Teamcenter::Awb0ZoneProvider, Teamcenter::Awp0AdvancedQueryCriteria, aws2::Awp0AlternatesProvider, aws2::Awp0FavoritesProvider, aws2::Awp0FoldersProvider, Teamcenter::Awp0FullTextSearchProvider, Teamcenter::Awp0InboxProvider, Teamcenter::Awp0ObjectSetRowProvider, aws2::Awp0PALProvider, aws2::Awp0RecentObjectsProvider, Teamcenter::Awp0ReferencesProvider, Teamcenter::Awp0ResourceProvider, Teamcenter::Awp0SavedQuerySearchProvider, Teamcenter::Awp0SavedSearchProvider, aws2::Awp0SignoffsProvider, aws2::Awp0TablePropertyProvider, aws2::Awp0TaskSearchProvider, Teamcenter::Awp0TypeSearchProvider, aws2::Awp0VNCProvider, Teamcenter::BOMDerivedDefault, Teamcenter::BOMFixedDefault, Teamcenter::BOMOption, Teamcenter::BOMOptionIndexExpr, Teamcenter::BOMRuleCheck, Teamcenter::BOMVariantExprBlock, Teamcenter::BOMVariantRule, Teamcenter::Fnd0AbstractProxyLine, Teamcenter::Fnd0ProxyAlignedLine, Teamcenter::Fnd0SubstituteGroupProvider, Teamcenter::Fnd0SubstitutesProvider, Teamcenter::GDELinkLine, Teamcenter::CAEAttachmentWindow, Teamcenter::Cm0RemovedLine, Teamcenter::Cm1ImpactAnalysisProvider, Teamcenter::Cm1LineageImpactedProvider, Teamcenter::Cm1MyChangesProvider, Teamcenter::Fnd0RemoteInboxProvider, fourdplanning::Fdp0BvrLagConstraint, Teamcenter::Fnd0ConfigBaselineProvider, Teamcenter::Fnd0DisclosedModelViewData, Teamcenter::Fnd0AlignedDesign, Teamcenter::Fnd0AlignedDesignsProvider, Teamcenter::Fnd0AlignedPart, Teamcenter::Fnd0AlignedPartsProvider, Teamcenter::Fnd0MMVCursor, Teamcenter::Fnd0ReleaseEventProvider, Teamcenter::ICSRuntimeAttr, Teamcenter::ICSRuntimeICOIdAttr, Teamcenter::Lgt0BvrInbdSupChain, Teamcenter::Lgt0BvrInplSupChain, Teamcenter::Lgt0BvrLogisticArea, Teamcenter::Lgt0BvrLogisticBOP, Teamcenter::Lgt0BvrLogisticFldr, Teamcenter::Lgt0BvrLogisticOp, Teamcenter::Lgt0BvrLogisticPr, Teamcenter::Lgt0BvrMovePr, Teamcenter::Lgt0BvrProvisionAr, Teamcenter::Lgt0BvrProvisionPr, Teamcenter::Lgt0BvrStorePr, Teamcenter::Lgt0BvrSupplyChainLib, Teamcenter::Lgt0BvrSupplyChainPartition, Teamcenter::Lgt0BvrVehicle, Teamcenter::AppGroupBOPLine, Teamcenter::BOSLine, Teamcenter::BOSWindow, Teamcenter::CfgAbsOccAttachmentLine, Teamcenter::CfgAttachmentWindow, Teamcenter::CfgBlAttachmentLine, Teamcenter::GDEBOPLine, Teamcenter::MEAppearanceLine, Teamcenter::MEAssemblyWindow, Teamcenter::MECfgLine, Teamcenter::MECfgWindow, Teamcenter::MEViewLine, Teamcenter::TCMPlmXml, Teamcenter::AllocationLine, Teamcenter::AllocationWindow, CMTMES::Mes0BvrDCD, CMTMES::Mes0BvrPF, CMTMES::Mes0BvrSTXFolder, CMTMES::Mes0BvrSTXLibrary, Teamcenter::Mfg0BvrActivity, Teamcenter::Mfg0BvrAlternativeScope, Teamcenter::Mfg0BvrBopManufacturingFeature, Teamcenter::Mfg0BvrBOPWorkarea, Teamcenter::Mfg0BvrContinuousJoinOperation, Teamcenter::Mfg0BvrDiscreteJoinOperation, Teamcenter::Mfg0BvrDynamicIPA, Teamcenter::Mfg0BvrGenericBOP, Teamcenter::Mfg0BvrIPA, Teamcenter::Mfg0BvrLocalResourceLibrary, Teamcenter::Mfg0BvrManufacturingFeature, Teamcenter::Mfg0BvrMaterial, Teamcenter::Mfg0BvrPlantEquipment, Teamcenter::Mfg0BvrPlantPLC, Teamcenter::Mfg0BvrPlantResource, Teamcenter::Mfg0BvrPlantRobot, Teamcenter::Mfg0BvrPlantSensor, Teamcenter::Mfg0BvrPLC, Teamcenter::Mfg0BvrProcessContext, Teamcenter::Mfg0BvrProcessLine, Teamcenter::Mfg0BvrReferenceFrame, Teamcenter::Mfg0BvrResource, Teamcenter::Mfg0BvrRobot, Teamcenter::Mfg0BvrScopeFlow, Teamcenter::Mfg0BvrSensor, Teamcenter::Mfg0BvrShdStudy, Teamcenter::Mfg0BvrSimStudy, Teamcenter::Mfg0BvrStep, Teamcenter::Mfg0BvrStudy, pgp0awprgplanning::Pgp0KanbanObjSearchProvider, pgp0awprgplanning::Pgp0PlanObjsSearchProvider, pmg0cpmgmt::Pmg0ProdSaveAsSKUProvider, Teamcenter::Fnd0ArrangementProvider, Teamcenter::Fnd0ClosureRulesProvider, Teamcenter::Fnd0ViewTypeProvider, Teamcenter::Fnd0WhereConfiguredProvider, Teamcenter::VariantExpressionEditor, psi0ppsminterface::Psi0PrgDelSearchProvider, psi0ppsminterface::Psi0PrgObjsSearchProvider, Teamcenter::Psi0ScheduleSearchProvider, Teamcenter::PublishedObject, Teamcenter::RemoteBOMLine, Teamcenter::RemoteObject, qam0qualityactionmgmt::Qam0ActionBaseProvider, qam0qualityactionmgmt::Qam0ActionContextProvider, Teamcenter::Fnd0ReportProvider, Teamcenter::SearchCursor, Teamcenter::AuditLine, Teamcenter::AuditReport, Teamcenter::Fnd0ContextProductsProvider, Teamcenter::Fnd0ProxyBOMLine, Teamcenter::Fnd0SavedQueryProvider, Teamcenter::Fnd0ZoneProvider, Teamcenter::LineOfUsage, Teamcenter::OccurrenceAuditLine, Teamcenter::RDVAutoNVE, Teamcenter::UsageAuditLine, Teamcenter::UsageOption, Teamcenter::UsagePartNumber, sc0suppliercollaboration::Sc0LegacyExchangeProvider, sci0imdsintegration::Sci0DeclIMDSValidator, sci0imdsintegration::Sci0DeclIMDSValidatorAgent, sci0imdsintegration::Sci0DeclValIMDSCommunicator, subscmpl::Scp0DeclarationCMDValidator, subscmpl::Scp0DeclarationLRDValidator, subscmpl::Scp0DeclarationMSDValidator, subscmpl::Scp0DeclCMDValidatorAgent, subscmpl::Scp0DeclLRDValidatorAgent, subscmpl::Scp0DeclMSDValidatorAgent, subscmpl::Scp0DeclValCommunicator, subscmpl::Scp0DeclValEmlCommunicator, Teamcenter::Fnd0FunctionalBOMLine, Teamcenter::Fnd0LogicalBOMLine, smc0psmcfgsupport::Smc0CfgPerspectiveProvider, smc0psmcfgsupport::Smc0SolutionVariantProvider, Teamcenter::Fnd0GetChildrenProvider, Teamcenter::Fnd0MessageProvider, Teamcenter::Fnd0ChangeContext, Teamcenter::Fnd0LogicalObject, Teamcenter::Fnd0MarkpointBulletinBoardMgr, Teamcenter::Fnd0TypeSearchProvider, Teamcenter::PseudoFolder, Teamcenter::PartOcc, Teamcenter::Fnd0DesignReqBOMLine, Teamcenter::Fnd0ValidationReqBOMLine, wbs0workbreakdownstructure::Wbs0ApplRelDataProvider, wbs0workbreakdownstructure::Wbs0LatestRelWBSProvider, wbs0workbreakdownstructure::Wbs0PDRProvider, wbs0workbreakdownstructure::Wbs0PredWBSDelProvider, and wbs0workbreakdownstructure::Wbs0ResourcePkgDelProvider.
|
protectedvirtualinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
private |
|
inherited |
perform deep copy
| pOperationInput | - desc |
| vecDeepCopyData | - deep copy data |
|
inherited |
save as operation
| pSavAsInput | - save as input |
| vecDeepCopyData | - vector deepcopy data |
| newObjTag | - new object tag |
|
inherited |
Generic saveAsPost operation.
| pSavAsInput | - Input argument as SaveAsInput object. |
| vecDeepCopyData | - vector deepcopy data |
|
inherited |
To set the character
| charName | - The Name |
| charValue | - The Character Value |
| isNull | - Is the Value Null |
|
inherited |
To set the character array
| charArrayName | - charArrayName |
| vectorCharVals | - vectorCharVals |
| vectorIsNullVals | - vectorIsNullVals |
|
inherited |
To set the Date
| dateName | - dateName |
| dateValue | - dateValue |
| isNull | - isNull |
|
inherited |
To set the Date Array
| dateArrayName | - dateArrayName |
| vectorDateVals | - vectorDateVals |
| vectorIsNullVals | - vectorIsNullVals |
|
private |
|
inherited |
To set the Double Value
| doubleName | - doubleName |
| doubleValue | - doubleValue |
| isNull | - isNull |
|
inherited |
To set the double array
| doubleArrayName | - doubleArrayName |
| vectorDoubleVals | - vectorDoubleVals |
| vectorIsNullVals | - vectorIsNullVals |
|
inherited |
To set an Integer
| intName | - The name of the integer |
| intValue | - The Integer Value |
| isNull | - Is the value Null |
|
inherited |
To the the Array of Integer type data on BusinessObject
| intArrayName | - name of the integer array |
| vectorIntVals | - vector or array of integer values |
| vectorIsNullVals | - vector of isNulls |
|
inherited |
To set the Logical Value
| logicalName | - logicalName |
| logicalValue | - logicalValue |
| isNull | - isNull |
|
inherited |
To set Logical Array
| boolArrayName | - boolArrayName |
| vectorboolVals | - vectorboolVals |
| vectorIsNullVals | - vectorIsNullVals |
|
inherited |
desc for setPropertiesFromCreateInpu
| creInput | - Description for CreateInput |
|
inherited |
setproperties from saveas input
| pSavAsInput | - desc |
|
private |
|
inherited |
To set the String
| stringName | - stringName |
| stringValue | - stringValue |
| isNull | - isNull |
|
inherited |
To set the string array
| stringArrayName | - stringArrayName |
| vectorStringVals | - vectorStringVals |
| vectorIsNullVals | - vectorIsNullVals |
|
protectedinherited |
|
inherited |
To set the tag
| tagName | - tagName |
| tagValue | - tagValue |
| isNull | - isNull |
|
inherited |
To set the Tag Array
| tagArrayName | - tagArrayName |
| vectorTagVals | - vectorTagVals |
| vectorIsNullVals | - vectorIsNullVals |
|
inherited |
desc for validate for create
| creInput | - desc for creInput parameter |
|
inherited |
validate saveas input
| pSavAsInput | - desc |
| vecDeepCopyData | - desc |
|
friend |
Definition at line 102 of file RuntimeBusinessObject.hxx.
|
friend |
Definition at line 103 of file RuntimeBusinessObject.hxx.
|
private |
Definition at line 88 of file RuntimeBusinessObject.hxx.
|
private |
Definition at line 85 of file RuntimeBusinessObject.hxx.
|
staticprivate |
Name of the Business Object
Definition at line 93 of file RuntimeBusinessObject.hxx.