Uses of Class
wt.pds.AccessControllerAdapter

Packages that use AccessControllerAdapter
com.ptc.windchill.enterprise.search.server   
wt.fc.delete   
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.team
 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of AccessControllerAdapter in com.ptc.windchill.enterprise.search.server
 

Subclasses of AccessControllerAdapter in com.ptc.windchill.enterprise.search.server
 class InheritFromSubjectAccessController
          

Supported API: false

Extendable: false
 class LatestVersionAccessController
          

Supported API: false

Extendable: false
 

Uses of AccessControllerAdapter in wt.fc.delete
 

Subclasses of AccessControllerAdapter in wt.fc.delete
 class MarkForDeleteAccessController
          

Supported API: false

Extendable: false
 

Uses of AccessControllerAdapter in wt.pds
 

Subclasses of AccessControllerAdapter in wt.pds
 class CompositeAccessController
          This class combines multiple AccessController implementations.
 class CompoundAccessController
          

Supported API: false

Extendable: false
 class IteratedAccessController
          

Supported API: false

Extendable: false
 class SurrogateAccessController
          This class provides Access Control via a surrogate mechanism in conjunction with the Access Control service.
 

Uses of AccessControllerAdapter in wt.team
 

Fields in wt.team declared as AccessControllerAdapter
private static AccessControllerAdapter MigrateProjectToTeamObject.aca
           
private static AccessControllerAdapter MigrateProjectToTeamObject.aca
           
 

Uses of AccessControllerAdapter in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type AccessControllerAdapter
 Enumeration MigrateWfProcess_R4ToR5.getWfProcesses(AccessControllerAdapter aca, PersistentObjectManager pom, PrintWriter logWriter)
           
 boolean MigrateWfProcess_R4ToR5.upgrade30Process(AccessControllerAdapter aca, ReferenceFactory rf, WfProcess process, PersistentObjectManager pom, PrintWriter logWriter)
           
 boolean MigrateWfProcess_R4ToR5.upgrade40Process(AccessControllerAdapter aca, ReferenceFactory rf, WfProcess process, PersistentObjectManager pom, PrintWriter logWriter)
           
 Enumeration MigrateWfProcess_R4ToR5.getWfProcesses(AccessControllerAdapter aca, PersistentObjectManager pom, PrintWriter logWriter)
           
 boolean MigrateWfProcess_R4ToR5.upgrade30Process(AccessControllerAdapter aca, ReferenceFactory rf, WfProcess process, PersistentObjectManager pom, PrintWriter logWriter)
           
 boolean MigrateWfProcess_R4ToR5.upgrade40Process(AccessControllerAdapter aca, ReferenceFactory rf, WfProcess process, PersistentObjectManager pom, PrintWriter logWriter)