Uses of Interface
wt.adapter.WebjectDelegate

Packages that use WebjectDelegate
com.ptc.core.adapter.server.impl   
wt.adapter Provides the definition for InfoEngine WebjectServices and WebjectDelegates. 
wt.adapter.enterprise   
wt.adapter.iba   
wt.adapter.lifecycle   
wt.adapter.notify   
wt.adapter.org   
wt.adapter.query   
wt.adapter.vc   
wt.adapter.workflow   
 

Uses of WebjectDelegate in com.ptc.core.adapter.server.impl
 

Fields in com.ptc.core.adapter.server.impl declared as WebjectDelegate
private  WebjectDelegate DefaultClassBasedWebjectDelegate.delegate
           
 

Methods in com.ptc.core.adapter.server.impl that return WebjectDelegate
 WebjectDelegate DefaultClassBasedWebjectDelegate.getDelegate()
          

Supported API: false
 

Methods in com.ptc.core.adapter.server.impl with parameters of type WebjectDelegate
 void DefaultClassBasedWebjectDelegate.setDelegate(WebjectDelegate delegate)
          

Supported API: false
 

Uses of WebjectDelegate in wt.adapter
 

Classes in wt.adapter that implement WebjectDelegate
 class BasicWebjectDelegate
          A repository for convenience methods which are useful in many webjects.
 class EnumeratedTypeValueSet
          Return information about the value set for a specified wt.fc.EnumeratedType class.
 class GetProperties
          

Supported API: false

Extendable: false
 class PurgeCache
          

Supported API: false

Extendable: false
 class QueryMaster
          Return the master object of a given unique object.
 class QueryObjects
          Return an object given a classname and where clause

Supported API: false

Extendable: false
 class RelatedObjects
          Return the objects related to a unique object.
 class ValidateUser
          

Supported API: false

Extendable: false
 class WebjectDelegateTemplate
          This class provides a "template" for implement WebjectDelegates.
 

Methods in wt.adapter that return WebjectDelegate
 WebjectDelegate WebjectDelegateFactory.getDelegate(Webject webject)
          Return a webject delegate for the specified command.
 

Uses of WebjectDelegate in wt.adapter.enterprise
 

Classes in wt.adapter.enterprise that implement WebjectDelegate
 class AddContentItemsWebjectDelegate
          

Supported API: false

Extendable: false
 class AttributeDisplayNameWebjectDelegate
          Webject delegate for the Attribute-DisplayName delegate.
 class CheckInWTObjectsWebjectDelegate
          

Supported API: false

Extendable: false
 class CheckOutWTObjectsWebjectDelegate
          

Supported API: false

Extendable: false
 class CopyLinkWebjectDelegate
          

Supported API: false

Extendable: false
 class CreateLinksWebjectDelegate
          

Supported API: false

Extendable: false
 class CreateWTObjectsWebjectDelegate
          Webject delegate to create Windchill objects.
 class DeleteObjectsWebjectDelegate
          

Supported API: false

Extendable: false
 class DescribeAttributesWebjectDelegate
          Delegate for the Describe-Attributes webject.
 class GetContentItemsWebjectDelegate
          

Supported API: false

Extendable: false
 class ListContentItemsWebjectDelegate
          

Supported API: false

Extendable: false
 class ListFolderContentsWebjectDelegate
          

Supported API: false

Extendable: false
 class UpdateWTObjectsWebjectDelegate
          

Supported API: false

Extendable: false
 

Uses of WebjectDelegate in wt.adapter.iba
 

Classes in wt.adapter.iba that implement WebjectDelegate
 class UpdateIBAObjectsWebjectDelegate
          This class provides the ability to update both modeled and instance based attribute values for the objects retrieved with the specified whereClause.
 

Uses of WebjectDelegate in wt.adapter.lifecycle
 

Classes in wt.adapter.lifecycle that implement WebjectDelegate
 class LifeCycleHistoryWebjectDelegate
          Webject Delegate for Life Cycle History.
 

Uses of WebjectDelegate in wt.adapter.notify
 

Classes in wt.adapter.notify that implement WebjectDelegate
 class SubscribeObjectsWebjectDelegate
          

Supported API: false

Extendable: false
 class UnsubscribeObjectsWebjectDelegate
          

Supported API: false

Extendable: false
 

Uses of WebjectDelegate in wt.adapter.org
 

Classes in wt.adapter.org that implement WebjectDelegate
 class BasicPrincipalWebjectDelegate
          

Supported API: false

Extendable: false
 class CreatePrincipalsWebjectDelegate
          

Supported API: false

Extendable: false
 class DeletePrincipalsWebjectDelegate
          

Supported API: false

Extendable: false
 class QueryPrincipalsWebjectDelegate
          

Supported API: false

Extendable: false
 class UpdatePrincipalsWebjectDelegate
          

Supported API: false

Extendable: false
 

Uses of WebjectDelegate in wt.adapter.query
 

Classes in wt.adapter.query that implement WebjectDelegate
 class GenerateReportWebjectDelegate
          

Supported API: false

Extendable: false
 class QueryLinksWebjectDelegate
          

Supported API: false

Extendable: false
 class QueryTreeWebjectDelegate
          

Supported API: false

Extendable: false
 class QueryWTObjectsWebjectDelegate
          Supports querying for wt.fc.WTObject subclasses,

Supported API: false

Extendable: false
 

Uses of WebjectDelegate in wt.adapter.vc
 

Classes in wt.adapter.vc that implement WebjectDelegate
 class AllVersionsWebjectDelegate
          

Supported API: false

Extendable: false
 class IterationHistoryWebjectDelegate
          

Supported API: false

Extendable: false
 class VersionHistoryWebjectDelegate
          

Supported API: false

Extendable: false
 

Uses of WebjectDelegate in wt.adapter.workflow
 

Classes in wt.adapter.workflow that implement WebjectDelegate
 class EmitEventWebjectDelegate
          

Supported API: false

Extendable: false
 class StartWorkflowWebjectDelegate
          Starts an instance of a workflow process.