Uses of Interface
wt.vc.baseline.Baselineable

Packages that use Baselineable
com.ptc.epm.commands.transaction   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.wsoption   
wt.clients.vc   
wt.clients.vc.baseline   
wt.configuration   
wt.doc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.epm.workspaces   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.maturity   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.replication.unit   
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.vc.baseline
 
 

Uses of Baselineable in com.ptc.epm.commands.transaction
 

Methods in com.ptc.epm.commands.transaction with parameters of type Baselineable
 void ECADTransaction.addToBaseline(Baselineable object, Baseline baseline)
           
 void ECADTransaction.addMember(Baselineable object, Baseline baseline)
           
 void ECADTransaction.removeFromBaseline(Baselineable object, Baseline baseline)
           
 void BaselineOp.add(Baselineable object)
           
 void BaselineOp.addMember(Baselineable object)
           
 void BaselineOp.remove(Baselineable object)
           
 

Uses of Baselineable in com.ptc.windchill.cadx.common.util
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type Baselineable
 Baseline BaselineUtilities.createBaseline(CreationDefaults defaults, Baselineable[] objects)
          Deprecated. Use createBaseline(CreationDefaults defaults, Baselineable[] objects, WTContainer container )
 Baseline BaselineUtilities.createBaseline(CreationDefaults defaults, Baselineable[] objects, WTContainer container)
           
static QueryResult BaselineUtilities.getBaselinesForItemBranchId(Baselineable a_baselineable, long branchIdentifier)
          For the specified Baselineable object, get all the ManagedBaseline(s) to which this Baselineable is part of.
static Vector BaselineUtilities.getAsStoredIterationsForItem(Baselineable a_baselineable)
           
static Vector BaselineUtilities.navigateAsStoredForItem(Baselineable a_baselineable, EPMAsStoredConfigSpec a_configspec)
           
static EPMAsStoredConfig BaselineUtilities.getAsStoredConfig(Baselineable seedObject)
          return the AsStoredConfig associated with specified seedObject
 

Uses of Baselineable in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption with parameters of type Baselineable
private  Vector WsConfigSpecPrefTemplateProcessor.getBaselineNumbers(Baselineable baselineableItem, String baselineableItemNumber)
          For the given baselineable item (part or document), get all the baselines it existed in.
 

Uses of Baselineable in wt.clients.vc
 

Methods in wt.clients.vc with parameters of type Baselineable
protected static Baseline[] IterationHistoryTaskLogic.getManagedBaselines(Baselineable baselineable)
           
 

Uses of Baselineable in wt.clients.vc.baseline
 

Fields in wt.clients.vc.baseline declared as Baselineable
private  Baselineable BaselineAddQueryListener.baselineable
           
 

Methods in wt.clients.vc.baseline with parameters of type Baselineable
protected  void BaselineListDialog.getManagedBaselines(Baselineable item)
           
 

Constructors in wt.clients.vc.baseline with parameters of type Baselineable
BaselineListDialog(Frame parent, boolean modal, ResourceBundle resource, Baselineable item)
           
BaselineAddQueryListener(Baselineable baselineable, Frame frame)
           
 

Uses of Baselineable in wt.configuration
 

Subinterfaces of Baselineable in wt.configuration
 interface ConfigurationManageable
          An object that can be managed by a BaselineConfigurationVersion.
 interface ConfiguredVersion
          A configured object is a versioned object that is structured in some manner for which configurations that represent its structure can be stored.
 

Methods in wt.configuration with parameters of type Baselineable
protected  boolean StandardConfigurationService.validateTypeForAddToConfiguration(BaselineConfigurationVersion configuration, Baselineable version, boolean throwException)
           
 

Uses of Baselineable in wt.doc
 

Classes in wt.doc that implement Baselineable
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of Baselineable in wt.enterprise
 

Classes in wt.enterprise that implement Baselineable
 class RevisionControlled
          This wt.lifecycle.LifeCycleManged first class information object is an IteratedFoldered which allows special foldering to take into account its Versioned nature (and it is controlled via a checkin/checkoutmechanism), and it is DomainAdministered; it is similar to Managed except that it is a IteratedFoldered rather than Foldered.
 

Uses of Baselineable in wt.epm
 

Classes in wt.epm that implement Baselineable
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of Baselineable in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return Baselineable
 Baselineable NewObjectDataLink.getNewObject()
          Gets the object for the association that plays role: NEW_OBJECT_ROLE.
 Baselineable EPMInitialCheckinData.getNewObject()
          Gets the object for the association that plays role: NEW_OBJECT.
 

Methods in wt.epm.workspaces with parameters of type Baselineable
 void NewObjectDataLink.setNewObject(Baselineable newObject)
          Sets the object for the association that plays role: NEW_OBJECT_ROLE.
static NewObjectDataLink NewObjectDataLink.newNewObjectDataLink(EPMInitialCheckinData data, Baselineable newObject)
          Default factory for the class.
 void EPMInitialCheckinData.setNewObject(Baselineable a_NewObject)
          Sets the object for the association that plays role: NEW_OBJECT.
static EPMInitialCheckinData EPMInitialCheckinData.newEPMInitialCheckinData(Baselineable newObject)
          

Supported API: false
protected  void EPMInitialCheckinData.initialize(Baselineable newObject)
          Supports initialization, following construction of an instance.
 void EPMAsStoredMember.setBaselineable(Baselineable theBaselineable)
          Sets the object for the association that plays role: BASELINEABLE_ROLE.
static EPMAsStoredMember EPMAsStoredMember.newEPMAsStoredMember(EPMAsStoredConfig theEPMAsStoredConfig, Baselineable theBaselineable)
          Default factory for the class.
static EPMAsStoredConfig EPMAsStoredHelper.getAsStoredConfig(Baselineable document)
          Returns the associated EPMAsStoredConfig to which this document is an owner

Supported API: true
 

Constructors in wt.epm.workspaces with parameters of type Baselineable
EPMAsStoredMemberInfo(Baselineable a_baselineable, boolean a_owner)
          

Supported API: false
 

Uses of Baselineable in wt.federation
 

Classes in wt.federation that implement Baselineable
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 

Uses of Baselineable in wt.maturity
 

Subinterfaces of Baselineable in wt.maturity
 interface Promotable
          Promoteable objects are able to be PromotionTargets and PromotionSeeds in a PromotionNotice.
 

Methods in wt.maturity with parameters of type Baselineable
 QueryResult StandardMaturityService.getBaselines(Baselineable promotable, Class promotionNoticeClass)
          Returns a QueryResult of MaturityVersioned Baseline objects of a specified class that this Baselineable item iteration is part of.
 QueryResult MaturityServiceFwd.getBaselines(Baselineable promotable, Class promotionNoticeClass)
          Returns a QueryResult of MaturityVersioned Baseline objects of a specified class that this Baselineable item iteration is part of.
 QueryResult MaturityService.getBaselines(Baselineable promotable, Class promotionNoticeClass)
          Returns a QueryResult of MaturityVersioned Baseline objects of a specified class that this Baselineable item iteration is part of.
 

Uses of Baselineable in wt.part
 

Classes in wt.part that implement Baselineable
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Uses of Baselineable in wt.replication.unit
 

Classes in wt.replication.unit that implement Baselineable
 class WTUnit
          Deprecated.  
 

Methods in wt.replication.unit with parameters of type Baselineable
private  void StandardWTUnitService.checkReadOnlyReplication(Baselineable baselineable, KeyedEvent keyedEvent)
          Deprecated.  
 

Uses of Baselineable in wt.sandbox
 

Methods in wt.sandbox that return Baselineable
 Baselineable StandardSandboxService.getSandboxBaselineIteration(Baselineable baselineable, WTContainerRef containerRef)
          Returns the iteration found in the sandbox baseline for the given object and containerRef.
 Baselineable SandboxServiceFwd.getSandboxBaselineIteration(Baselineable baselineable, WTContainerRef containerRef)
          Returns the iteration found in the sandbox baseline for the given object and containerRef.
 Baselineable SandboxService.getSandboxBaselineIteration(Baselineable baselineable, WTContainerRef containerRef)
          Returns the iteration found in the sandbox baseline for the given object and containerRef.
 

Methods in wt.sandbox with parameters of type Baselineable
 Baselineable StandardSandboxService.getSandboxBaselineIteration(Baselineable baselineable, WTContainerRef containerRef)
          Returns the iteration found in the sandbox baseline for the given object and containerRef.
 Baselineable SandboxServiceFwd.getSandboxBaselineIteration(Baselineable baselineable, WTContainerRef containerRef)
          Returns the iteration found in the sandbox baseline for the given object and containerRef.
 Baselineable SandboxService.getSandboxBaselineIteration(Baselineable baselineable, WTContainerRef containerRef)
          Returns the iteration found in the sandbox baseline for the given object and containerRef.
 

Uses of Baselineable in wt.vc.baseline
 

Fields in wt.vc.baseline declared as Baselineable
private  Baselineable StandardBaselineService.BaselineableOperation.baselineable
           
private  Baselineable BaselineServiceEvent.replacedItem
           
private  Baselineable BaselineMemberInfo.baselineable
          Deprecated.  
 

Methods in wt.vc.baseline that return Baselineable
 Baselineable BaselineServiceEvent.getTargetItem()
          Gets the object for the association that plays role: targetItem.
 Baselineable BaselineServiceEvent.getReplacedItem()
          Gets the object for the association that plays role: replacedItem.
 Baselineable BaselineMemberInfo.getBaselineable()
          Deprecated. This entire class is deprecated.
 Baselineable BaselineMember.getBaselineable()
          Gets the object for the association that plays role: BASELINEABLE_ROLE.
 

Methods in wt.vc.baseline with parameters of type Baselineable
protected  void StandardBaselineService.dispatchVetoableEvent(String a_eventType, Baselineable a_baselineable, Baseline a_baseline)
          This method dispatches a BaselineServiceEvent.
protected  void StandardBaselineService.dispatchVetoableEvent(String a_eventType, Baselineable a_baselineable, Baseline a_baseline, Baselineable a_replacedBaselineable)
          This method dispatches a BaselineServiceEvent.
 QueryResult StandardBaselineService.getBaselines(Baselineable a_baselineable)
          Returns a QueryResult of Baseline objects that this Baselineable item iteration is part of.
 QueryResult StandardBaselineService.getBaselines(Baselineable a_baselineable, Class baselineClass)
          Returns a QueryResult of Baseline objects of a specified class that this Baselineable item iteration is part of.
 QueryResult StandardBaselineService.getManagedBaselines(Baselineable a_baselineable)
          Returns a QueryResult of ManagedBaseline objects that this Baselineable item iteration is part of.
 boolean StandardBaselineService.isInBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Returns true, if the Baselineable item iteration is part of the Baseline.
 boolean StandardBaselineService.isAnyIterationInBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Returns true, if for this Baselineable, any items with the same Master are part of the Baseline.
 Baseline StandardBaselineService.addToBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Adds the Baselineable item to the Baseline.
 Baseline StandardBaselineService.removeFromBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Removes the Baselineable item iteration from the Baseline.
protected  boolean StandardBaselineService.add(Baselineable a_baselineable, Baseline a_baseline)
          Adds the Baselineable item to the Baseline.
protected  boolean StandardBaselineService.remove(Baselineable a_baselineable, Baseline a_baseline)
          Removes the Baselineable from the Baseline.
private  BaselineMember StandardBaselineService.findAnyIteration(Baselineable a_baselineable, Baseline a_baseline)
          Returns the BaselineMember object (if it exists) for the Baselineable and Baseline.
private  BaselineMember StandardBaselineService.find(Baselineable a_baselineable, Baseline a_baseline)
          Returns the BaselineMember object (if it exists) for the Baselineable and Baseline.
private  void StandardBaselineService.getIdentityParms(Baselineable a_baselineable, Object[] parms, int index)
          Fills in the identity parms for a Baselineable item.
 QueryResult BaselineServiceFwd.getBaselines(Baselineable a_baselineable)
          Returns a QueryResult of Baseline objects that this Baselineable item iteration is part of.
 QueryResult BaselineServiceFwd.getBaselines(Baselineable a_baselineable, Class baselineClass)
          Returns a QueryResult of Baseline objects of a specified class that this Baselineable item iteration is part of.
 QueryResult BaselineServiceFwd.getManagedBaselines(Baselineable a_baselineable)
          Returns a QueryResult of ManagedBaseline objects that this Baselineable item iteration is part of.
 boolean BaselineServiceFwd.isInBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Returns true, if the Baselineable item iteration is part of the Baseline.
 boolean BaselineServiceFwd.isAnyIterationInBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Returns true, if for this Baselineable, any items with the same Master are part of the Baseline.
 Baseline BaselineServiceFwd.addToBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Adds the Baselineable item to the Baseline.
 Baseline BaselineServiceFwd.removeFromBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Removes the Baselineable item iteration from the Baseline.
 QueryResult BaselineService.getBaselines(Baselineable a_baselineable)
          Returns a QueryResult of Baseline objects that this Baselineable item iteration is part of.
 QueryResult BaselineService.getBaselines(Baselineable a_baselineable, Class baselineClass)
          Returns a QueryResult of Baseline objects of a specified class that this Baselineable item iteration is part of.
 QueryResult BaselineService.getManagedBaselines(Baselineable a_baselineable)
          Returns a QueryResult of ManagedBaseline objects that this Baselineable item iteration is part of.
 boolean BaselineService.isInBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Returns true, if the Baselineable item iteration is part of the Baseline.
 boolean BaselineService.isAnyIterationInBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Returns true, if for this Baselineable, any items with the same Master are part of the Baseline.
 Baseline BaselineService.addToBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Adds the Baselineable item to the Baseline.
 Baseline BaselineService.removeFromBaseline(Baselineable a_baselineable, Baseline a_baseline)
          Removes the Baselineable item iteration from the Baseline.
 void BaselineMemberInfo.setBaselineable(Baselineable a_Baselineable)
          Deprecated. This entire class is deprecated.
 void BaselineMember.setBaselineable(Baselineable theBaselineable)
          Sets the object for the association that plays role: BASELINEABLE_ROLE.
static BaselineMember BaselineMember.newBaselineMember(Baseline theBaseline, Baselineable theBaselineable)
          Default factory for the class.
 

Constructors in wt.vc.baseline with parameters of type Baselineable
StandardBaselineService.BaselineableOperation(Baselineable a_baselineable, Baseline a_baseline, int a_mode)
           
BaselineServiceEvent(String a_eventType, Baselineable a_baselineable, Baseline a_baseline)
          Constructs a BaselineServiceEvent instance.
BaselineServiceEvent(String a_eventType, Baselineable a_baselineable, Baseline a_baseline, Baselineable a_replacedBaselineable)
          Constructs a BaselineServiceEvent instance.
BaselineMemberInfo(Baselineable a_baselineable)
          Deprecated. This entire class is deprecated.