|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This service provides support for the clients that provide assess to
the Microsoft Project Integration
features of ProjectLink
.
Supported API: false
Extendable: false
Method Summary | |
void |
deleteTempFile(File tempFile)
Delete a temporary file that was created by the method server. |
File |
exportProjectPlan(NmCommandBean cb,
Hashtable params,
ExportInfo info)
Export the project plan as XML that conforms to the Microsoft
Project XML Schema . |
NmChangeModel[] |
importProjectPlan(NmCommandBean cb,
Hashtable params,
ImportInfo info)
Update the project plan using the specified XML file. |
File |
requestImportProjectPlan(NmCommandBean cb,
Hashtable params,
ImportInfo info)
Generate a request for the client to import a file into a ProjectPlan or SummaryActivity . |
Method Detail |
public NmChangeModel[] importProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info) throws WTException, WTPropertyVetoException, IOException
Since an import will usually cause substantial changes and occurs
infrequently, return a NmChangeModel
that invalidates all the caches.
Supported API: false
cb
- params
- info
-
WTException
WTPropertyVetoException
IOException
public File exportProjectPlan(NmCommandBean cb, Hashtable params, ExportInfo info) throws WTException, IOException
XML
that conforms to the Microsoft
Project XML Schema
.
If info.isEdit()
returns true
, then additional
information is included in the XML
file that identifies
the Windchill
objects that the data corresponds to.
This allows the client to save changes back to the server.
The method returns a pointer to the File
into which
the XML
was written.
Supported API: false
cb
- params
- info
-
WTException
IOException
public File requestImportProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info) throws WTException, IOException
ProjectPlan
or SummaryActivity
.
The client should use the information in the generated XML
to send an importProjectPlan
request to the server.
The generated XML
conforms to the Existing Project
XML Schema
. The method returns a pointer to the File
into which the XML
was written.
Supported API: false
cb
- params
- info
-
WTException
IOException
public void deleteTempFile(File tempFile) throws WTException
tempFile
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |