NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Issue::IssueContentBuilder Class Reference

Represents a NXOpen::Issue::IssueContent builder
To create a new instance of this class, use NXOpen::Issue::IssueManager::CreateIssueContentBuilder
Default values. More...

Inheritance diagram for NXOpen::Issue::IssueContentBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void AddAttachment (NXOpen::Issue::IssueAttachment *attachment)
 Adds an NXOpen::Issue::IssueAttachment
Created in NX8.5.0. More...
 
NXString AssignedUser ()
 Returns the assigned user
Created in NX8.5.0. More...
 
NXString Comment ()
 Returns the issue comment
Created in NX8.5.0. More...
 
NXString DueDate ()
 Returns the due date
Created in NX8.5.0. More...
 
std::vector
< NXOpen::Issue::IssueAttachment * > 
GetAllAttachments ()
 Returns all the NXOpen::Issue::IssueAttachment s. More...
 
NXOpen::Issue::IssueAttachmentGetAttachment (const NXString &attachmentName)
 Returns the NXOpen::Issue::IssueAttachment with this attachment name. More...
 
NXOpen::Issue::IssueAttachmentGetAttachment (const char *attachmentName)
 Returns the NXOpen::Issue::IssueAttachment with this attachment name. More...
 
std::vector
< NXOpen::Issue::IssueProperty * > 
GetEditableUserProperties ()
 Returns the editable user defined NXOpen::Issue::IssueProperty s. More...
 
NXString GetPropertyValue (const NXString &propertyName)
 Returns the value of NXOpen::Issue::IssueProperty. More...
 
NXString GetPropertyValue (const char *propertyName)
 Returns the value of NXOpen::Issue::IssueProperty. More...
 
NXString Priority ()
 Returns the issue priority
Created in NX8.5.0. More...
 
void RemoveAttachment (NXOpen::Issue::IssueAttachment *attachment)
 Removes an NXOpen::Issue::IssueAttachment
Created in NX8.5.0. More...
 
void SetAssignedUser (const NXString &assignedUser)
 Sets the assigned user
Created in NX8.5.0. More...
 
void SetAssignedUser (const char *assignedUser)
 Sets the assigned user
Created in NX8.5.0. More...
 
void SetComment (const NXString &comment)
 Sets the issue comment
Created in NX8.5.0. More...
 
void SetComment (const char *comment)
 Sets the issue comment
Created in NX8.5.0. More...
 
void SetDueDate (const NXString &dueDate)
 Sets the due date
Created in NX8.5.0. More...
 
void SetDueDate (const char *dueDate)
 Sets the due date
Created in NX8.5.0. More...
 
void SetPreviewImage (NXOpen::Issue::IssueAttachment *attachment)
 Sets preview image
Created in NX8.5.0. More...
 
void SetPriority (const NXString &priority)
 Sets the issue priority
Created in NX8.5.0. More...
 
void SetPriority (const char *priority)
 Sets the issue priority
Created in NX8.5.0. More...
 
void SetPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the value of NXOpen::Issue::IssueProperty
Created in NX8.5.0. More...
 
void SetPropertyValue (const char *propertyName, const char *propertyValue)
 Sets the value of NXOpen::Issue::IssueProperty
Created in NX8.5.0. More...
 
void SetStatus (const NXString &status)
 Sets the issue status
Created in NX8.5.0. More...
 
void SetStatus (const char *status)
 Sets the issue status
Created in NX8.5.0. More...
 
void SetTitle (const NXString &title)
 Sets the issue title
Created in NX8.5.0. More...
 
void SetTitle (const char *title)
 Sets the issue title
Created in NX8.5.0. More...
 
NXString Status ()
 Returns the issue status
Created in NX8.5.0. More...
 
NXString Title ()
 Returns the issue title
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Issue::IssueContent builder
To create a new instance of this class, use NXOpen::Issue::IssueManager::CreateIssueContentBuilder
Default values.

Property Value

Title

New Issue


Created in NX8.5.0.

Member Function Documentation

void NXOpen::Issue::IssueContentBuilder::AddAttachment ( NXOpen::Issue::IssueAttachment attachment)

Adds an NXOpen::Issue::IssueAttachment
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachmentattachment
NXString NXOpen::Issue::IssueContentBuilder::AssignedUser ( )

Returns the assigned user
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

NXString NXOpen::Issue::IssueContentBuilder::Comment ( )

Returns the issue comment
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

NXString NXOpen::Issue::IssueContentBuilder::DueDate ( )

Returns the due date
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

std::vector<NXOpen::Issue::IssueAttachment *> NXOpen::Issue::IssueContentBuilder::GetAllAttachments ( )

Returns all the NXOpen::Issue::IssueAttachment s.

Returns

Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
NXOpen::Issue::IssueAttachment* NXOpen::Issue::IssueContentBuilder::GetAttachment ( const NXString attachmentName)

Returns the NXOpen::Issue::IssueAttachment with this attachment name.

Returns

Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
Parameters
attachmentNameattachmentname
NXOpen::Issue::IssueAttachment* NXOpen::Issue::IssueContentBuilder::GetAttachment ( const char *  attachmentName)

Returns the NXOpen::Issue::IssueAttachment with this attachment name.

Returns

Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
Parameters
attachmentNameattachmentname
std::vector<NXOpen::Issue::IssueProperty *> NXOpen::Issue::IssueContentBuilder::GetEditableUserProperties ( )

Returns the editable user defined NXOpen::Issue::IssueProperty s.

Returns

Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
NXString NXOpen::Issue::IssueContentBuilder::GetPropertyValue ( const NXString propertyName)

Returns the value of NXOpen::Issue::IssueProperty.

Returns

Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
Parameters
propertyNamepropertyname
NXString NXOpen::Issue::IssueContentBuilder::GetPropertyValue ( const char *  propertyName)

Returns the value of NXOpen::Issue::IssueProperty.

Returns

Created in NX8.5.0.

License requirements : nx_issue_mgmt ("NX Issue Tracking")
Parameters
propertyNamepropertyname
NXString NXOpen::Issue::IssueContentBuilder::Priority ( )

Returns the issue priority
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

void NXOpen::Issue::IssueContentBuilder::RemoveAttachment ( NXOpen::Issue::IssueAttachment attachment)

Removes an NXOpen::Issue::IssueAttachment
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachmentattachment
void NXOpen::Issue::IssueContentBuilder::SetAssignedUser ( const NXString assignedUser)

Sets the assigned user
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
assignedUserassigneduser
void NXOpen::Issue::IssueContentBuilder::SetAssignedUser ( const char *  assignedUser)

Sets the assigned user
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
assignedUserassigneduser
void NXOpen::Issue::IssueContentBuilder::SetComment ( const NXString comment)

Sets the issue comment
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
commentcomment
void NXOpen::Issue::IssueContentBuilder::SetComment ( const char *  comment)

Sets the issue comment
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
commentcomment
void NXOpen::Issue::IssueContentBuilder::SetDueDate ( const NXString dueDate)

Sets the due date
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
dueDateduedate
void NXOpen::Issue::IssueContentBuilder::SetDueDate ( const char *  dueDate)

Sets the due date
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
dueDateduedate
void NXOpen::Issue::IssueContentBuilder::SetPreviewImage ( NXOpen::Issue::IssueAttachment attachment)

Sets preview image
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachmentattachment
void NXOpen::Issue::IssueContentBuilder::SetPriority ( const NXString priority)

Sets the issue priority
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
prioritypriority
void NXOpen::Issue::IssueContentBuilder::SetPriority ( const char *  priority)

Sets the issue priority
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
prioritypriority
void NXOpen::Issue::IssueContentBuilder::SetPropertyValue ( const NXString propertyName,
const NXString propertyValue 
)

Sets the value of NXOpen::Issue::IssueProperty
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
propertyNamepropertyname
propertyValuepropertyvalue
void NXOpen::Issue::IssueContentBuilder::SetPropertyValue ( const char *  propertyName,
const char *  propertyValue 
)

Sets the value of NXOpen::Issue::IssueProperty
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
propertyNamepropertyname
propertyValuepropertyvalue
void NXOpen::Issue::IssueContentBuilder::SetStatus ( const NXString status)

Sets the issue status
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
statusstatus
void NXOpen::Issue::IssueContentBuilder::SetStatus ( const char *  status)

Sets the issue status
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
statusstatus
void NXOpen::Issue::IssueContentBuilder::SetTitle ( const NXString title)

Sets the issue title
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
titletitle
void NXOpen::Issue::IssueContentBuilder::SetTitle ( const char *  title)

Sets the issue title
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

Parameters
titletitle
NXString NXOpen::Issue::IssueContentBuilder::Status ( )

Returns the issue status
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")

NXString NXOpen::Issue::IssueContentBuilder::Title ( )

Returns the issue title
Created in NX8.5.0.



License requirements : nx_issue_mgmt ("NX Issue Tracking")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.