Uses of Interface
wt.org.electronicIdentity.ElectronicallySignable

Packages that use ElectronicallySignable
wt.annotation   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.configuration   
wt.doc   
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.org.electronicIdentity   
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 ElectronicallySignable in wt.annotation
 

Classes in wt.annotation that implement ElectronicallySignable
 class AnnotationBaseline
           Use the newAnnotationBaseline static factory method(s), not the AnnotationBaseline constructor, to construct instances of this class.
 

Uses of ElectronicallySignable in wt.change2
 

Subinterfaces of ElectronicallySignable in wt.change2
 interface ChangeItem
          Used to tag main classes used in this package for common treatment.
 

Classes in wt.change2 that implement ElectronicallySignable
 class AnalysisActivity
          The abstract level representation of a analysis activity.
 class ChangeActivity2
          The abstract level representation of a change activity.
 class ChangeAnalysis
          The abstract level representation of a change analysis.
 class ChangeInvestigation
          The abstract level representation of a change investigation.
 class ChangeIssue
          The abstract level representation of a change issue.
 class ChangeOrder2
          The abstract level representation of a change order.
 class ChangeProposal
          The abstract level representation of a change proposal.
 class ChangeRequest2
          The abstract level representation of a change request.
 class WTAnalysisActivity
          A Windchill provided reference implementation of an AnalysisActivity.
 class WTChangeActivity2
          A Windchill provided reference implementation of a ChangeActivity2.
 class WTChangeInvestigation
          A Windchill provided reference implementation of a ChangeInvestigation.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 class WTChangeProposal
          A Windchill provided reference implementation of a ChangeProposal.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Uses of ElectronicallySignable in wt.configuration
 

Subinterfaces of ElectronicallySignable in wt.configuration
 interface BaselineConfigurationVersion
          The configuration of a ConfiguredMaster.
 interface SerialNumberedBaselineConfigurationVersion
          The configuration of a SerialNumberedConfiguredMaster.
 

Uses of ElectronicallySignable in wt.doc
 

Subinterfaces of ElectronicallySignable in wt.doc
 interface Document
          An interface representing the concept of a document.
 interface DocumentMaster
          Interface that provides a version independent reference to a document.
 interface DocumentVersion
          Interface that provides a version specific reference to a document.
 

Classes in wt.doc that implement ElectronicallySignable
 class WTDocument
          The reference implementation of a DocumentVersion.
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Uses of ElectronicallySignable in wt.epm
 

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

Uses of ElectronicallySignable in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement ElectronicallySignable
 class EPMAsStoredConfig
           Use the newEPMAsStoredConfig static factory method(s), not the EPMAsStoredConfig constructor, to construct instances of this class.
 class EPMCheckpoint
          The EPMCheckpoint object is the Baseline representing the current set of iterations contained within the EPMWorkspace.
 

Uses of ElectronicallySignable in wt.federation
 

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

Uses of ElectronicallySignable in wt.maturity
 

Classes in wt.maturity that implement ElectronicallySignable
 class MaturityBaseline
          Baseline for a PromotionNotice indicating the dependant items required for this PromotionNotice to be reviewed.
 class PromotionNotice
          The implementation of PromotionNotices.
 

Uses of ElectronicallySignable in wt.org.electronicIdentity
 

Methods in wt.org.electronicIdentity that return ElectronicallySignable
 ElectronicallySignable SignatureLink.getSignable()
          Gets the object for the association that plays role: SIGNABLE_ROLE.
 

Methods in wt.org.electronicIdentity with parameters of type ElectronicallySignable
static void SignElectronicSignature.setObjectsElectronicSignature(WTUser user, ElectronicallySignable signObject)
          API used for signing an object with a users electronic identification.
static void SignElectronicSignature.setObjectsElectronicSignature(WTUser user, ElectronicallySignable signObject, String comments, String instructions, String role, String vote)
          API used for signing an object with a users electronic identification.
static void SignElectronicSignature.setObjectsElectronicSignature(WTUser user, ElectronicallySignable signObject, String comments)
          API used for signing an object with a users electronic identification.
 void SignatureLink.setSignable(ElectronicallySignable signable)
          Sets the object for the association that plays role: SIGNABLE_ROLE.
static SignatureLink SignatureLink.newSignatureLink(ElectronicallySignable signable, ElectronicIdentification signature)
          Default factory for the class.
 

Uses of ElectronicallySignable in wt.part
 

Subinterfaces of ElectronicallySignable in wt.part
 interface Part
          Deprecated.  
 interface PartMaster
          Deprecated.  
 interface PartVersion
          Deprecated.  
 

Classes in wt.part that implement ElectronicallySignable
 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 WTPartMaster
          This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTParts which represent the various stages (versions or iterations) of change for the changeable aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration 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 WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster 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.
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.
 

Uses of ElectronicallySignable in wt.replication.unit
 

Classes in wt.replication.unit that implement ElectronicallySignable
 class ReplicationBaseline
           Use the newReplicationBaseline static factory method(s), not the ReplicationBaseline constructor, to construct instances of this class.
 

Uses of ElectronicallySignable in wt.sandbox
 

Classes in wt.sandbox that implement ElectronicallySignable
 class SandboxBaseline
          Baseline for a sandbox container indicating the current sandbox configuration of parts and CAD documents being used by the sandbox.
 

Uses of ElectronicallySignable in wt.vc.baseline
 

Subinterfaces of ElectronicallySignable in wt.vc.baseline
 interface Baseline
          This interface is used to tag a class that represents a Baseline.
 interface IteratedPartialBaseline
          An iterated partial baseline is a baseline that stores additions, removals, and replacements (delete/add) incrementally using iterations.
 interface NonStrictBaseline
          This interface is used to tag a class that represents a non-strict baseline.
 

Classes in wt.vc.baseline that implement ElectronicallySignable
 class ManagedBaseline
          This class is an implementation of a Baseline.