zzz3

Basic Windchill Classes, Interfaces and Packages
Class Name, Description
wt.doc.WTDocument, Document objects
wt.epm.EPMDocument, CAD Document objects
wt.fc.QueryResult, An enumeration of results when querying the
Windchill database using APIs
wt.folder.SubFolder, A “non-root” folder
wt.inf.container.WTContainer, Parent for all containers — Site, Organization,Product, Library, Project
wt.inf.library.WTLibrary, Library objects
wt.inf.container.ExchangeContainer, Represents the site container
wt.inf.container.OrgContainer, Organization container objects
wt.org.WTGroup, Represents a Windchill group
wt.org.WTPrincipal, Represents a Windchill user or group
wt.org.WTUser, Represents a Windchill user
wt.part.WTPart, Part objects
wt..pdmlink.PDMLinkProduct, Product objects
wt.query.QuerySpec, Windchill query
wt.query.SearchCondition, Search condition on a query
wt.util.WTException, Base class for Windchill exceptions
===
Common Windchill Interfaces
Interface Name ,Description
wt.access.AccessControlled, Subject to access control
wt.fc.Persistable, Can be stored in a database
wt.folder.Foldered, Objects that are stored in a folder
wt.lifecycle.LifeCycleManaged, Managed by a life cycle
wt.lifecycle.IteratedLifeCycleManaged, Both Iterated and is LifeCycleManaged;when something is Iterated, life cycle is only
interested in the latest iterations, not past iterations
wt.vc.Iterated, Objects can be incrementally iterated (e.g.,
A.1, A.2, A.3), typically through check out and check in
wt.vc.Versioned, Represents the version capabilities of objects,
like “A.2” vs “B.1” for a given Document or Part
===
Common Windchill Packages
Package Name. Description
wt.access. defining and enforcing access to business and system objects
wt.change, An older version of change objects maintained for historical purposes; use wt.change2
wt.change2, change objects
wt.content, Allows content (files, URL links, etc.) to be associated with business objects like Documents
wt.doc, Related to Document objects
wt.epm, Related to CAD Documents
Facilitates the loading of CAD models and relating CAD models to WTParts
wt.fc, “Foundation Classes” — storing objects in the database and querying the database
wt.folder, Objects can be stored in cabinets and folders
wt.lifecycle, Related to objects that are managed with life cycles
wt.org, Manage participants in directories (LDAP) and/or the database
wt.part, Related to Part objects
wt.query Support for defining SQL queries
wt.team ,Related to role holders and mapping participants to roles
wt.vc ,“Version Control” — objects have versions with a “major” version-specific identifier and versions have iterations with a “minor”iteration-specific identifier, e.g., “A.1”
wt.vc.wip ,“Work in Progress”, e.g., check in, check out,
and the persisted data representing checked out objects modified but not yet checked in
wt.util, Utilities and standard objects

你可能感兴趣的:(sql,Access,vc++)