Modifier and Type | Method and Description |
---|---|
void |
activateCurrentVisualReport()
Activates the
current() visual report. |
SpecifyDateBuilder |
createSpecifyDateBuilder()
Creates a
SpecifyDateBuilder . |
VisualReportBuilder |
createVisualReportBuilder(VisualReport visualReport)
Creates a
nxopen.visualreporting.VisualReportBuilder and starts
editing a copy of the given nxopen.visualreporting.VisualReport . |
VisualReport |
current()
Returns
the current
nxopen.visualreporting.VisualReport . |
void |
deactivateCurrentVisualReport()
Deactivates the
current() visual report. |
VisualReport |
mergeReports(VisualReport[] visualReports,
String mergedReportName,
String mergedReportDescription)
Merges multiple existing
nxopen.visualreporting.VisualReport into one nxopen.visualreporting.VisualReport , but does not set them to be the
current() visual report or activate them, and does not save the merged nxopen.visualreporting.VisualReport . |
VisualReport |
open(String filename)
Opens an existing
nxopen.visualreporting.VisualReport , but does not set it to be the
current() visual report or activate it. |
VisualReport[] |
openReports(String[] folders,
String[] names)
Opens existing
nxopen.visualreporting.VisualReport , but does not set them to be the
current() visual report or activate them. |
void |
setCurrent(VisualReport visualReport)
License requirements: None. |
void |
unload(VisualReport visualReport)
Unloads an opened
nxopen.visualreporting.VisualReport . |
VisualReportExplorer |
visualReportExplorer()
|
nxopen.visualreporting.VisualReportCollection |
visualReports()
Returns the
nxopen.visualreporting.VisualReportCollection belonging to this visual report manager
Created in NX7.0.0 |
nxopen.visualreporting.VisualReportCollection visualReports() throws RemoteException
nxopen.visualreporting.VisualReportCollection
belonging to this visual report manager
RemoteException
VisualReportExplorer visualReportExplorer() throws RemoteException
RemoteException
VisualReportBuilder createVisualReportBuilder(VisualReport visualReport) throws NXException, RemoteException
nxopen.visualreporting.VisualReportBuilder
and starts
editing a copy of the given nxopen.visualreporting.VisualReport
.
visualReport
- The VisualReport for which this builder is being created. Can be nullNXException
RemoteException
VisualReport open(String filename) throws NXException, RemoteException
nxopen.visualreporting.VisualReport
, but does not set it to be the
current()
visual report or activate it.
If the visual report file cannot be opened, or if there is a problem parsing the file,
then an exception will be raised.
If opening a managed report then it is recommended to use openReports(java.lang.String[], java.lang.String[])
which can take a container path and list of dataset names
filename
- The filename of the visual report to open NXException
RemoteException
void unload(VisualReport visualReport) throws NXException, RemoteException
nxopen.visualreporting.VisualReport
.
visualReport
- NXException
RemoteException
VisualReport[] openReports(String[] folders, String[] names) throws NXException, RemoteException
nxopen.visualreporting.VisualReport
, but does not set them to be the
current()
visual report or activate them.
If the visual report file cannot be opened, or if there is a problem parsing the file,
then an exception will be raised.
This can be used in native mode by sending in a folder path and filenames, or in
managed mode using a container path and dataset names.
folders
- array of folders to be searched names
- array of report names NXException
RemoteException
void activateCurrentVisualReport() throws NXException, RemoteException
NXException
RemoteException
void deactivateCurrentVisualReport() throws NXException, RemoteException
NXException
RemoteException
VisualReport current() throws NXException, RemoteException
nxopen.visualreporting.VisualReport
.
NXException
RemoteException
void setCurrent(VisualReport visualReport) throws NXException, RemoteException
visualReport
- NXException
RemoteException
VisualReport mergeReports(VisualReport[] visualReports, String mergedReportName, String mergedReportDescription) throws NXException, RemoteException
nxopen.visualreporting.VisualReport
into one nxopen.visualreporting.VisualReport
, but does not set them to be the
current()
visual report or activate them, and does not save the merged nxopen.visualreporting.VisualReport
.
visualReports
- array of existing reportsmergedReportName
- name of the merged report mergedReportDescription
- description of the merged report NXException
RemoteException
SpecifyDateBuilder createSpecifyDateBuilder() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.