im perspectives
displays the list of Windchill RV&S cross-cutting perspectives
|
This command is available only through the Windchill RV&S Application Programming Interface (API).
|
Synopsis
im perspectives [--fields=field1,field2,field3...] [--perspectiveID=value] [--[no]showcontents] [--[no]showcontentdetails]
Description
im perspectives displays a list of cross-cutting perspectives that are created by you and those that are shared with you by the cross-cutting perspective owner.
Options
This command takes the universal options available to all
im commands, as well as some general options. See the
options reference page for descriptions.
• --fields=field1,field2,...
specifies the cross-cutting perspective fields to display.
For example,
im perspectives –-fields=name,description,id,createdBy displays the user name
displays the name, description, and ID of the cross-cutting perspective along with the user name of the cross-cutting perspective creator.
The cross-cutting perspective fields you can specify are:
◦ created
displays the created date of the cross-cutting perspective
◦ createdBy
displays the username of the creator of the cross-cutting perspective
◦ description
displays the description of the cross-cutting perspective
◦ fields
displays the fields visible in the associated column set
◦ id
displays the ID of the cross-cutting perspective
◦ lastModified
displays the last modified date of the cross-cutting perspective
◦ lockedBy
displays the username of the user who has locked the cross-cutting perspective
◦ lockedDate
displays the locked date of the cross-cutting perspective
◦ modifiedBy
displays the username of the user who has modified the cross-cutting perspective
◦ name
displays the name of the cross-cutting perspective
◦ shareWith
displays the users that the cross-cutting perspective is shared with
• --perspectiveID=value
specifies the ID of the cross-cutting perspective.
• --[[no]showcontents]
controls whether to display the content of a cross-cutting perspective. You can view the contents of a single cross-cutting perspective at a time.
• --[[no]showcontentdetails]
controls whether to display detailed information of the content of the cross-cutting perspective. The information is displayed only if the ID of the cross-cutting perspective is specified.
See Also