Uses of Class
wt.org.WTPrincipalReference

Packages that use WTPrincipalReference
com.ptc.core.domain.admin.client.impl   
com.ptc.core.domain.admin.common.impl   
com.ptc.core.domain.admin.server.impl   
com.ptc.core.task   
com.ptc.netmarkets.actionitem   
com.ptc.netmarkets.meeting   
com.ptc.netmarkets.nmixb   
com.ptc.netmarkets.util.beans   
com.ptc.netmarkets.work   
com.ptc.netmarkets.workflow   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.counterpart   
com.ptc.windchill.enterprise.search.server   
com.ptc.windchill.uwgm.common.container   
wt.access
The access control service is responsible for defining and enforcing access to business and system objects. 
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.annotation   
wt.audit   
wt.audit.eventinfo   
wt.calendar Uses the CalendarAccessProtocol and the CalendarService to provide iCalandar Access Protocol support. 
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.clients.administrator   
wt.clients.beans   
wt.clients.calendar   
wt.clients.util   
wt.clients.workflow.definer   
wt.configuration   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.dataops   
wt.dataops.archive   
wt.dataops.objectcol   
wt.doc   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
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.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.inf.container   
wt.inf.library   
wt.inf.sharing   
wt.inf.team   
wt.inf.template   
wt.inf.template.creator   
wt.ixb.handlers.netmarkets   
wt.lifecycle
 
wt.locks
 
wt.mail Defines EMailMessages that can be sent to EMailDistributionLists. 
wt.maturity   
wt.meeting Uses the MeetingService to manage Meetings of various MeetingTypes having Agendas and producing Minutes, in particular MeetingCenterMeetings with their associated MeetingCenterMeetingInfo (also see the WebexOperationHelper). 
wt.meeting.actionitem   
wt.notify
Provides classes to represent, manage, and execute notification definitions. 
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
wt.org.electronicIdentity   
wt.org.electronicIdentity.engines   
wt.ownership

The ownership service is responsible for associating a principal with an object. 

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.pdmlink   
wt.project The notion of a Project has been replaced by a Team, see the wt.team package instead. 
wt.projmgmt.admin   
wt.projmgmt.execution   
wt.projmgmt.monitor   
wt.projmgmt.msproject   
wt.projmgmt.resource   
wt.projmgmt.util   
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
wt.queue Overview 
wt.recent   
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.scheduler
scheduler package — Scheduling Service

The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. 

wt.session Overview 
wt.team
 
wt.transfer.unit   
wt.vc
 
wt.vc.baseline
 
wt.vc.sessioniteration   
wt.vc.wip
 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
wt.workflow.collaboration   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.forum   
wt.workflow.notebook   
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
wt.wrmf.logs   
 

Uses of WTPrincipalReference in com.ptc.core.domain.admin.client.impl
 

Fields in com.ptc.core.domain.admin.client.impl declared as WTPrincipalReference
private  WTPrincipalReference AccessListEntry.principalRef
           
 

Methods in com.ptc.core.domain.admin.client.impl that return WTPrincipalReference
 WTPrincipalReference AccessListEntry.getPrincipalRef()
           
 

Methods in com.ptc.core.domain.admin.client.impl with parameters of type WTPrincipalReference
static String Util.getPrincipalDisplay(WTPrincipalReference principalRef)
           
static String Util.getPrincipalDisplayDN(WTPrincipalReference principalRef)
           
(package private)  void FraPermission.setPrincipal(WTPrincipalReference principalRef)
           
 void FraPermission.show(TypeIdentifier typeId, State state, WTPrincipalReference principalRef, Vector negPermissions, Vector posPermissions)
           
 

Constructors in com.ptc.core.domain.admin.client.impl with parameters of type WTPrincipalReference
AccessListEntry(AdministrativeDomainNode domainNode, TypeIdentifier typeId, State state, WTPrincipalReference principalRef, Vector positive, Vector negative)
           
AccessListEntry(Frame parent, int action, AdministrativeDomainNode domainNode, TypeIdentifier typeId, State state, WTPrincipalReference principalRef, Vector positive, Vector negative)
           
 

Uses of WTPrincipalReference in com.ptc.core.domain.admin.common.impl
 

Methods in com.ptc.core.domain.admin.common.impl with parameters of type WTPrincipalReference
 void DomainAdministratorServiceIfcFwd.createAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfcFwd.deleteAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfcFwd.updateAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfc.createAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfc.deleteAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfc.updateAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 

Uses of WTPrincipalReference in com.ptc.core.domain.admin.server.impl
 

Methods in com.ptc.core.domain.admin.server.impl with parameters of type WTPrincipalReference
 void StandardDomainAdministratorService.createAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void StandardDomainAdministratorService.deleteAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void StandardDomainAdministratorService.updateAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
private  boolean StandardDomainAdministratorService.isDeleted(WTPrincipalReference principal_ref)
           
 

Uses of WTPrincipalReference in com.ptc.core.task
 

Fields in com.ptc.core.task declared as WTPrincipalReference
private  WTPrincipalReference TaskEvent.principalReference
           
 

Methods in com.ptc.core.task that return WTPrincipalReference
 WTPrincipalReference TaskEvent.getPrincipalReference()
          Gets the object for the association that plays role: PRINCIPAL_REFERENCE.
 

Methods in com.ptc.core.task with parameters of type WTPrincipalReference
 void TaskEvent.setPrincipalReference(WTPrincipalReference a_PrincipalReference)
          Sets the object for the association that plays role: PRINCIPAL_REFERENCE.
private  void TaskEvent.principalReferenceValidate(WTPrincipalReference a_PrincipalReference)
           
 

Uses of WTPrincipalReference in com.ptc.netmarkets.actionitem
 

Methods in com.ptc.netmarkets.actionitem with parameters of type WTPrincipalReference
private  Object NmActionItemProperties.getNmUser(WTPrincipalReference userRef, WTContainerRef containerRef)
           
 

Uses of WTPrincipalReference in com.ptc.netmarkets.meeting
 

Fields in com.ptc.netmarkets.meeting declared as WTPrincipalReference
private  WTPrincipalReference NmMeetingNotificationProcessor.theWTPrincipalReference
           
 

Methods in com.ptc.netmarkets.meeting that return WTPrincipalReference
 WTPrincipalReference NmMeetingNotificationProcessor.getWTPrincipalReference()
          Gets the object for the association that plays role: theWTPrincipalReference.
 

Methods in com.ptc.netmarkets.meeting with parameters of type WTPrincipalReference
private  Object NmMeetingProperties.getNmUser(WTPrincipalReference userRef, WTContainerRef containerRef)
           
 void NmMeetingNotificationProcessor.setWTPrincipalReference(WTPrincipalReference a_WTPrincipalReference)
          Sets the object for the association that plays role: theWTPrincipalReference.
private  void NmMeetingNotificationProcessor.theWTPrincipalReferenceValidate(WTPrincipalReference a_WTPrincipalReference)
           
 

Constructors in com.ptc.netmarkets.meeting with parameters of type WTPrincipalReference
NmMeetingNotificationProcessor(Meeting meeting, MeetingOperationType opType, WTPrincipalReference user)
          

Supported API: false
 

Uses of WTPrincipalReference in com.ptc.netmarkets.nmixb
 

Fields in com.ptc.netmarkets.nmixb declared as WTPrincipalReference
(package private)  WTPrincipalReference SubscriptionsCopyHelper.SubscrProxy.owner
           
(package private)  WTPrincipalReference PolicyRuleCopyHelper.PolicyCreatorData.group
           
 

Methods in com.ptc.netmarkets.nmixb with parameters of type WTPrincipalReference
private  Vector PolicyRuleCopyHelper.PolicyRuleSetProxy.computeGrantMap(WTPrincipalReference currGroup, AdminDomainRef dom, String typeId, String stateStr)
           
 

Constructors in com.ptc.netmarkets.nmixb with parameters of type WTPrincipalReference
PolicyRuleCopyHelper.PolicyCreatorData(AdminDomainRef dom, String typeId, String stateName, WTPrincipalReference groupRef, Vector grantMap)
           
 

Uses of WTPrincipalReference in com.ptc.netmarkets.util.beans
 

Fields in com.ptc.netmarkets.util.beans declared as WTPrincipalReference
private  WTPrincipalReference NmLoginBean.principal
           
 

Methods in com.ptc.netmarkets.util.beans that return WTPrincipalReference
 WTPrincipalReference NmLoginBean.getWTPrincipalReference()
          Get WTPrincipalReference for user
 

Uses of WTPrincipalReference in com.ptc.netmarkets.work
 

Methods in com.ptc.netmarkets.work with parameters of type WTPrincipalReference
 ProjectWorkItem StandardNmWorkItemService.completeProjectWorkItem(ProjectWorkItem work_item, Hashtable params, WTPrincipalReference principal_ref, Vector eventList)
           
 

Uses of WTPrincipalReference in com.ptc.netmarkets.workflow
 

Methods in com.ptc.netmarkets.workflow with parameters of type WTPrincipalReference
private  LifeCycleSignature StandardNmWorkflowService.getSignatureForPrincipal(Vector vec, WTPrincipalReference prinRef)
           
private  void StandardNmWorkflowService.addGroupNameAlphabetical(ArrayList names, String nextName, Vector groups, WTPrincipalReference nextGroup)
           
 

Uses of WTPrincipalReference in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type WTPrincipalReference
private  String CADDocProcessorService.getPerson(WTPrincipalReference principal_ref, String trailkey)
           
 

Uses of WTPrincipalReference in com.ptc.windchill.counterpart
 

Methods in com.ptc.windchill.counterpart that return WTPrincipalReference
 WTPrincipalReference CounterPartDelta.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in com.ptc.windchill.counterpart with parameters of type WTPrincipalReference
private  void StandardCounterPartService.checkCallerOwnsDeltaLock(WTPrincipalReference caller, CounterPartDelta delta)
           
 

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

Methods in com.ptc.windchill.enterprise.search.server with parameters of type WTPrincipalReference
static SavedQuery CreateSavedQuery.createQuery(String name, WTPrincipal user, WTPrincipalReference creator, HashMap criteria, String description, String owningClient)
           
static void CreateSavedQuery.saveLastQuery(String name, WTPrincipal user, WTPrincipalReference creator, HashMap criteria, String description, String owningClient)
           
static void CreateSavedQuery._saveLastQuery(String name, WTPrincipal user, WTPrincipalReference creator, HashMap criteria, String description, String owningClient)
           
 

Uses of WTPrincipalReference in com.ptc.windchill.uwgm.common.container
 

Methods in com.ptc.windchill.uwgm.common.container that return WTPrincipalReference
 WTPrincipalReference OrganizationHelper.getUserOrganizationReference(WTPrincipal principal)
          returns user's organization reference
 WTPrincipalReference OrganizationHelper.getUserOrganizationReference(WTPrincipal principal)
          returns user's organization reference
 

Methods in com.ptc.windchill.uwgm.common.container with parameters of type WTPrincipalReference
static WTContainer ContainerUtilities.getContainerByOrganizationAndName(WTPrincipal principal, WTPrincipalReference organizationReference, String containerName, ContainerType containerType)
          gets container by organization, container name and type where principal is a member Use OrganizationHelper.getUserOrganizationReference(principal) to get Organization reference
static WTContainer ContainerUtilities.getContainerByOrganizationAndName(WTPrincipal principal, WTPrincipalReference organizationReference, String containerName, ContainerType containerType)
          gets container by organization, container name and type where principal is a member Use OrganizationHelper.getUserOrganizationReference(principal) to get Organization reference
 

Uses of WTPrincipalReference in wt.access
 

Fields in wt.access declared as WTPrincipalReference
private  WTPrincipalReference WTAclEntry.principalReference
           
private  WTPrincipalReference AdHocAcl.ownerRef
          Deprecated.  
private  WTPrincipalReference WTAclEntry.principalReference
           
private  WTPrincipalReference AdHocAcl.ownerRef
          Deprecated.  
 

Methods in wt.access that return WTPrincipalReference
 WTPrincipalReference WTAclEntry.getPrincipalReference()
          Gets the value of the attribute: PRINCIPAL_REFERENCE.
 WTPrincipalReference AdHocAcl.getOwnerRef()
          Deprecated. Gets the value of the attribute: OWNER_REF.
private  WTPrincipalReference AclEntrySet.getPrincipalReference(String class_name, Long id)
           
 WTPrincipalReference WTAclEntry.getPrincipalReference()
          Gets the value of the attribute: PRINCIPAL_REFERENCE.
 WTPrincipalReference AdHocAcl.getOwnerRef()
          Deprecated. Gets the value of the attribute: OWNER_REF.
private  WTPrincipalReference AclEntrySet.getPrincipalReference(String class_name, Long id)
           
 

Methods in wt.access with parameters of type WTPrincipalReference
protected  void WTAclEntry.setPrincipalReference(WTPrincipalReference a_PrincipalReference)
          Sets the value of the attribute: PRINCIPAL_REFERENCE.
private  void WTAclEntry.principalReferenceValidate(WTPrincipalReference a_PrincipalReference)
           
 void StandardAccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.deleteAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 EnumeratorVector[] StandardAccessControlManager.getAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Gets an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 AdHocControlled StandardAccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 AdHocControlled StandardAccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 EnumeratorVector StandardAccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 EnumeratorVector StandardAccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key, long owner_id)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 AdHocControlled StandardAccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Deprecated.  
 AdHocControlled StandardAccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 void StandardAccessControlManager.createAllRule(AdminDomainRef domain_ref, String type_id, WTPrincipalReference principal_ref)
          To be used only by wt.admin.Install

Supported API: false
 void StandardAccessControlManager.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void StandardAccessControlManager.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void StandardAccessControlManager.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void StandardAccessControlManager.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void StandardAccessControlManager.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void StandardAccessControlManager.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key, long owner_id)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void StandardAccessControlManager.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void StandardAccessControlManager.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void StandardAccessControlManager.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 void StandardAccessControlManager.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for each of the objects in a collection.
private  AdHocControlled StandardAccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, String owner)
           
private  void StandardAccessControlManager.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, String owner)
           
private  WTAclEntry StandardAccessControlManager.createPolicyEntry(boolean negative, WTPrincipalReference principal_ref, Vector permissions)
           
private  QueryResult StandardAccessControlManager.getAdHocEntries(AdHocControlled obj, WTPrincipalReference principal_ref)
           
private  HashMap StandardAccessControlManager.getAdHocEntries(WTCollection objects, WTPrincipalReference principal_ref)
           
private  HashMap StandardAccessControlManager.getAdHocEntries(WTCollection objects, WTPrincipalReference principal_ref, String owner)
           
private  WTAclEntry StandardAccessControlManager.getAdHocEntry(AdHocControlled obj, WTPrincipalReference principal_ref, String owner)
           
private  EnumeratorVector StandardAccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, String owner)
           
private  QueryResult StandardAccessControlManager.getPolicyEntries(AccessPolicyRule rule, WTPrincipalReference principal_ref)
           
private  void StandardAccessControlManager.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, String owner)
           
private  AdHocControlled StandardAccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, String owner)
           
private  void StandardAccessControlManager.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, String owner)
           
private  AdHocControlled StandardAccessControlManager.replacePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, String owner)
           
private  void StandardAccessControlManager.updateAdHocAcl(AdHocControlled obj, WTPrincipalReference principal_ref)
           
private  void StandardAccessControlManager.updateAdHocAcls(WTCollection objects, WTPrincipalReference principal_ref)
           
 void AdHocAcl.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Deprecated. Sets the value of the attribute: OWNER_REF.
static AdHocAcl AdHocAcl.newAdHocAcl(WTPrincipalReference owner)
          Deprecated. 

Supported API: false
protected  void AdHocAcl.initialize(WTPrincipalReference owner)
          Deprecated. Supports initialization, following construction of an instance.
protected  long AclEntrySet.getPendingMask(WTPrincipalReference principal_ref, String owner)
          Returns the permission mask for the pending entry with the specified principal and owner.
protected  boolean AclEntrySet.hasPositiveMask(WTPrincipalReference principal_reference)
          Returns true if positive entries exist explicitly for the specified principal.
protected  void AclEntrySet.removeNegativeEntry(WTPrincipalReference principal_ref)
          Removes the entry for the specified principal from the negative entries cache.
protected  void AclEntrySet.removePositiveEntry(WTPrincipalReference principal_ref)
          Removes the entry for the specified principal from the positive entries cache.
protected  void AclEntrySet.setNegativeEntry(WTPrincipalReference principal_ref, long permission_mask)
          Sets the permission mask for the specified principal in the negative entries cache.
protected  void AclEntrySet.setPositiveEntry(WTPrincipalReference principal_ref, long permission_mask)
          Sets the permission mask for the specified principal in the positive entries cache.
 void AccessControlManagerSvr.createAllRule(AdminDomainRef domain_ref, String type_id, WTPrincipalReference principal_ref)
          To be used only by wt.admin.Install

Supported API: false
 void AccessControlManagerSvr.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void AccessControlManagerSvr.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void AccessControlManagerSvr.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void AccessControlManagerSvr.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void AccessControlManagerSvr.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void AccessControlManagerSvr.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key, long owner_id)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void AccessControlManagerSvr.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void AccessControlManagerSvr.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void AccessControlManagerSvr.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 void AccessControlManagerSvr.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for each of the objects in a collection.
 void AccessControlManagerFwd.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.deleteAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 EnumeratorVector[] AccessControlManagerFwd.getAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Gets an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 AdHocControlled AccessControlManagerFwd.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 AdHocControlled AccessControlManagerFwd.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 EnumeratorVector AccessControlManagerFwd.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 EnumeratorVector AccessControlManagerFwd.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key, long owner_id)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 AdHocControlled AccessControlManagerFwd.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Deprecated.  
 AdHocControlled AccessControlManagerFwd.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 void AccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.deleteAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 EnumeratorVector[] AccessControlManager.getAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Gets an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 AdHocControlled AccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 AdHocControlled AccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 EnumeratorVector AccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 EnumeratorVector AccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key, long owner_id)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 AdHocControlled AccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Deprecated.  
 AdHocControlled AccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
protected  void WTAclEntry.setPrincipalReference(WTPrincipalReference a_PrincipalReference)
          Sets the value of the attribute: PRINCIPAL_REFERENCE.
private  void WTAclEntry.principalReferenceValidate(WTPrincipalReference a_PrincipalReference)
           
 void StandardAccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.deleteAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 EnumeratorVector[] StandardAccessControlManager.getAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Gets an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void StandardAccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 AdHocControlled StandardAccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 AdHocControlled StandardAccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 EnumeratorVector StandardAccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 EnumeratorVector StandardAccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key, long owner_id)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 AdHocControlled StandardAccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled StandardAccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled StandardAccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Deprecated.  
 AdHocControlled StandardAccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 void StandardAccessControlManager.createAllRule(AdminDomainRef domain_ref, String type_id, WTPrincipalReference principal_ref)
          To be used only by wt.admin.Install

Supported API: false
 void StandardAccessControlManager.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void StandardAccessControlManager.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void StandardAccessControlManager.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void StandardAccessControlManager.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void StandardAccessControlManager.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void StandardAccessControlManager.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key, long owner_id)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void StandardAccessControlManager.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void StandardAccessControlManager.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void StandardAccessControlManager.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 void StandardAccessControlManager.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for each of the objects in a collection.
private  AdHocControlled StandardAccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, String owner)
           
private  void StandardAccessControlManager.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, String owner)
           
private  WTAclEntry StandardAccessControlManager.createPolicyEntry(boolean negative, WTPrincipalReference principal_ref, Vector permissions)
           
private  QueryResult StandardAccessControlManager.getAdHocEntries(AdHocControlled obj, WTPrincipalReference principal_ref)
           
private  HashMap StandardAccessControlManager.getAdHocEntries(WTCollection objects, WTPrincipalReference principal_ref)
           
private  HashMap StandardAccessControlManager.getAdHocEntries(WTCollection objects, WTPrincipalReference principal_ref, String owner)
           
private  WTAclEntry StandardAccessControlManager.getAdHocEntry(AdHocControlled obj, WTPrincipalReference principal_ref, String owner)
           
private  EnumeratorVector StandardAccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, String owner)
           
private  QueryResult StandardAccessControlManager.getPolicyEntries(AccessPolicyRule rule, WTPrincipalReference principal_ref)
           
private  void StandardAccessControlManager.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, String owner)
           
private  AdHocControlled StandardAccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, String owner)
           
private  void StandardAccessControlManager.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, String owner)
           
private  AdHocControlled StandardAccessControlManager.replacePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, String owner)
           
private  void StandardAccessControlManager.updateAdHocAcl(AdHocControlled obj, WTPrincipalReference principal_ref)
           
private  void StandardAccessControlManager.updateAdHocAcls(WTCollection objects, WTPrincipalReference principal_ref)
           
 void AdHocAcl.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Deprecated. Sets the value of the attribute: OWNER_REF.
static AdHocAcl AdHocAcl.newAdHocAcl(WTPrincipalReference owner)
          Deprecated. 

Supported API: false
protected  void AdHocAcl.initialize(WTPrincipalReference owner)
          Deprecated. Supports initialization, following construction of an instance.
protected  long AclEntrySet.getPendingMask(WTPrincipalReference principal_ref, String owner)
          Returns the permission mask for the pending entry with the specified principal and owner.
protected  boolean AclEntrySet.hasPositiveMask(WTPrincipalReference principal_reference)
          Returns true if positive entries exist explicitly for the specified principal.
protected  void AclEntrySet.removeNegativeEntry(WTPrincipalReference principal_ref)
          Removes the entry for the specified principal from the negative entries cache.
protected  void AclEntrySet.removePositiveEntry(WTPrincipalReference principal_ref)
          Removes the entry for the specified principal from the positive entries cache.
protected  void AclEntrySet.setNegativeEntry(WTPrincipalReference principal_ref, long permission_mask)
          Sets the permission mask for the specified principal in the negative entries cache.
protected  void AclEntrySet.setPositiveEntry(WTPrincipalReference principal_ref, long permission_mask)
          Sets the permission mask for the specified principal in the positive entries cache.
 void AccessControlManagerSvr.createAllRule(AdminDomainRef domain_ref, String type_id, WTPrincipalReference principal_ref)
          To be used only by wt.admin.Install

Supported API: false
 void AccessControlManagerSvr.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void AccessControlManagerSvr.addPermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permission to the objects.
 void AccessControlManagerSvr.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void AccessControlManagerSvr.addPermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule for each of the objects in a collection, granting a principal the specified permissions to the objects.
 void AccessControlManagerSvr.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void AccessControlManagerSvr.reassignPermissions(AdHocControlled obj, WTPrincipalReference old_principal_ref, WTPrincipalReference new_principal_ref, AdHocAccessKey owner_key, long owner_id)
          Reassigns permissions a principal has for an object to another principal, for all ad hoc access control rules with the specified owner.
 void AccessControlManagerSvr.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void AccessControlManagerSvr.removePermission(WTCollection objects, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for each of the objects in a collection.
 void AccessControlManagerSvr.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 void AccessControlManagerSvr.removePermissions(WTCollection objects, WTPrincipalReference principal_ref, Collection permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for each of the objects in a collection.
 void AccessControlManagerFwd.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.deleteAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 EnumeratorVector[] AccessControlManagerFwd.getAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Gets an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManagerFwd.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 AdHocControlled AccessControlManagerFwd.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 AdHocControlled AccessControlManagerFwd.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 EnumeratorVector AccessControlManagerFwd.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 EnumeratorVector AccessControlManagerFwd.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key, long owner_id)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 AdHocControlled AccessControlManagerFwd.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManagerFwd.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManagerFwd.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Deprecated.  
 AdHocControlled AccessControlManagerFwd.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 void AccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.createAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Creates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.deleteAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 EnumeratorVector[] AccessControlManager.getAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref)
          Gets an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 void AccessControlManager.updateAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
          Updates an access control rule defining the rights of a principal to access objects of a specified type and state, within a domain.
 AdHocControlled AccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.addPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 AdHocControlled AccessControlManager.addPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 EnumeratorVector AccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 EnumeratorVector AccessControlManager.getPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, AdHocAccessKey owner_key, long owner_id)
          Returns the permissions (EnumeratorVector of AccessPermission) granted to a principal for an object, by an ad hoc access control rule with a specified owner.
 AdHocControlled AccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.removePermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permission from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.removePermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Removes the specified permissions from the set of permissions granted to a principal for an object.
 AdHocControlled AccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.setPermission(AdHocControlled obj, WTPrincipalReference principal_ref, AccessPermission permission, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permission to an object.
 AdHocControlled AccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key)
          Deprecated.  
 AdHocControlled AccessControlManager.setPermissions(AdHocControlled obj, WTPrincipalReference principal_ref, Vector permissions, AdHocAccessKey owner_key, long owner_id)
          Adds an ad hoc access control rule granting a principal the specified permissions to an object.
 

Uses of WTPrincipalReference in wt.admin
 

Fields in wt.admin declared as WTPrincipalReference
(package private)  WTPrincipalReference CompareSystemAndUserDomainRulesR6ToR7.PolicyInfo.principal
           
(package private)  WTPrincipalReference CompareSystemAndUserDomainRulesR6ToR7.PolicyInfo.principal
           
 

Constructors in wt.admin with parameters of type WTPrincipalReference
CompareSystemAndUserDomainRulesR6ToR7.PolicyInfo(AccessSelector a_Selector, WTPrincipalReference a_Principal)
           
CompareSystemAndUserDomainRulesR6ToR7.PolicyInfo(AccessSelector a_Selector, WTPrincipalReference a_Principal)
           
 

Uses of WTPrincipalReference in wt.annotation
 

Methods in wt.annotation that return WTPrincipalReference
 WTPrincipalReference AnnotationBaseline.getLocker()
          Gets the value of the attribute: LOCKER.
 

Uses of WTPrincipalReference in wt.audit
 

Fields in wt.audit declared as WTPrincipalReference
private  WTPrincipalReference ProjectAuditEvent.userReference
           
private  WTPrincipalReference LastAuditEvent.userReference
           
private  WTPrincipalReference AuditServiceEvent.userRef
           
private  WTPrincipalReference AuditEventInfo.userReference
           
private  WTPrincipalReference AuditEvent.userReference
           
 

Methods in wt.audit that return WTPrincipalReference
 WTPrincipalReference ProjectAuditEvent.getUserReference()
          Gets the value of the attribute: USER_REFERENCE.
 WTPrincipalReference LastAuditEvent.getUserReference()
          Gets the value of the attribute: USER_REFERENCE.
 WTPrincipalReference AuditServiceEvent.getUserRef()
          Gets the value of the attribute: userRef; Holds a reference to the user that is logging in/out.
 WTPrincipalReference AuditEventInfo.getUserReference()
          Gets the value of the attribute: userReference; Reference to event originator.
 WTPrincipalReference AuditEvent.getUserReference()
          Gets the value of the attribute: USER_REFERENCE.
 

Methods in wt.audit with parameters of type WTPrincipalReference
 void StandardAuditService.createAuditEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Records event in the database and updates the last event association if audit_ref is not null.
 QueryResult StandardAuditService.getAuditEvents(AuditPeriod period, ObjectReference audit_ref, AuditEventType event_type, WTPrincipalReference user_ref)
          Returns all the audit events in a given period with the characteristics passed as arguments.
 Timestamp StandardAuditService.getLastEventTime(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Returns the time of the last event of a certain type involving a given user and a target object.
private  AuditEvent StandardAuditService.getLatestEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Returns the latest event of a given type, for a given user and target object.
private  void StandardAuditService.updateLastAuditEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref, Timestamp event_time)
          Updates the latest event type link.
private  LastAuditEvent StandardAuditService.getLastAuditEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Retrieves the last audit event for a type, a user and an target object.
 void ProjectAuditEvent.setUserReference(WTPrincipalReference a_UserReference)
          Sets the value of the attribute: USER_REFERENCE.
 void LastAuditEvent.setUserReference(WTPrincipalReference a_UserReference)
          Sets the value of the attribute: USER_REFERENCE.
private  void LastAuditEvent.userReferenceValidate(WTPrincipalReference a_UserReference)
           
 void AuditServiceFwd.createAuditEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Records event in the database and updates the last event association if audit_ref is not null.
 QueryResult AuditServiceFwd.getAuditEvents(AuditPeriod period, ObjectReference audit_ref, AuditEventType event_type, WTPrincipalReference user_ref)
          Returns all the audit events in a given period with the characteristics passed as arguments.
 Timestamp AuditServiceFwd.getLastEventTime(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Returns the time of the last event of a certain type involving a given user and a target object.
 void AuditServiceEvent.setUserRef(WTPrincipalReference a_UserRef)
          Sets the value of the attribute: userRef; Holds a reference to the user that is logging in/out.
 void AuditService.createAuditEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Records event in the database and updates the last event association if audit_ref is not null.
 QueryResult AuditService.getAuditEvents(AuditPeriod period, ObjectReference audit_ref, AuditEventType event_type, WTPrincipalReference user_ref)
          Returns all the audit events in a given period with the characteristics passed as arguments.
 Timestamp AuditService.getLastEventTime(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference audit_ref)
          Returns the time of the last event of a certain type involving a given user and a target object.
 Object[] AuditReport.getUserActivity(WTPrincipalReference user_ref)
          Returns a list of audit event info objects, containing the target objects and the last time of the event for the audit report.
 void AuditEventInfo.setUserReference(WTPrincipalReference a_UserReference)
          Sets the value of the attribute: userReference; Reference to event originator.
private  void AuditEventInfo.userReferenceValidate(WTPrincipalReference a_UserReference)
           
 void AuditEvent.setUserReference(WTPrincipalReference a_UserReference)
          Sets the value of the attribute: USER_REFERENCE.
private  void AuditEvent.userReferenceValidate(WTPrincipalReference a_UserReference)
           
 

Constructors in wt.audit with parameters of type WTPrincipalReference
AuditServiceEvent(AuditEventType event_type, WTPrincipalReference user_ref, ObjectReference container_ref)
          Audit service event constructor.
 

Uses of WTPrincipalReference in wt.audit.eventinfo
 

Fields in wt.audit.eventinfo declared as WTPrincipalReference
private  WTPrincipalReference TeamEventRolePrincipalInfo.userRef
           
private  WTPrincipalReference GroupEventInfo.principalRef
           
private  WTPrincipalReference ExecObjectEventInfo.ownerRef
           
private  WTPrincipalReference AdHocEventInfo.principalRef
           
private  WTPrincipalReference ActionItemEventInfo.ownerRef
           
private  WTPrincipalReference ActionItemEventInfo.creatorRef
           
private  WTPrincipalReference AccessRuleEventInfo.principalRef
           
 

Methods in wt.audit.eventinfo that return WTPrincipalReference
 WTPrincipalReference TeamEventRolePrincipalInfo.getUserRef()
          Gets the value of the attribute: USER_REF.
 WTPrincipalReference GroupEventInfo.getPrincipalRef()
          Gets the value of the attribute: PRINCIPAL_REF.
 WTPrincipalReference ExecObjectEventInfo.getOwnerRef()
          Gets the value of the attribute: OWNER_REF.
 WTPrincipalReference AdHocEventInfo.getPrincipalRef()
          Gets the value of the attribute: PRINCIPAL_REF.
 WTPrincipalReference ActionItemEventInfo.getOwnerRef()
          Gets the value of the attribute: OWNER_REF.
 WTPrincipalReference ActionItemEventInfo.getCreatorRef()
          Gets the value of the attribute: CREATOR_REF.
 WTPrincipalReference AccessRuleEventInfo.getPrincipalRef()
          Gets the value of the attribute: PRINCIPAL_REF.
 

Methods in wt.audit.eventinfo with parameters of type WTPrincipalReference
 void TeamEventRolePrincipalInfo.setUserRef(WTPrincipalReference a_UserRef)
          Sets the value of the attribute: USER_REF.
 void GroupEventInfo.setPrincipalRef(WTPrincipalReference a_PrincipalRef)
          Sets the value of the attribute: PRINCIPAL_REF.
 void ExecObjectEventInfo.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Sets the value of the attribute: OWNER_REF.
 void AdHocEventInfo.setPrincipalRef(WTPrincipalReference a_PrincipalRef)
          Sets the value of the attribute: PRINCIPAL_REF.
 void ActionItemEventInfo.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Sets the value of the attribute: OWNER_REF.
 void ActionItemEventInfo.setCreatorRef(WTPrincipalReference a_CreatorRef)
          Sets the value of the attribute: CREATOR_REF.
 void AccessRuleEventInfo.setPrincipalRef(WTPrincipalReference a_PrincipalRef)
          Sets the value of the attribute: PRINCIPAL_REF.
 

Uses of WTPrincipalReference in wt.calendar
 

Fields in wt.calendar declared as WTPrincipalReference
private  WTPrincipalReference WTCalendar.delegateIndefinitelyPRef
           
protected static WTPrincipalReference WTCalendar.SYS_CAL_OWNER
           
static WTPrincipalReference StandardCalendarService.systemCalendarOwner
           
private  WTPrincipalReference CalendarComponent.delegate
           
 

Methods in wt.calendar that return WTPrincipalReference
protected  WTPrincipalReference WTCalendar.getDelegateIndefinitelyPRef()
          Gets the value of the attribute: DELEGATE_INDEFINITELY_PREF.
 WTPrincipalReference StandardCalendarService.getDelegate(WTPrincipalReference user, long start_date, long end_date)
          Passed the reference to a WTPrincipal to check if delegation exists for the period of time from start-end.
protected static WTPrincipalReference LocalCAP.getSysCalOwnerRef()
           
 WTPrincipalReference LocalCAP.getSystemCalOwner()
           
 WTPrincipalReference CalendarServiceFwd.getDelegate(WTPrincipalReference user, long start_date, long end_date)
          Passed the reference to a WTPrincipal to check if delegation exists for the period of time from start-end.
 WTPrincipalReference CalendarService.getDelegate(WTPrincipalReference user, long start_date, long end_date)
          Passed the reference to a WTPrincipal to check if delegation exists for the period of time from start-end.
 WTPrincipalReference CalendarMonth.getDelegate(int dayOfTheMonth)
          Returns null if the day is not delegated.
 WTPrincipalReference CalendarComponent.getDelegate()
          Gets the object for the association that plays role: DELEGATE.
 

Methods in wt.calendar with parameters of type WTPrincipalReference
protected  void WTCalendar.setDelegateIndefinitelyPRef(WTPrincipalReference a_DelegateIndefinitelyPRef)
          Sets the value of the attribute: DELEGATE_INDEFINITELY_PREF.
private  void WTCalendar.delegateIndefinitelyPRefValidate(WTPrincipalReference a_DelegateIndefinitelyPRef)
           
static WTCalendar WTCalendar.newWTCalendar(WTPrincipalReference user, WTCalendar parent)
          

Supported API: false
protected  void WTCalendar.initialize(WTPrincipalReference user, WTCalendar parent)
          Supports initialization, following construction of an instance.
 CalendarMonth StandardCalendarService.setWorkDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as Working Days.
 CalendarMonth StandardCalendarService.setNonWorkDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as Non-Working Days.
 CalendarMonth StandardCalendarService.setDelegatedDays(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as delegated to the "delegate" passed in.
 CalendarMonth StandardCalendarService.setDelegateIndefinitely(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, int zone_offset)
          Sets the delegation for this user to "delegate" and begin on "start".
 CalendarMonth StandardCalendarService.clearDays(WTPrincipalReference user, long start_date, long end_date, boolean undelegate, int zone_offset)
          Resets the user's days specified between start and end back to that of the Windchill system calendar (note that delegation is also cleared).
 CalendarMonth StandardCalendarService.getCalendarMonth(WTPrincipalReference user, int month, int year, int zone_offset)
          Note that to access the system calendar, the user parm would need to be the WTPrincipalReference for the WTGroup assigned in the wt.properties file to the property wt.admin.adminGroup.
 Timestamp StandardCalendarService.calculateDeadline(WTPrincipalReference user, long start_date, long duration)
          Calculate and return the due date, as a Timestamp, for the "user" based upon the "start" date and expected "duration".
 Timestamp StandardCalendarService.calculateDeadline(WTPrincipalReference user, long start_date, int nbrWorkDays)
          Calculates the deadline from "start" that is "nbrWorkDays" hence for "user".
 int StandardCalendarService.calculateWorkingDays(WTPrincipalReference user, long start_date, long end_date)
          Calculate the number of working days for the user between start and end.
 WTPrincipalReference StandardCalendarService.getDelegate(WTPrincipalReference user, long start_date, long end_date)
          Passed the reference to a WTPrincipal to check if delegation exists for the period of time from start-end.
 int StandardCalendarService.calculateWorkingPeriods(WTPrincipalReference user, long start_date, long end_date)
          Calculate the number of workable 24-hour periods for the user between start and end dates, inclusive.
 int StandardCalendarService.calculateWorkingDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Calculate the number of working days for the user between start and end.
 int StandardCalendarService.calculateWorkingPeriods(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Calculate the number of workable 24-hour periods for the user between start and end dates, inclusive.
 Timestamp StandardCalendarService.calculateDeadline(WTPrincipalReference user, long start_date, long duration, int zone_offset)
          Calculate and return the due date, as a Timestamp, for the "user" based upon the "start" date and expected "duration".
 Timestamp StandardCalendarService.calculateDeadline(WTPrincipalReference user, long start_date, int nbrWorkDays, int zone_offset)
          Calculates the deadline from "start" that is "nbrWorkDays" hence for "user".
 boolean StandardCalendarService.checkCyclicDelegate(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, long end_date)
           
private  void StandardCalendarService.removeFromCache(WTPrincipalReference prinRef)
           
 WTCalendar LocalCAP.createCalendar(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          This method will create the specified calendar component over the date range start-end inclusive.
 WTCalendar LocalCAP.readCalendar(int calObjType, WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Read out the user's calendar objects of the type specified between the dates start and end.
 WTCalendar LocalCAP.updateCalendar(WTPrincipalReference user, WTPrincipalReference indefinite_delegate, long indefinite_delegate_date, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 boolean LocalCAP.deleteCalendar(WTPrincipalReference user, int zone_offset)
          This method will delete the specified calendar component type for the user over the date range start-end inclusive.
 CalendarComponent LocalCAP.createComponent(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          This method will create the specified calendar component over the date range start-end inclusive.
 CalendarComponent LocalCAP.updateComponent(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 CalendarComponent LocalCAP.updateComponent(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 Vector LocalCAP.createComponents(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          This method will create the specified calendar component over the date range start-end inclusive.
 Vector LocalCAP.updateComponents(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 Vector LocalCAP.updateComponents(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 CalendarMonth CalendarServiceFwd.setWorkDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as Working Days.
 CalendarMonth CalendarServiceFwd.setNonWorkDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as Non-Working Days.
 CalendarMonth CalendarServiceFwd.setDelegatedDays(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as delegated to the "delegate" passed in.
 CalendarMonth CalendarServiceFwd.setDelegateIndefinitely(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, int zone_offset)
          Sets the delegation for this user to "delegate" and begin on "start".
 CalendarMonth CalendarServiceFwd.clearDays(WTPrincipalReference user, long start_date, long end_date, boolean undelegate, int zone_offset)
          Resets the user's days specified between start and end back to that of the Windchill system calendar (note that delegation is also cleared).
 CalendarMonth CalendarServiceFwd.getCalendarMonth(WTPrincipalReference user, int month, int year, int zone_offset)
          Note that to access the system calendar, the user parm would need to be the WTPrincipalReference for the WTGroup assigned in the wt.properties file to the property wt.admin.adminGroup.
 Timestamp CalendarServiceFwd.calculateDeadline(WTPrincipalReference user, long start_date, long duration)
          Calculate and return the due date, as a Timestamp, for the "user" based upon the "start" date and expected "duration".
 Timestamp CalendarServiceFwd.calculateDeadline(WTPrincipalReference user, long start_date, int nbrWorkDays)
          Calculates the deadline from "start" that is "nbrWorkDays" hence for "user".
 int CalendarServiceFwd.calculateWorkingDays(WTPrincipalReference user, long start_date, long end_date)
          Calculate the number of working days for the user between start and end.
 WTPrincipalReference CalendarServiceFwd.getDelegate(WTPrincipalReference user, long start_date, long end_date)
          Passed the reference to a WTPrincipal to check if delegation exists for the period of time from start-end.
 int CalendarServiceFwd.calculateWorkingPeriods(WTPrincipalReference user, long start_date, long end_date)
          Calculate the number of workable 24-hour periods for the user between start and end dates, inclusive.
 int CalendarServiceFwd.calculateWorkingDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Calculate the number of working days for the user between start and end.
 int CalendarServiceFwd.calculateWorkingPeriods(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Calculate the number of workable 24-hour periods for the user between start and end dates, inclusive.
 Timestamp CalendarServiceFwd.calculateDeadline(WTPrincipalReference user, long start_date, long duration, int zone_offset)
          Calculate and return the due date, as a Timestamp, for the "user" based upon the "start" date and expected "duration".
 Timestamp CalendarServiceFwd.calculateDeadline(WTPrincipalReference user, long start_date, int nbrWorkDays, int zone_offset)
          Calculates the deadline from "start" that is "nbrWorkDays" hence for "user".
 CalendarMonth CalendarService.setWorkDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as Working Days.
 CalendarMonth CalendarService.setNonWorkDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as Non-Working Days.
 CalendarMonth CalendarService.setDelegatedDays(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, long end_date, int zone_offset)
          Sets the user's days specified between start and end as delegated to the "delegate" passed in.
 CalendarMonth CalendarService.setDelegateIndefinitely(WTPrincipalReference user, WTPrincipalReference delegate, long start_date, int zone_offset)
          Sets the delegation for this user to "delegate" and begin on "start".
 CalendarMonth CalendarService.clearDays(WTPrincipalReference user, long start_date, long end_date, boolean undelegate, int zone_offset)
          Resets the user's days specified between start and end back to that of the Windchill system calendar (note that delegation is also cleared).
 CalendarMonth CalendarService.getCalendarMonth(WTPrincipalReference user, int month, int year, int zone_offset)
          Note that to access the system calendar, the user parm would need to be the WTPrincipalReference for the WTGroup assigned in the wt.properties file to the property wt.admin.adminGroup.
 Timestamp CalendarService.calculateDeadline(WTPrincipalReference user, long start_date, long duration)
          Calculate and return the due date, as a Timestamp, for the "user" based upon the "start" date and expected "duration".
 Timestamp CalendarService.calculateDeadline(WTPrincipalReference user, long start_date, int nbrWorkDays)
          Calculates the deadline from "start" that is "nbrWorkDays" hence for "user".
 int CalendarService.calculateWorkingDays(WTPrincipalReference user, long start_date, long end_date)
          Calculate the number of working days for the user between start and end.
 WTPrincipalReference CalendarService.getDelegate(WTPrincipalReference user, long start_date, long end_date)
          Passed the reference to a WTPrincipal to check if delegation exists for the period of time from start-end.
 int CalendarService.calculateWorkingPeriods(WTPrincipalReference user, long start_date, long end_date)
          Calculate the number of workable 24-hour periods for the user between start and end dates, inclusive.
 int CalendarService.calculateWorkingDays(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Calculate the number of working days for the user between start and end.
 int CalendarService.calculateWorkingPeriods(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Calculate the number of workable 24-hour periods for the user between start and end dates, inclusive.
 Timestamp CalendarService.calculateDeadline(WTPrincipalReference user, long start_date, long duration, int zone_offset)
          Calculate and return the due date, as a Timestamp, for the "user" based upon the "start" date and expected "duration".
 Timestamp CalendarService.calculateDeadline(WTPrincipalReference user, long start_date, int nbrWorkDays, int zone_offset)
          Calculates the deadline from "start" that is "nbrWorkDays" hence for "user".
protected  void CalendarMonth.setDelegatedDay(int dayOfMonth, WTPrincipalReference pRef)
           
 void CalendarComponent.setDelegate(WTPrincipalReference a_Delegate)
          Sets the object for the association that plays role: DELEGATE.
private  void CalendarComponent.delegateValidate(WTPrincipalReference a_Delegate)
           
static CalendarAccessProtocol CalendarAccessProtocolFactory.newCalendarAccessProtocolFactory(WTPrincipalReference calendarUser, URL calendarServerURL, int calendarServerType)
          

Supported API: false
 WTCalendar CalendarAccessProtocol.createCalendar(WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          This method will create the specified calendar component over the date range start-end inclusive.
 WTCalendar CalendarAccessProtocol.readCalendar(int calObjType, WTPrincipalReference user, long start_date, long end_date, int zone_offset)
          Read out the user's calendar objects of the type specified between the dates start and end.
 WTCalendar CalendarAccessProtocol.updateCalendar(WTPrincipalReference user, WTPrincipalReference indefinite_delegate, long indefinite_delegate_date, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 boolean CalendarAccessProtocol.deleteCalendar(WTPrincipalReference user, int zone_offset)
          This method will delete the specified calendar component type for the user over the date range start-end inclusive.
 CalendarComponent CalendarAccessProtocol.createComponent(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          This method will create the specified calendar component over the date range start-end inclusive.
 CalendarComponent CalendarAccessProtocol.updateComponent(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 CalendarComponent CalendarAccessProtocol.updateComponent(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 Vector CalendarAccessProtocol.createComponents(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          This method will create the specified calendar component over the date range start-end inclusive.
 Vector CalendarAccessProtocol.updateComponents(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, boolean workingDay, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 Vector CalendarAccessProtocol.updateComponents(WTCalendar userCalendar, long start_date, long end_date, WTPrincipalReference delegate, int zone_offset)
          Modifies the calendar object type(s) over the date range start-end inclusive.
 

Uses of WTPrincipalReference in wt.change2
 

Fields in wt.change2 declared as WTPrincipalReference
private  WTPrincipalReference ConfirmationAudit.user
           
private  WTPrincipalReference ChangeRequest2.organizationReference
           
private  WTPrincipalReference ChangeOrder2.organizationReference
           
private  WTPrincipalReference ChangeKey.organizationReference
           
private  WTPrincipalReference ChangeIssue.organizationReference
           
private  WTPrincipalReference ChangeIdentificationObject.organizationReference
           
private  WTPrincipalReference BusinessDecisionAudit.user
           
 

Methods in wt.change2 that return WTPrincipalReference
 WTPrincipalReference ConfirmationAudit.getUser()
          Gets the value of the attribute: USER.
 WTPrincipalReference ChangeRequest2.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference ChangeOrder2.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference ChangeKey.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference ChangeIssue.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference ChangeIdentificationObject.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference ChangeAdminAudit.getUser()
          Gets the value of the attribute: USER.
 WTPrincipalReference BusinessDecisionAudit.getUser()
          Gets the value of the attribute: USER.
 

Methods in wt.change2 with parameters of type WTPrincipalReference
 void ConfirmationAudit.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: USER.
private  void ConfirmationAudit.userValidate(WTPrincipalReference a_User)
           
 void ChangeRequest2.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void ChangeRequest2.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ChangeOrder2.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void ChangeOrder2.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ChangeKey.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void ChangeKey.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ChangeIssue.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void ChangeIssue.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ChangeIdentificationObject.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void ChangeIdentificationObject.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ChangeAdminAudit.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: USER.
 void BusinessDecisionAudit.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: USER.
private  void BusinessDecisionAudit.userValidate(WTPrincipalReference a_User)
           
 

Uses of WTPrincipalReference in wt.clients.administrator
 

Methods in wt.clients.administrator with parameters of type WTPrincipalReference
static String OrgServices.getDirectoryServiceName(WTPrincipalReference principal_ref)
          Returns the display name of a directory service name associated with a principal reference.
 

Uses of WTPrincipalReference in wt.clients.beans
 

Fields in wt.clients.beans declared as WTPrincipalReference
private  WTPrincipalReference PrincipalSelectionPanel.selectedParticipantRef
           
private  WTPrincipalReference PrincipalSelectionPanel.previousSelectedParticipantRef
           
 

Methods in wt.clients.beans that return WTPrincipalReference
 WTPrincipalReference PrincipalSelectionBrowseDialog.getSelectedPrincipal()
           
 

Uses of WTPrincipalReference in wt.clients.calendar
 

Fields in wt.clients.calendar declared as WTPrincipalReference
(package private)  WTPrincipalReference DelegateDialog.delegate
           
(package private)  WTPrincipalReference CalendarBean.userCalendarOwner
           
(package private)  WTPrincipalReference CalendarBean.systemCalendarOwner
           
(package private)  WTPrincipalReference CalendarApplet.currentUser
           
(package private)  WTPrincipalReference CalendarApplet.currentCalendarOwner
           
(package private)  WTPrincipalReference CalendarApplet.systemCalendarOwner
           
(package private)  WTPrincipalReference CalendarApplet.calendarSupervisor
           
 

Methods in wt.clients.calendar that return WTPrincipalReference
(package private)  WTPrincipalReference DelegateDialog.getDelegate()
           
 

Methods in wt.clients.calendar with parameters of type WTPrincipalReference
 void CalendarBean.setSystemCalendarOwner(WTPrincipalReference system_calendar_owner)
           
 void CalendarBean.setUserCalendarOwner(WTPrincipalReference user_calendar_owner)
           
 

Uses of WTPrincipalReference in wt.clients.util
 

Methods in wt.clients.util with parameters of type WTPrincipalReference
static String WTPrincipalUtil.getName(WTPrincipalReference obj)
           
static String WTPrincipalUtil.getFullName(WTPrincipalReference obj)
           
static String WTPrincipalUtil.getEMail(WTPrincipalReference obj)
           
private static String WTPrincipalUtil.getNameCommon(WTPrincipalReference prin)
           
private static String WTPrincipalUtil.getFullNameCommon(WTPrincipalReference prin)
           
 

Uses of WTPrincipalReference in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer with parameters of type WTPrincipalReference
 WfPrincipalAssignee WfAssignedActivityTemplateParticipants.AssigneeMultiList.getAssignee(WTPrincipalReference principal)
          Returns the assignee of a given principal reference.
 

Uses of WTPrincipalReference in wt.configuration
 

Methods in wt.configuration that return WTPrincipalReference
 WTPrincipalReference SerialNumberMapping.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference SerialNumberMapping.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference BaselineConfigurationOverride.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference BaselineConfigurationOverride.getCreator()
          Gets the value of the attribute: CREATOR.
 

Uses of WTPrincipalReference in wt.content
 

Fields in wt.content declared as WTPrincipalReference
private  WTPrincipalReference ContentItem.createdBy
           
 

Methods in wt.content that return WTPrincipalReference
 WTPrincipalReference ContentItem.getCreatedBy()
          Gets the object for the association that plays role: CREATED_BY.
 

Methods in wt.content with parameters of type WTPrincipalReference
 void ContentItem.setCreatedBy(WTPrincipalReference a_CreatedBy)
          Sets the object for the association that plays role: CREATED_BY.
private  void ContentItem.createdByValidate(WTPrincipalReference a_CreatedBy)
           
 

Uses of WTPrincipalReference in wt.dataops
 

Fields in wt.dataops declared as WTPrincipalReference
private  WTPrincipalReference DataMaintRecord.creator
           
 

Methods in wt.dataops that return WTPrincipalReference
 WTPrincipalReference DataMaintRecord.getCreator()
          Gets the object for the association that plays role: CREATOR.
 

Methods in wt.dataops with parameters of type WTPrincipalReference
 void DataMaintRecord.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void DataMaintRecord.creatorValidate(WTPrincipalReference a_Creator)
           
 

Uses of WTPrincipalReference in wt.dataops.archive
 

Fields in wt.dataops.archive declared as WTPrincipalReference
private  WTPrincipalReference Archive.creator
           
 

Methods in wt.dataops.archive that return WTPrincipalReference
 WTPrincipalReference Archive.getCreator()
          Gets the object for the association that plays role: CREATOR.
 

Methods in wt.dataops.archive with parameters of type WTPrincipalReference
 void Archive.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void Archive.creatorValidate(WTPrincipalReference a_Creator)
           
 

Uses of WTPrincipalReference in wt.dataops.objectcol
 

Methods in wt.dataops.objectcol that return WTPrincipalReference
 WTPrincipalReference BaseCriterionDef.getModifier()
          Gets the value of the attribute: modifier; Derived attribute for displaying the iteration's modifier in query results.
 WTPrincipalReference BaseCriterionDef.getCreator()
          Gets the value of the attribute: creator; Derived attribute for displaying the Version Creator.
 

Uses of WTPrincipalReference in wt.doc
 

Fields in wt.doc declared as WTPrincipalReference
private  WTPrincipalReference WTDocumentMasterKey.organizationReference
           
private  WTPrincipalReference WTDocumentMasterIdentity.organizationReference
           
private  WTPrincipalReference WTDocumentMaster.organizationReference
           
 

Methods in wt.doc that return WTPrincipalReference
 WTPrincipalReference WTDocumentMasterKey.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTDocumentMasterIdentity.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference WTDocumentMaster.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTDocument.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.doc with parameters of type WTPrincipalReference
 void WTDocumentMasterKey.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void WTDocumentMasterKey.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void WTDocumentMasterIdentity.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void WTDocumentMasterIdentity.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void WTDocumentMaster.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void WTDocumentMaster.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void WTDocument.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 

Uses of WTPrincipalReference in wt.eff
 

Methods in wt.eff that return WTPrincipalReference
 WTPrincipalReference EffGroupAttribute.Wrapper.getWTPrincipalReference()
           
 WTPrincipalReference EffGroupAttribute.Wrapper.getWTPrincipalReference()
           
 

Uses of WTPrincipalReference in wt.enterprise
 

Fields in wt.enterprise declared as WTPrincipalReference
private  WTPrincipalReference Managed.creator
           
private  WTPrincipalReference IteratedFolderResident.creator
           
private  WTPrincipalReference FolderResident.creator
           
private  WTPrincipalReference CabinetManaged.creator
           
 

Methods in wt.enterprise that return WTPrincipalReference
 WTPrincipalReference RevisionControlled.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference RevisionControlled.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference RevisionControlled.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference Managed.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference IteratedFolderResident.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference IteratedFolderResident.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference IteratedFolderResident.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference FolderResident.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference CabinetManaged.getCreator()
          Gets the object for the association that plays role: CREATOR.
 

Methods in wt.enterprise with parameters of type WTPrincipalReference
protected  String ObjectPropertyValue.getPrincipalEmailLink(WTPrincipalReference principal, String args)
          Returns a String containing the HTML code to display a mail-to hyperlink to the e-mail of the principal referenced by the given WTPrincipalReference.
 void CabinetManaged.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void CabinetManaged.creatorValidate(WTPrincipalReference a_Creator)
           
protected  String BasicTemplateProcessor.getPrincipalEmailLink(WTPrincipalReference principal, String args)
          Deprecated. Returns a String containing the HTML code to display a mail-to hyperlink to the e-mail of the principal referenced by the given WTPrincipalReference.
 

Uses of WTPrincipalReference in wt.epm
 

Fields in wt.epm declared as WTPrincipalReference
private  WTPrincipalReference EPMDocumentMasterKey.organizationReference
           
private  WTPrincipalReference EPMDocumentMasterIdentity.organizationReference
           
private  WTPrincipalReference EPMDocumentMaster.organizationReference
           
 

Methods in wt.epm that return WTPrincipalReference
 WTPrincipalReference EPMDocumentMasterKey.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference EPMDocumentMasterIdentity.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference EPMDocumentMaster.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference EPMDocument.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.epm with parameters of type WTPrincipalReference
 void EPMDocumentMasterKey.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void EPMDocumentMasterKey.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void EPMDocumentMasterIdentity.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void EPMDocumentMasterIdentity.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void EPMDocumentMaster.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void EPMDocumentMaster.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void EPMDocument.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 

Uses of WTPrincipalReference in wt.epm.workspaces
 

Fields in wt.epm.workspaces declared as WTPrincipalReference
private  WTPrincipalReference EPMWorkspaceIdentity.principal
           
private  WTPrincipalReference EPMWorkspace.principalReference
           
 

Methods in wt.epm.workspaces that return WTPrincipalReference
 WTPrincipalReference EPMWorkspaceIdentity.getPrincipal()
          Gets the value of the attribute: principal.
 WTPrincipalReference EPMWorkspace.getPrincipalReference()
          Gets the object for the association that plays role: PRINCIPAL_REFERENCE.
 WTPrincipalReference EPMCheckpoint.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference EPMCheckpoint.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference EPMCheckpoint.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference EPMAsStoredConfig.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in wt.epm.workspaces with parameters of type WTPrincipalReference
 void EPMWorkspaceIdentity.setPrincipal(WTPrincipalReference a_Principal)
          Sets the value of the attribute: principal.
private  void EPMWorkspaceIdentity.principalValidate(WTPrincipalReference a_Principal)
           
static EPMWorkspaceIdentity EPMWorkspaceIdentity.newEPMWorkspaceIdentity(String name, WTPrincipalReference principal)
          

Supported API: false
protected  void EPMWorkspaceIdentity.initialize(String name, WTPrincipalReference principal)
          Supports initialization, following construction of an instance.
 void EPMWorkspace.setPrincipalReference(WTPrincipalReference a_PrincipalReference)
          Sets the object for the association that plays role: PRINCIPAL_REFERENCE.
private  void EPMWorkspace.principalReferenceValidate(WTPrincipalReference a_PrincipalReference)
           
 

Uses of WTPrincipalReference in wt.fc
 

Fields in wt.fc declared as WTPrincipalReference
private  WTPrincipalReference PagingSession.creator
           
private  WTPrincipalReference PagingSession.creator
           
 

Methods in wt.fc that return WTPrincipalReference
 WTPrincipalReference PagingSession.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference PagingSession.getCreator()
          Gets the object for the association that plays role: CREATOR.
 

Methods in wt.fc with parameters of type WTPrincipalReference
 void PagingSession.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
 void PagingSession.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
 

Uses of WTPrincipalReference in wt.folder
 

Fields in wt.folder declared as WTPrincipalReference
private  WTPrincipalReference SubFolder.creatorReference
           
private  WTPrincipalReference Cabinet.creatorReference
           
private  WTPrincipalReference SubFolder.creatorReference
           
private  WTPrincipalReference Cabinet.creatorReference
           
 

Methods in wt.folder that return WTPrincipalReference
 WTPrincipalReference SubFolder.getCreatorReference()
          Gets the object for the association that plays role: CREATOR_REFERENCE.
 WTPrincipalReference Cabinet.getCreatorReference()
          Gets the object for the association that plays role: CREATOR_REFERENCE.
 WTPrincipalReference SubFolder.getCreatorReference()
          Gets the object for the association that plays role: CREATOR_REFERENCE.
 WTPrincipalReference Cabinet.getCreatorReference()
          Gets the object for the association that plays role: CREATOR_REFERENCE.
 

Methods in wt.folder with parameters of type WTPrincipalReference
 void SubFolder.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the object for the association that plays role: CREATOR_REFERENCE.
 void Cabinet.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the object for the association that plays role: CREATOR_REFERENCE.
 void SubFolder.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the object for the association that plays role: CREATOR_REFERENCE.
 void Cabinet.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the object for the association that plays role: CREATOR_REFERENCE.
 

Uses of WTPrincipalReference in wt.inf.container
 

Fields in wt.inf.container declared as WTPrincipalReference
private  WTPrincipalReference WTContainerInfo.administratorsRef
           
private  WTPrincipalReference WTContainerInfo.creatorRef
           
private  WTPrincipalReference WTContainerInfo.ownerRef
           
private  WTPrincipalReference WTContainerIdentity.organizationReference
           
private  WTPrincipalReference OrgContainer.allParticipatingMembersReference
           
private  WTPrincipalReference OrgContainer.organizationReference
           
private  WTPrincipalReference ExchangeContainer.organizationReference
           
private  WTPrincipalReference ContainerSpec.user
           
private  WTPrincipalReference WTContainerInfo.administratorsRef
           
private  WTPrincipalReference WTContainerInfo.creatorRef
           
private  WTPrincipalReference WTContainerInfo.ownerRef
           
private  WTPrincipalReference WTContainerIdentity.organizationReference
           
private  WTPrincipalReference OrgContainer.allParticipatingMembersReference
           
private  WTPrincipalReference OrgContainer.organizationReference
           
private  WTPrincipalReference ExchangeContainer.organizationReference
           
private  WTPrincipalReference ContainerSpec.user
           
 

Methods in wt.inf.container that return WTPrincipalReference
 WTPrincipalReference WTContainerInfo.getAdministratorsRef()
          Gets the value of the attribute: ADMINISTRATORS_REF.
 WTPrincipalReference WTContainerInfo.getCreatorRef()
          Gets the value of the attribute: CREATOR_REF.
 WTPrincipalReference WTContainerInfo.getOwnerRef()
          Gets the value of the attribute: OWNER_REF.
 WTPrincipalReference WTContainerIdentity.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference WTContainer.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference WTContainer.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference WTContainer.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference OrgContainer.getAllParticipatingMembersReference()
          Gets the value of the attribute: ALL_PARTICIPATING_MEMBERS_REFERENCE.
 WTPrincipalReference OrgContainer.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference OrgContainer.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference OrgContainer.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference OrgContainer.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
private  WTPrincipalReference OrganizationCache.getPrincipalRef(ObjectIdentifier oid)
           
 WTPrincipalReference ExchangeContainer.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference ExchangeContainer.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference ExchangeContainer.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference ExchangeContainer.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference CreatorsLink.getCreatorsRef()
          

Supported API: false
 WTPrincipalReference ContainerSpec.getUser()
          Gets the value of the attribute: user; The user that membership state will be filtered by, if necessary.
 WTPrincipalReference WTContainerInfo.getAdministratorsRef()
          Gets the value of the attribute: ADMINISTRATORS_REF.
 WTPrincipalReference WTContainerInfo.getCreatorRef()
          Gets the value of the attribute: CREATOR_REF.
 WTPrincipalReference WTContainerInfo.getOwnerRef()
          Gets the value of the attribute: OWNER_REF.
 WTPrincipalReference WTContainerIdentity.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference WTContainer.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference WTContainer.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference WTContainer.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference OrgContainer.getAllParticipatingMembersReference()
          Gets the value of the attribute: ALL_PARTICIPATING_MEMBERS_REFERENCE.
 WTPrincipalReference OrgContainer.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference OrgContainer.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference OrgContainer.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference OrgContainer.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
private  WTPrincipalReference OrganizationCache.getPrincipalRef(ObjectIdentifier oid)
           
 WTPrincipalReference ExchangeContainer.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference ExchangeContainer.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference ExchangeContainer.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference ExchangeContainer.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference CreatorsLink.getCreatorsRef()
          

Supported API: false
 WTPrincipalReference ContainerSpec.getUser()
          Gets the value of the attribute: user; The user that membership state will be filtered by, if necessary.
 

Methods in wt.inf.container with parameters of type WTPrincipalReference
protected static String WTContainerServerHelper.getLogName(WTPrincipalReference ref)
           
private static WTPrincipal WTContainerServerHelper.getPrincipalReadOnly(WTPrincipalReference ref)
           
protected static void WTContainerServerHelper.saveAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
           
 void WTContainerInfo.setAdministratorsRef(WTPrincipalReference a_AdministratorsRef)
          Sets the value of the attribute: ADMINISTRATORS_REF.
private  void WTContainerInfo.administratorsRefValidate(WTPrincipalReference a_AdministratorsRef)
           
 void WTContainerInfo.setCreatorRef(WTPrincipalReference a_CreatorRef)
          Sets the value of the attribute: CREATOR_REF.
private  void WTContainerInfo.creatorRefValidate(WTPrincipalReference a_CreatorRef)
           
 void WTContainerInfo.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Sets the value of the attribute: OWNER_REF.
private  void WTContainerInfo.ownerRefValidate(WTPrincipalReference a_OwnerRef)
           
 void WTContainerIdentity.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void WTContainerIdentity.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
static void WTContainerHelper.log(String property, WTPrincipalReference ref, StringBuffer sb)
           
 void WTContainer.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void WTContainer.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void WTContainer.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
static void StandardWTContainerService.TemplateTypes.saveRules(AdminDomainRef domain_ref, WTPrincipalReference principal_ref)
           
 void OrgContainer.setAllParticipatingMembersReference(WTPrincipalReference a_AllParticipatingMembersReference)
          Sets the value of the attribute: ALL_PARTICIPATING_MEMBERS_REFERENCE.
private  void OrgContainer.allParticipatingMembersReferenceValidate(WTPrincipalReference a_AllParticipatingMembersReference)
           
 void OrgContainer.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void OrgContainer.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void OrgContainer.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void OrgContainer.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void OrgContainer.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
private static boolean OrganizationSync.removeMember(WTUser user, WTPrincipalReference group_ref)
           
 WTContainerRef OrganizationCache.getOrgContainer(WTPrincipalReference org)
           
private  boolean OrganizationCache.isExchangeOrganization(WTPrincipalReference org)
           
private  boolean OrganizationCache.isSourceOfExchangeDomain(WTPrincipalReference org_ref)
           
private  void IdentityServiceEventHandler.updateIdentity(Identified identified, WTContainerRef namespace, WTPrincipalReference new_org, WTPrincipalReference old_org)
           
 void ExchangeContainer.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void ExchangeContainer.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void ExchangeContainer.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void ExchangeContainer.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void ExchangeContainer.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ContainerSpec.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: user; The user that membership state will be filtered by, if necessary.
private  void ContainerSpec.userValidate(WTPrincipalReference a_User)
           
 void ContainerSpec.setUser(WTPrincipalReference user, boolean filter_by_membership)
          Deprecated. Use setUser and setMembership state instead.
private  WTPrincipal AuditServiceEventHandler.getReadOnlyPrincipal(WTPrincipalReference ref)
           
protected static String WTContainerServerHelper.getLogName(WTPrincipalReference ref)
           
private static WTPrincipal WTContainerServerHelper.getPrincipalReadOnly(WTPrincipalReference ref)
           
protected static void WTContainerServerHelper.saveAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
           
 void WTContainerInfo.setAdministratorsRef(WTPrincipalReference a_AdministratorsRef)
          Sets the value of the attribute: ADMINISTRATORS_REF.
private  void WTContainerInfo.administratorsRefValidate(WTPrincipalReference a_AdministratorsRef)
           
 void WTContainerInfo.setCreatorRef(WTPrincipalReference a_CreatorRef)
          Sets the value of the attribute: CREATOR_REF.
private  void WTContainerInfo.creatorRefValidate(WTPrincipalReference a_CreatorRef)
           
 void WTContainerInfo.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Sets the value of the attribute: OWNER_REF.
private  void WTContainerInfo.ownerRefValidate(WTPrincipalReference a_OwnerRef)
           
 void WTContainerIdentity.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void WTContainerIdentity.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
static void WTContainerHelper.log(String property, WTPrincipalReference ref, StringBuffer sb)
           
 void WTContainer.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void WTContainer.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void WTContainer.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
static void StandardWTContainerService.TemplateTypes.saveRules(AdminDomainRef domain_ref, WTPrincipalReference principal_ref)
           
 void OrgContainer.setAllParticipatingMembersReference(WTPrincipalReference a_AllParticipatingMembersReference)
          Sets the value of the attribute: ALL_PARTICIPATING_MEMBERS_REFERENCE.
private  void OrgContainer.allParticipatingMembersReferenceValidate(WTPrincipalReference a_AllParticipatingMembersReference)
           
 void OrgContainer.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void OrgContainer.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void OrgContainer.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void OrgContainer.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void OrgContainer.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
private static boolean OrganizationSync.removeMember(WTUser user, WTPrincipalReference group_ref)
           
 WTContainerRef OrganizationCache.getOrgContainer(WTPrincipalReference org)
           
private  boolean OrganizationCache.isExchangeOrganization(WTPrincipalReference org)
           
private  boolean OrganizationCache.isSourceOfExchangeDomain(WTPrincipalReference org_ref)
           
private  void IdentityServiceEventHandler.updateIdentity(Identified identified, WTContainerRef namespace, WTPrincipalReference new_org, WTPrincipalReference old_org)
           
 void ExchangeContainer.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void ExchangeContainer.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void ExchangeContainer.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void ExchangeContainer.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void ExchangeContainer.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void ContainerSpec.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: user; The user that membership state will be filtered by, if necessary.
private  void ContainerSpec.userValidate(WTPrincipalReference a_User)
           
 void ContainerSpec.setUser(WTPrincipalReference user, boolean filter_by_membership)
          Deprecated. Use setUser and setMembership state instead.
private  WTPrincipal AuditServiceEventHandler.getReadOnlyPrincipal(WTPrincipalReference ref)
           
 

Uses of WTPrincipalReference in wt.inf.library
 

Fields in wt.inf.library declared as WTPrincipalReference
private  WTPrincipalReference WTLibrary.organizationReference
           
 

Methods in wt.inf.library that return WTPrincipalReference
 WTPrincipalReference WTLibrary.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference WTLibrary.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference WTLibrary.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference WTLibrary.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.inf.library with parameters of type WTPrincipalReference
 void WTLibrary.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void WTLibrary.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void WTLibrary.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void WTLibrary.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void WTLibrary.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 

Uses of WTPrincipalReference in wt.inf.sharing
 

Fields in wt.inf.sharing declared as WTPrincipalReference
private  WTPrincipalReference SharedContainerMap.creatorRef
           
 

Methods in wt.inf.sharing that return WTPrincipalReference
 WTPrincipalReference SharedContainerMap.getCreatorRef()
          Gets the value of the attribute: CREATOR_REF.
 

Methods in wt.inf.sharing with parameters of type WTPrincipalReference
 void SharedContainerMap.setCreatorRef(WTPrincipalReference a_CreatorRef)
          Sets the value of the attribute: CREATOR_REF.
private  void DefaultDataSharingDelegate.setObjectAdHocAccess(AdHocControlled object, WTPrincipal user, WTPrincipalReference admins_ref, long target_container_id)
           
private  void DefaultDataSharingDelegate.setIterationAdHocAccess(AdHocControlled object, WTPrincipal user, WTPrincipalReference admins_ref, long target_container_id)
           
private  void CtmDataSharingDelegate.setObjectAdHocAccess(AdHocControlled object, WTPrincipal user, WTPrincipalReference admins_ref, WTContainer to_container, long target_container_id)
           
private  void CtmDataSharingDelegate.setIterationAdHocAccess(AdHocControlled object, WTPrincipal user, WTPrincipalReference admins_ref, WTContainer to_container, long target_container_id)
           
 

Uses of WTPrincipalReference in wt.inf.team
 

Fields in wt.inf.team declared as WTPrincipalReference
private  WTPrincipalReference InvitationTemplateProcessor.inviteeRef
           
private  WTPrincipalReference InvitationTemplateProcessor.replacedUserRef
           
private  WTPrincipalReference ContainerTeam.implicitMembersReference
           
 

Methods in wt.inf.team that return WTPrincipalReference
protected  WTPrincipalReference InvitationTemplateProcessor.getInviteeRef()
          Gets the value of the attribute: inviteeRef.
protected  WTPrincipalReference InvitationTemplateProcessor.getReplacedUserRef()
          Gets the value of the attribute: replacedUserRef.
 WTPrincipalReference ContainerTeam.getImplicitMembersReference()
          Gets the value of the attribute: IMPLICIT_MEMBERS_REFERENCE.
private  WTPrincipalReference[] AbstractContainerTeamManagedCreator.getPrincRefArray(WTPrincipal confirmed, WTPrincipal guest)
           
 

Methods in wt.inf.team with parameters of type WTPrincipalReference
private  List StandardContainerTeamService.findAHCObjects(WTContainer container, WTPrincipalReference user_ref)
           
private  void StandardContainerTeamService.reassignPermission(AdHocControlled ahc_obj, WTPrincipalReference old_user_ref, WTPrincipalReference new_user_ref)
           
private  boolean StandardContainerTeamService.isUserEquivOrNested(WTPrincipalReference principalRef, WTUser user)
           
protected  void InvitationTemplateProcessor.setInviteeRef(WTPrincipalReference a_InviteeRef)
          Sets the value of the attribute: inviteeRef.
private  void InvitationTemplateProcessor.inviteeRefValidate(WTPrincipalReference a_InviteeRef)
           
protected  void InvitationTemplateProcessor.setReplacedUserRef(WTPrincipalReference a_ReplacedUserRef)
          Sets the value of the attribute: replacedUserRef.
private  void InvitationTemplateProcessor.replacedUserRefValidate(WTPrincipalReference a_ReplacedUserRef)
           
 void ContainerTeam.setImplicitMembersReference(WTPrincipalReference a_ImplicitMembersReference)
          Sets the value of the attribute: IMPLICIT_MEMBERS_REFERENCE.
private  void ContainerTeam.implicitMembersReferenceValidate(WTPrincipalReference a_ImplicitMembersReference)
           
 

Uses of WTPrincipalReference in wt.inf.template
 

Fields in wt.inf.template declared as WTPrincipalReference
private  WTPrincipalReference DefaultWTContainerTemplate.creator
           
 

Methods in wt.inf.template that return WTPrincipalReference
 WTPrincipalReference DefaultWTContainerTemplate.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference DefaultWTContainerTemplate.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference DefaultWTContainerTemplate.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in wt.inf.template with parameters of type WTPrincipalReference
private  void DefaultWTContainerTemplate.setCreator(WTPrincipalReference principalRef)
           
 

Uses of WTPrincipalReference in wt.inf.template.creator
 

Fields in wt.inf.template.creator declared as WTPrincipalReference
protected static WTPrincipalReference[] AbstractWTContainerCreator.EMPTY_USER_ARRAY
           
 

Methods in wt.inf.template.creator with parameters of type WTPrincipalReference
protected  void AbstractWTContainerCreator.createAccessControlRule(WTContainerCreateRequest req, AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions)
           
 

Uses of WTPrincipalReference in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets that return WTPrincipalReference
private  WTPrincipalReference NMACLRuleIXHandler.getRulePrincipal(IxbElement element, Importer importer)
           
 

Methods in wt.ixb.handlers.netmarkets with parameters of type WTPrincipalReference
 void TeamExportHolder.addMemberToRole(Role role, WTPrincipalReference member)
           
 void TeamExportHolder.removeMember(Role role, WTPrincipalReference member)
           
 boolean TeamExportHolder.roleHasMember(Role role, WTPrincipalReference member)
           
 

Uses of WTPrincipalReference in wt.lifecycle
 

Fields in wt.lifecycle declared as WTPrincipalReference
private  WTPrincipalReference LifeCycleSignature.signer
           
private  WTPrincipalReference LifeCycleSignature.signer
           
 

Methods in wt.lifecycle that return WTPrincipalReference
 WTPrincipalReference Signable.getSigner()
          Gets the object for the association that plays role: SIGNER.
 WTPrincipalReference LifeCycleSignature.getSigner()
          Gets the object for the association that plays role: SIGNER.
 WTPrincipalReference Signable.getSigner()
          Gets the object for the association that plays role: SIGNER.
 WTPrincipalReference LifeCycleSignature.getSigner()
          Gets the object for the association that plays role: SIGNER.
 

Methods in wt.lifecycle with parameters of type WTPrincipalReference
 void Signable.setSigner(WTPrincipalReference a_Signer)
          Sets the object for the association that plays role: SIGNER.
 void LifeCycleSignature.setSigner(WTPrincipalReference a_Signer)
          Sets the object for the association that plays role: SIGNER.
private  void LifeCycleSignature.signerValidate(WTPrincipalReference a_Signer)
           
private static String LifeCycleExportImportHandler.stringRoleHolder(Role role, WTPrincipalReference principal)
           
 void Signable.setSigner(WTPrincipalReference a_Signer)
          Sets the object for the association that plays role: SIGNER.
 void LifeCycleSignature.setSigner(WTPrincipalReference a_Signer)
          Sets the object for the association that plays role: SIGNER.
private  void LifeCycleSignature.signerValidate(WTPrincipalReference a_Signer)
           
private static String LifeCycleExportImportHandler.stringRoleHolder(Role role, WTPrincipalReference principal)
           
 

Uses of WTPrincipalReference in wt.locks
 

Fields in wt.locks declared as WTPrincipalReference
private  WTPrincipalReference Lock.locker
           
 

Methods in wt.locks that return WTPrincipalReference
static WTPrincipalReference LockHelper.getLockerReference(Lockable object)
          Gets the principal who placed the lock.
 WTPrincipalReference Lockable.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference Lock.getLocker()
          Gets the object for the association that plays role: LOCKER.
 

Methods in wt.locks with parameters of type WTPrincipalReference
 Lockable StandardLockService.lock(Lockable object, WTPrincipalReference locker, String note)
          Provides server-side functionality for the locking of business objects.
 Lockable StandardLockService.lock(Lockable object, WTPrincipalReference locker)
          Defaults the note to be null and invokes the main lock method.
 Lockable StandardLockService.unlock(Lockable object, WTPrincipalReference locker)
          Provides server-side functionality for releasing a business object's lock.
 Lockable LockServiceFwd.lock(Lockable object, WTPrincipalReference locker, String note)
          Provides server-side functionality for the locking of business objects.
 Lockable LockServiceFwd.lock(Lockable object, WTPrincipalReference locker)
          Defaults the note to be null and invokes the main lock method.
 Lockable LockServiceFwd.unlock(Lockable object, WTPrincipalReference locker)
          Provides server-side functionality for releasing a business object's lock.
 Lockable LockService.lock(Lockable object, WTPrincipalReference locker, String note)
          Provides server-side functionality for the locking of business objects.
 Lockable LockService.lock(Lockable object, WTPrincipalReference locker)
          Defaults the note to be null and invokes the main lock method.
 Lockable LockService.unlock(Lockable object, WTPrincipalReference locker)
          Provides server-side functionality for releasing a business object's lock.
static Lockable LockHelper.assignLock(Lockable object, WTPrincipalReference locker, String note)
          Assigns a lock on the given lockable object by the given principal.
static SearchCondition LockHelper.getSearchCondition(Class target, WTPrincipalReference principal, boolean state)
          Gets a SearchCondition to be appended to a query of all the objects that are either locked or unlocked for a given principal.
static Lockable LockHelper.assignLock(Lockable object, WTPrincipalReference locker, String note, Timestamp date)
          Assigns a lock on the given lockable object to the given principal, note and date.
protected  void Lock.setLocker(WTPrincipalReference a_Locker)
          Sets the object for the association that plays role: LOCKER.
private  void Lock.lockerValidate(WTPrincipalReference a_Locker)
           
 void Lock.seize(WTPrincipalReference locker, String note)
          Low-level mechanism that places a lock on an object.
 

Uses of WTPrincipalReference in wt.mail
 

Fields in wt.mail declared as WTPrincipalReference
private  WTPrincipalReference EMailMessage.originator
           
 

Methods in wt.mail that return WTPrincipalReference
 WTPrincipalReference EMailMessage.getOriginator()
          Gets the value of the attribute: ORIGINATOR.
 

Methods in wt.mail with parameters of type WTPrincipalReference
 void EMailMessage.setOriginator(WTPrincipalReference a_Originator)
          Sets the value of the attribute: ORIGINATOR.
 void EMailMessage.addRecipient(WTPrincipalReference recipient)
          Add a specific principal by reference as a recipient of the message.
 void EMailDistributionList.addMember(WTPrincipalReference member)
          Add a principal reference as a member of the distribution list.
 

Uses of WTPrincipalReference in wt.maturity
 

Fields in wt.maturity declared as WTPrincipalReference
private  WTPrincipalReference PromotionNotice.organizationReference
           
private  WTPrincipalReference PromotionIdentificationObject.organizationReference
           
private  WTPrincipalReference MaturityKey.organizationReference
           
 

Methods in wt.maturity that return WTPrincipalReference
 WTPrincipalReference PromotionNotice.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference PromotionIdentificationObject.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference MaturityKey.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference MaturityBaseline.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in wt.maturity with parameters of type WTPrincipalReference
 void PromotionNotice.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void PromotionNotice.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void PromotionIdentificationObject.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void PromotionIdentificationObject.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void MaturityKey.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void MaturityKey.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 

Uses of WTPrincipalReference in wt.meeting
 

Fields in wt.meeting declared as WTPrincipalReference
private  WTPrincipalReference MeetingNotificationProcessor.theWTPrincipalReference
           
private  WTPrincipalReference Meeting.host
           
private  WTPrincipalReference MeetingNotificationProcessor.theWTPrincipalReference
           
private  WTPrincipalReference Meeting.host
           
 

Methods in wt.meeting that return WTPrincipalReference
protected static WTPrincipalReference StandardMeetingService.getPrincipalRef(MeetingCenterMeetingInfo theMeeting)
           
 WTPrincipalReference MeetingNotificationProcessor.getWTPrincipalReference()
          Gets the object for the association that plays role: theWTPrincipalReference.
 WTPrincipalReference Meeting.getHost()
          Gets the value of the attribute: HOST.
protected static WTPrincipalReference StandardMeetingService.getPrincipalRef(MeetingCenterMeetingInfo theMeeting)
           
 WTPrincipalReference MeetingNotificationProcessor.getWTPrincipalReference()
          Gets the object for the association that plays role: theWTPrincipalReference.
 WTPrincipalReference Meeting.getHost()
          Gets the value of the attribute: HOST.
 

Methods in wt.meeting with parameters of type WTPrincipalReference
 void MeetingNotificationProcessor.setWTPrincipalReference(WTPrincipalReference a_WTPrincipalReference)
          Sets the object for the association that plays role: theWTPrincipalReference.
private  void MeetingNotificationProcessor.theWTPrincipalReferenceValidate(WTPrincipalReference a_WTPrincipalReference)
           
 void MeetingCenterMeeting.addHostDelegate(WTPrincipalReference theDelegate)
          

Supported API: false
 void MeetingCenterMeeting.removeHostDelegate(WTPrincipalReference delegateRef)
          

Supported API: false
 void Meeting.setHost(WTPrincipalReference a_Host)
          Sets the value of the attribute: HOST.
private  void Meeting.hostValidate(WTPrincipalReference a_Host)
           
 void MeetingNotificationProcessor.setWTPrincipalReference(WTPrincipalReference a_WTPrincipalReference)
          Sets the object for the association that plays role: theWTPrincipalReference.
private  void MeetingNotificationProcessor.theWTPrincipalReferenceValidate(WTPrincipalReference a_WTPrincipalReference)
           
 void MeetingCenterMeeting.addHostDelegate(WTPrincipalReference theDelegate)
          

Supported API: false
 void MeetingCenterMeeting.removeHostDelegate(WTPrincipalReference delegateRef)
          

Supported API: false
 void Meeting.setHost(WTPrincipalReference a_Host)
          Sets the value of the attribute: HOST.
private  void Meeting.hostValidate(WTPrincipalReference a_Host)
           
 

Constructors in wt.meeting with parameters of type WTPrincipalReference
MeetingNotificationProcessor(ObjectReference a_meetingRef, MeetingOperationType opType, WTPrincipalReference user)
          

Supported API: false
MeetingNotificationProcessor(ObjectReference a_meetingRef, MeetingOperationType opType, WTPrincipalReference user)
          

Supported API: false
 

Uses of WTPrincipalReference in wt.meeting.actionitem
 

Fields in wt.meeting.actionitem declared as WTPrincipalReference
private  WTPrincipalReference DiscreteActionItem.creator
           
 

Methods in wt.meeting.actionitem that return WTPrincipalReference
 WTPrincipalReference DiscreteActionItem.getCreator()
          Gets the object for the association that plays role: CREATOR.
 

Methods in wt.meeting.actionitem with parameters of type WTPrincipalReference
 void DiscreteActionItem.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void DiscreteActionItem.creatorValidate(WTPrincipalReference a_Creator)
           
 

Uses of WTPrincipalReference in wt.notify
 

Fields in wt.notify declared as WTPrincipalReference
private  WTPrincipalReference ObjectNotificationProcessor.ownerReference
           
 

Methods in wt.notify that return WTPrincipalReference
 WTPrincipalReference ObjectNotificationProcessor.getOwnerReference()
          Gets the value of the attribute: ownerReference.
 

Methods in wt.notify with parameters of type WTPrincipalReference
 void WTDistributionList.addPrincipal(WTPrincipalReference principal_ref)
          Adds a principal to the list.
 void ObjectNotificationProcessor.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: ownerReference.
 void DistributionList.addPrincipal(WTPrincipalReference principal_ref)
          Adds a principal to the list.
 

Uses of WTPrincipalReference in wt.occurrence
 

Methods in wt.occurrence that return WTPrincipalReference
 WTPrincipalReference PathOccurrenceUserIBAs.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference PathOccurrenceUserIBAs.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference PathOccurrenceDocumentation.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference PathOccurrenceDocumentation.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference CombinedPathOccurrenceUserIBAs.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference CombinedPathOccurrenceUserIBAs.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference CombinedPathOccurrenceDocumentation.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference CombinedPathOccurrenceDocumentation.getCreator()
          Gets the value of the attribute: CREATOR.
 

Uses of WTPrincipalReference in wt.org
 

Fields in wt.org declared as WTPrincipalReference
static WTPrincipalReference WTPrincipalReference.OWNER
          Constant reference that designates the object's owner.
static WTPrincipalReference WTPrincipalReference.ALL
          Constant reference that designates all existing users.
private  WTPrincipalReference WTOrganization.administrator
           
private  WTPrincipalReference OrganizationServicesEvent.memberRef
           
static WTPrincipalReference WTPrincipalReference.OWNER
          Constant reference that designates the object's owner.
static WTPrincipalReference WTPrincipalReference.ALL
          Constant reference that designates all existing users.
private  WTPrincipalReference WTOrganization.administrator
           
private  WTPrincipalReference OrganizationServicesEvent.memberRef
           
 

Methods in wt.org that return WTPrincipalReference
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference()
          

Supported API: true
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(WTPrincipal principal)
          Creates reference given a principal.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(WTPrincipalReference principalReference)
          Creates reference given a principal reference.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(ObjectIdentifier id)
          Constructs a principal out of its database identifier.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(String dn, String repository)
          Constructs a principal reference from a directory distinguished name and the name of the directory repository that holds the entry specified by the distinguished name.
 WTPrincipalReference WTOrganization.getAdministrator()
          

Supported API: true
 WTPrincipalReference StandardOrganizationServicesManager.getPrincipalReference(String name)
          Deprecated.  
 WTPrincipalReference StandardOrganizationServicesManager.getPrincipalReference(String name, String service)
          Deprecated.  
 WTPrincipalReference StandardOrganizationServicesManager.getPrincipalReference(String name, Class type, DirectoryContextProvider context)
          This method will search for a principal with the given name in the given organization, and return its reference.
 WTPrincipalReference OrganizationServicesManagerFwd.getPrincipalReference(String name)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManagerFwd.getPrincipalReference(String name, String service)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManagerFwd.getPrincipalReference(String name, Class type, DirectoryContextProvider context)
          This method will search for a principal with the given name in the given organization, and return its reference.
 WTPrincipalReference OrganizationServicesManager.getPrincipalReference(String name)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManager.getPrincipalReference(String name, String service)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManager.getPrincipalReference(String name, Class type, DirectoryContextProvider context)
          This method will search for a principal with the given name in the given organization, and return its reference.
 WTPrincipalReference OrganizationServicesEvent.getMemberRef()
          Gets the value of the attribute: memberRef; For group membership change events, reference to principal added or removed from group.
 WTPrincipalReference OrganizationOwnedVersion.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference OrganizationOwnedImpl.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference OrganizationOwnedIdentificationObjectNamespace.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference OrganizationOwned.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference()
          

Supported API: true
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(WTPrincipal principal)
          Creates reference given a principal.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(WTPrincipalReference principalReference)
          Creates reference given a principal reference.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(ObjectIdentifier id)
          Constructs a principal out of its database identifier.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(String dn, String repository)
          Constructs a principal reference from a directory distinguished name and the name of the directory repository that holds the entry specified by the distinguished name.
 WTPrincipalReference WTOrganization.getAdministrator()
          

Supported API: true
 WTPrincipalReference StandardOrganizationServicesManager.getPrincipalReference(String name)
          Deprecated.  
 WTPrincipalReference StandardOrganizationServicesManager.getPrincipalReference(String name, String service)
          Deprecated.  
 WTPrincipalReference StandardOrganizationServicesManager.getPrincipalReference(String name, Class type, DirectoryContextProvider context)
          This method will search for a principal with the given name in the given organization, and return its reference.
 WTPrincipalReference OrganizationServicesManagerFwd.getPrincipalReference(String name)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManagerFwd.getPrincipalReference(String name, String service)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManagerFwd.getPrincipalReference(String name, Class type, DirectoryContextProvider context)
          This method will search for a principal with the given name in the given organization, and return its reference.
 WTPrincipalReference OrganizationServicesManager.getPrincipalReference(String name)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManager.getPrincipalReference(String name, String service)
          Deprecated.  
 WTPrincipalReference OrganizationServicesManager.getPrincipalReference(String name, Class type, DirectoryContextProvider context)
          This method will search for a principal with the given name in the given organization, and return its reference.
 WTPrincipalReference OrganizationServicesEvent.getMemberRef()
          Gets the value of the attribute: memberRef; For group membership change events, reference to principal added or removed from group.
 WTPrincipalReference OrganizationOwnedVersion.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference OrganizationOwnedImpl.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference OrganizationOwnedIdentificationObjectNamespace.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference OrganizationOwned.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.org with parameters of type WTPrincipalReference
protected  boolean WTPrincipalReference.readVersion(WTPrincipalReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(WTPrincipalReference principalReference)
          Creates reference given a principal reference.
protected  void WTPrincipalReference.initialize(WTPrincipalReference principalReference)
          Supports initialization, following construction of an instance.
 void WTOrganization.setAdministrator(WTPrincipalReference administrator)
          

Supported API: true
 WTPrincipal StandardOrganizationServicesManager.inflate(WTPrincipalReference ref)
          

Supported API: false
 boolean StandardOrganizationServicesManager.isMember(WTPrincipalReference group, WTPrincipal principal)
          

Supported API: true
protected  boolean StandardOrganizationServicesManager.isReferenceAccessible(WTPrincipalReference principalRef)
          Determines whether the caller has the right to access the referenced, returns true if caller has the right, false if not

Supported API: false
 WTPrincipal OrganizationServicesManagerFwd.inflate(WTPrincipalReference ref)
          

Supported API: false
 boolean OrganizationServicesManagerFwd.isMember(WTPrincipalReference group, WTPrincipal principal)
          

Supported API: false
 WTPrincipal OrganizationServicesManager.inflate(WTPrincipalReference ref)
          

Supported API: false
 boolean OrganizationServicesManager.isMember(WTPrincipalReference group, WTPrincipal principal)
          

Supported API: true
 void OrganizationServicesEvent.setMemberRef(WTPrincipalReference a_MemberRef)
          Sets the value of the attribute: memberRef; For group membership change events, reference to principal added or removed from group.
private  void OrganizationServicesEvent.memberRefValidate(WTPrincipalReference a_MemberRef)
           
 void OrganizationOwnedVersion.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void OrganizationOwnedImpl.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void OrganizationOwnedIdentificationObjectNamespace.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void OrganizationOwned.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
protected  boolean WTPrincipalReference.readVersion(WTPrincipalReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WTPrincipalReference WTPrincipalReference.newWTPrincipalReference(WTPrincipalReference principalReference)
          Creates reference given a principal reference.
protected  void WTPrincipalReference.initialize(WTPrincipalReference principalReference)
          Supports initialization, following construction of an instance.
 void WTOrganization.setAdministrator(WTPrincipalReference administrator)
          

Supported API: true
 WTPrincipal StandardOrganizationServicesManager.inflate(WTPrincipalReference ref)
          

Supported API: false
 boolean StandardOrganizationServicesManager.isMember(WTPrincipalReference group, WTPrincipal principal)
          

Supported API: true
protected  boolean StandardOrganizationServicesManager.isReferenceAccessible(WTPrincipalReference principalRef)
          Determines whether the caller has the right to access the referenced, returns true if caller has the right, false if not

Supported API: false
 WTPrincipal OrganizationServicesManagerFwd.inflate(WTPrincipalReference ref)
          

Supported API: false
 boolean OrganizationServicesManagerFwd.isMember(WTPrincipalReference group, WTPrincipal principal)
          

Supported API: false
 WTPrincipal OrganizationServicesManager.inflate(WTPrincipalReference ref)
          

Supported API: false
 boolean OrganizationServicesManager.isMember(WTPrincipalReference group, WTPrincipal principal)
          

Supported API: true
 void OrganizationServicesEvent.setMemberRef(WTPrincipalReference a_MemberRef)
          Sets the value of the attribute: memberRef; For group membership change events, reference to principal added or removed from group.
private  void OrganizationServicesEvent.memberRefValidate(WTPrincipalReference a_MemberRef)
           
 void OrganizationOwnedVersion.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void OrganizationOwnedImpl.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void OrganizationOwnedIdentificationObjectNamespace.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void OrganizationOwned.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 

Uses of WTPrincipalReference in wt.org.electronicIdentity
 

Methods in wt.org.electronicIdentity with parameters of type WTPrincipalReference
 void SignatureEngine.validateSig(WTPrincipalReference user, Properties variables)
          Check if signature as defined by variables is valid for the given user.
 

Uses of WTPrincipalReference in wt.org.electronicIdentity.engines
 

Methods in wt.org.electronicIdentity.engines with parameters of type WTPrincipalReference
 void LDAPPasswordSignatureEngine.validateSig(WTPrincipalReference principal, Properties properties)
           
 void LDAPFDACompliantSignatureEngine.validateSig(WTPrincipalReference principal, Properties properties)
           
 

Uses of WTPrincipalReference in wt.ownership
 

Fields in wt.ownership declared as WTPrincipalReference
private  WTPrincipalReference Ownership.owner
           
 

Methods in wt.ownership that return WTPrincipalReference
static WTPrincipalReference OwnershipHelper.getOwnerReference(Ownable obj)
          Retrieve the Owner Reference of the supplied object.
 WTPrincipalReference Ownership.getOwner()
          Gets the object for the association that plays role: OWNER.
 

Methods in wt.ownership with parameters of type WTPrincipalReference
 void Ownership.setOwner(WTPrincipalReference a_Owner)
          Sets the object for the association that plays role: OWNER.
private  void Ownership.ownerValidate(WTPrincipalReference a_Owner)
           
 

Uses of WTPrincipalReference in wt.part
 

Fields in wt.part declared as WTPrincipalReference
private  WTPrincipalReference WTProductInstance2.sessionOwner
           
private  WTPrincipalReference WTProductConfiguration.sessionOwner
           
private  WTPrincipalReference WTPartMasterKey.organizationReference
           
private  WTPrincipalReference WTPartMasterIdentity.organizationReference
           
private  WTPrincipalReference WTPartMaster.organizationReference
           
 

Methods in wt.part that return WTPrincipalReference
 WTPrincipalReference WTProductInstanceMaster.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTProductInstance2.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTProductInstance2.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference WTProductInstance2.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference WTProductInstance2.getSessionOwner()
          Gets the object for the association that plays role: SESSION_OWNER.
 WTPrincipalReference WTProductConfigurationMaster.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTProductConfiguration.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTProductConfiguration.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference WTProductConfiguration.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference WTProductConfiguration.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference WTProductConfiguration.getSessionOwner()
          Gets the object for the association that plays role: SESSION_OWNER.
 WTPrincipalReference WTPartMasterKey.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTPartMasterIdentity.getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 WTPrincipalReference WTPartMaster.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 WTPrincipalReference WTPart.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.part with parameters of type WTPrincipalReference
 void WTProductInstanceMaster.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void WTProductInstance2.setSessionOwner(WTPrincipalReference a_SessionOwner)
          Sets the object for the association that plays role: SESSION_OWNER.
private  void WTProductInstance2.sessionOwnerValidate(WTPrincipalReference a_SessionOwner)
           
 void WTProductInstance2.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void WTProductConfigurationMaster.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void WTProductConfiguration.setSessionOwner(WTPrincipalReference a_SessionOwner)
          Sets the object for the association that plays role: SESSION_OWNER.
private  void WTProductConfiguration.sessionOwnerValidate(WTPrincipalReference a_SessionOwner)
           
 void WTProductConfiguration.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 void WTPartMasterKey.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void WTPartMasterKey.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void WTPartMasterIdentity.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
private  void WTPartMasterIdentity.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void WTPartMaster.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void WTPartMaster.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 void WTPart.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 

Uses of WTPrincipalReference in wt.pdmlink
 

Fields in wt.pdmlink declared as WTPrincipalReference
private  WTPrincipalReference PDMLinkProduct.organizationReference
           
 

Methods in wt.pdmlink that return WTPrincipalReference
 WTPrincipalReference PDMLinkProduct.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference PDMLinkProduct.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference PDMLinkProduct.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference PDMLinkProduct.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.pdmlink with parameters of type WTPrincipalReference
 void PDMLinkProduct.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void PDMLinkProduct.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void PDMLinkProduct.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void PDMLinkProduct.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void PDMLinkProduct.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 

Uses of WTPrincipalReference in wt.project
 

Fields in wt.project declared as WTPrincipalReference
private  WTPrincipalReference RoleContentsParticipantRowProcessor.myPrincipalReference
           
 

Methods in wt.project that return WTPrincipalReference
private  WTPrincipalReference WTRoleHolder.replaceNeeded(String pRef)
          Deprecated.  
 WTPrincipalReference StandardProjectService.resolveActorRole(ActorRole actorRole, Persistable object)
          Given an actorRole and an object, resolve the actor role to a principal

Supported API: false
 WTPrincipalReference ProjectServiceSvr.resolveActorRole(ActorRole actorRole, Persistable object)
          Given an actorRole and an object, resolve the actor role to a principal

Supported API: true
 

Methods in wt.project with parameters of type WTPrincipalReference
private  String RoleHolderProcessorService.getPrincipalEmailLink(WTPrincipalReference principal)
          Deprecated.  
 

Constructors in wt.project with parameters of type WTPrincipalReference
RoleContentsParticipantRowProcessor(WTPrincipalReference aPrincipalReference)
          Constructs a RoleContentsParticipantRowProcessor object.
 

Uses of WTPrincipalReference in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as WTPrincipalReference
private  WTPrincipalReference Project2.sponsor
           
private  WTPrincipalReference Project2.organizationReference
           
 

Methods in wt.projmgmt.admin that return WTPrincipalReference
 WTPrincipalReference Project2.getSponsor()
          Gets the value of the attribute: SPONSOR.
 WTPrincipalReference Project2.getAdministratorsReference()
          Gets the value of the attribute: ADMINISTRATORS_REFERENCE.
 WTPrincipalReference Project2.getCreatorReference()
          Gets the value of the attribute: CREATOR_REFERENCE.
 WTPrincipalReference Project2.getOwnerReference()
          Gets the value of the attribute: OWNER_REFERENCE.
 WTPrincipalReference Project2.getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 

Methods in wt.projmgmt.admin with parameters of type WTPrincipalReference
 void Project2.setSponsor(WTPrincipalReference a_Sponsor)
          Sets the value of the attribute: SPONSOR.
private  void Project2.sponsorValidate(WTPrincipalReference a_Sponsor)
           
 void Project2.setAdministratorsReference(WTPrincipalReference a_AdministratorsReference)
          Sets the value of the attribute: ADMINISTRATORS_REFERENCE.
 void Project2.setCreatorReference(WTPrincipalReference a_CreatorReference)
          Sets the value of the attribute: CREATOR_REFERENCE.
 void Project2.setOwnerReference(WTPrincipalReference a_OwnerReference)
          Sets the value of the attribute: OWNER_REFERENCE.
 void Project2.setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
private  void Project2.organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
           
 

Uses of WTPrincipalReference in wt.projmgmt.execution
 

Fields in wt.projmgmt.execution declared as WTPrincipalReference
private  WTPrincipalReference ProjectPlan.managerRef
           
 

Methods in wt.projmgmt.execution that return WTPrincipalReference
 WTPrincipalReference ProjectPlan.getManagerRef()
          Gets the value of the attribute: MANAGER_REF.
protected  WTPrincipalReference ProjectAssignment.checkDelegation(WTPrincipalReference pref)
           
 

Methods in wt.projmgmt.execution with parameters of type WTPrincipalReference
 void ProjectPlan.setManagerRef(WTPrincipalReference a_ManagerRef)
          Sets the value of the attribute: MANAGER_REF.
private  void ProjectPlan.managerRefValidate(WTPrincipalReference a_ManagerRef)
           
protected  WTPrincipalReference ProjectAssignment.checkDelegation(WTPrincipalReference pref)
           
protected  void ProjectAssignment.sendNotification(WorkItem wi, WTPrincipalReference pRef)
           
protected  WorkItem ProjectAssignment.addProjectWorkItem(WTPrincipalReference pRef)
          Calls super.addWorkItem (Role.toRole (DEFAULT_ROLE), pRef)
 void ProjectActivity.addAssignee(WTPrincipalReference principal_ref)
          Adds an assignee passed as argument to a project activity.
 void ProjectActivity.removeAssignee(WTPrincipalReference principal_ref)
          Removes an assignee passed as argument from a project activity.
 

Uses of WTPrincipalReference in wt.projmgmt.monitor
 

Fields in wt.projmgmt.monitor declared as WTPrincipalReference
private  WTPrincipalReference ProjMgmtEvent.creatorRef
           
private  WTPrincipalReference OwnerChangeEvent.oldOwner
           
private  WTPrincipalReference OwnerChangeEvent.newOwner
           
 

Methods in wt.projmgmt.monitor that return WTPrincipalReference
 WTPrincipalReference ProjMgmtEvent.getCreatorRef()
          Gets the value of the attribute: CREATOR_REF.
 WTPrincipalReference OwnerChangeEvent.getOldOwner()
          Gets the value of the attribute: OLD_OWNER.
 WTPrincipalReference OwnerChangeEvent.getNewOwner()
          Gets the value of the attribute: NEW_OWNER.
 

Methods in wt.projmgmt.monitor with parameters of type WTPrincipalReference
 void StandardProjMonitorService.completeWorkItem(ProjectWorkItem work_item, WTPrincipalReference p_ref, Vector events)
          Completes the ProjectWorkItem passed as argument.
private  void StandardProjMonitorService.queueWorkComplete(ProjectWorkItem work_item, WTPrincipalReference p_ref, Vector events)
          Queue work complete: this has to be queued so it is guaranteed to work after the propagation of the percent complete
static void StandardProjMonitorService.workComplete(ObjectIdentifier work_item_id, WTPrincipalReference p_ref, Vector events)
           
 void ProjMonitorServiceFwd.completeWorkItem(ProjectWorkItem work_item, WTPrincipalReference p_ref, Vector events)
          Completes the ProjectWorkItem passed as argument.
 void ProjMonitorService.completeWorkItem(ProjectWorkItem work_item, WTPrincipalReference p_ref, Vector events)
          Completes the ProjectWorkItem passed as argument.
 void ProjMgmtEvent.setCreatorRef(WTPrincipalReference a_CreatorRef)
          Sets the value of the attribute: CREATOR_REF.
private  void ProjMgmtEvent.creatorRefValidate(WTPrincipalReference a_CreatorRef)
           
 void OwnerChangeEvent.setOldOwner(WTPrincipalReference a_OldOwner)
          Sets the value of the attribute: OLD_OWNER.
private  void OwnerChangeEvent.oldOwnerValidate(WTPrincipalReference a_OldOwner)
           
 void OwnerChangeEvent.setNewOwner(WTPrincipalReference a_NewOwner)
          Sets the value of the attribute: NEW_OWNER.
private  void OwnerChangeEvent.newOwnerValidate(WTPrincipalReference a_NewOwner)
           
 

Uses of WTPrincipalReference in wt.projmgmt.msproject
 

Methods in wt.projmgmt.msproject with parameters of type WTPrincipalReference
 void Exporter.exportPrincipal(WTPrincipalReference pRef, String tag)
          Export the Principal.
 

Uses of WTPrincipalReference in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as WTPrincipalReference
private  WTPrincipalReference PersonResource.principalRef
           
 

Methods in wt.projmgmt.resource that return WTPrincipalReference
 WTPrincipalReference PersonResource.getPrincipalRef()
          Gets the value of the attribute: PRINCIPAL_REF.
 

Methods in wt.projmgmt.resource with parameters of type WTPrincipalReference
protected  PersonResource StandardProjResourceService.createPersonResource(ProjectPlan plan, WTPrincipalReference princ_ref)
           
private  String StandardProjResourceService.getPersonResourceName(WTPrincipalReference pRef)
          Get a default name to use for a person resoure based on the principal referenced by the resource.
private  PersonResource StandardProjResourceService.getPersonResource(ProjectPlan plan, WTPrincipalReference user_ref)
           
static WfPrincipalAssignee ProjResourceHelper.createPrincipalAssignee(WTPrincipalReference p_ref)
          Creates a workflow principal assignee given a reference to a user.
 void PersonResource.setPrincipalRef(WTPrincipalReference a_PrincipalRef)
          Sets the value of the attribute: PRINCIPAL_REF.
 

Uses of WTPrincipalReference in wt.projmgmt.util
 

Methods in wt.projmgmt.util with parameters of type WTPrincipalReference
static void ProjMgmtAuditHelper.addSysLogin(WTPrincipalReference user_ref)
          Adds a system login event.
static void ProjMgmtAuditHelper.addProjLogin(WTPrincipalReference user_ref, Project2 project)
          Adds a project login event for a user and a project.
static void ProjMgmtAuditHelper.addProjLogout(WTPrincipalReference user_ref, Project2 project)
          Adds the project logout event for a given user and project.
static Timestamp ProjMgmtAuditHelper.getLastProjLogin(WTPrincipalReference user_ref, Project2 project)
          Returns the time of the last user login to the project passed as argument.
static Timestamp ProjMgmtAuditHelper.getLastSysLogin(WTPrincipalReference user_ref)
          Returns the time of the last user system login.
 

Uses of WTPrincipalReference in wt.query
 

Fields in wt.query declared as WTPrincipalReference
private  WTPrincipalReference SavedQuery.creator
           
 

Methods in wt.query that return WTPrincipalReference
 WTPrincipalReference SavedQuery.getCreator()
          Gets the value of the attribute: CREATOR.
 

Methods in wt.query with parameters of type WTPrincipalReference
 void SavedQuery.setCreator(WTPrincipalReference a_Creator)
          Sets the value of the attribute: CREATOR.
private  void SavedQuery.creatorValidate(WTPrincipalReference a_Creator)
           
 

Uses of WTPrincipalReference in wt.queue
 

Fields in wt.queue declared as WTPrincipalReference
private  WTPrincipalReference WtQueueEntry.entryOwner
           
private  WTPrincipalReference WtQueueEntry.entryOwner
           
 

Methods in wt.queue that return WTPrincipalReference
 WTPrincipalReference WtQueueEntry.getEntryOwner()
          Gets the value of the attribute: ENTRY_OWNER.
 WTPrincipalReference ScheduleQueueEntry.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference QueueEntry.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference WtQueueEntry.getEntryOwner()
          Gets the value of the attribute: ENTRY_OWNER.
 WTPrincipalReference ScheduleQueueEntry.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference QueueEntry.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in wt.queue with parameters of type WTPrincipalReference
 void WtQueueEntry.setEntryOwner(WTPrincipalReference a_EntryOwner)
          Sets the value of the attribute: ENTRY_OWNER.
 void WtQueueEntry.setEntryOwner(WTPrincipalReference a_EntryOwner)
          Sets the value of the attribute: ENTRY_OWNER.
 

Uses of WTPrincipalReference in wt.recent
 

Fields in wt.recent declared as WTPrincipalReference
private  WTPrincipalReference RecentUpdate.ownerRef
           
 

Methods in wt.recent that return WTPrincipalReference
 WTPrincipalReference RecentUpdate.getOwnerRef()
          Gets the value of the attribute: OWNER_REF.
 

Methods in wt.recent with parameters of type WTPrincipalReference
 void RecentUpdate.setOwnerRef(WTPrincipalReference a_OwnerRef)
          Sets the value of the attribute: OWNER_REF.
private  void RecentUpdate.ownerRefValidate(WTPrincipalReference a_OwnerRef)
           
 

Uses of WTPrincipalReference in wt.replication.unit
 

Fields in wt.replication.unit declared as WTPrincipalReference
private  WTPrincipalReference UnitOperationRecord.creator
           
 

Methods in wt.replication.unit that return WTPrincipalReference
 WTPrincipalReference UnitOperationRecord.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference ReplicationBaseline.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in wt.replication.unit with parameters of type WTPrincipalReference
 void UnitOperationRecord.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void UnitOperationRecord.creatorValidate(WTPrincipalReference a_Creator)
           
 

Uses of WTPrincipalReference in wt.sandbox
 

Fields in wt.sandbox declared as WTPrincipalReference
private  WTPrincipalReference SandboxConfigSpec.principal
           
 

Methods in wt.sandbox that return WTPrincipalReference
(package private) static WTPrincipalReference Utilities.getOrganizationReference(WTContainerRef containerRef)
          Determines target organization to use based on a container reference.
 WTPrincipalReference SandboxConfigSpec.getPrincipal()
          Gets the value of the attribute: principal; A reference to the principal for whom the configuration is to be evaluated.
private  WTPrincipalReference SandboxConfigSpec.getPrincipal(boolean useSessionUserOnNull)
           
 WTPrincipalReference SandboxBaseline.getLocker()
          Gets the value of the attribute: LOCKER.
protected  WTPrincipalReference InitialCheckinDataApplicator.getOrganizationReference(InitialCheckinData data)
          Internal utility for use by InitialCheckinDataApplicator and its subclasses to derive the target organization from an InitialCheckinData instance.
 

Methods in wt.sandbox with parameters of type WTPrincipalReference
(package private) static void Utilities.appendOrgIdCriteria(QuerySpec querySpec, Class fromClass, int fromIdx, WTPrincipalReference orgRef)
           
(package private) static boolean Utilities.hasOrgOf(Persistable pObj, WTPrincipalReference orgRef)
           
 WTSet StandardSandboxService.getWorkingCopies(WTPrincipalReference principal, boolean includePersonalCheckouts)
          Get set of sandbox working copies checked out by a given individual.
 WTSet SandboxServiceFwd.getWorkingCopies(WTPrincipalReference principal, boolean includePersonalCheckouts)
          Get set of sandbox working copies checked out by a given individual.
 WTSet SandboxService.getWorkingCopies(WTPrincipalReference principal, boolean includePersonalCheckouts)
          Get set of sandbox working copies checked out by a given individual.
 void SandboxConfigSpec.setPrincipal(WTPrincipalReference a_Principal)
          Sets the value of the attribute: principal; A reference to the principal for whom the configuration is to be evaluated.
private  void SandboxConfigSpec.principalValidate(WTPrincipalReference a_Principal)
           
static SandboxConfigSpec SandboxConfigSpec.newSandboxConfigSpec(WTContainerRef sandboxContainer, boolean useSandboxBaseline, boolean includePersonalCheckouts, WTPrincipalReference principal)
          Creates a SandboxConfigSpec leaving 'userConfigSpec' unspecified/null.
static SandboxConfigSpec SandboxConfigSpec.newSandboxConfigSpec(WTContainerRef sandboxContainer, boolean useSandboxBaseline, boolean includePersonalCheckouts, WTPrincipalReference principal, ConfigSpec userConfigSpec)
          A ConfigSpec via which iterations will be selected when neither the sandbox nor its baseline contains an appropriate iteration.
private static Collection CheckinConflictFinder.getExistingMastersWithNumberConflicts(Class refClass, WTPrincipalReference orgRef, WTContainerRef namespaceRef, Collection refColl, Collection numberColl)
           
 

Uses of WTPrincipalReference in wt.scheduler
 

Fields in wt.scheduler declared as WTPrincipalReference
private  WTPrincipalReference ScheduleItem.principalRef
           
 

Methods in wt.scheduler that return WTPrincipalReference
 WTPrincipalReference ScheduleItem.getPrincipalRef()
          Gets the value of the attribute: PRINCIPAL_REF.
 

Methods in wt.scheduler with parameters of type WTPrincipalReference
 void ScheduleItem.setPrincipalRef(WTPrincipalReference a_PrincipalRef)
          Sets the value of the attribute: PRINCIPAL_REF.
 

Uses of WTPrincipalReference in wt.session
 

Methods in wt.session that return WTPrincipalReference
 WTPrincipalReference StandardSessionManager.getPrincipalReference()
          Retrieves a reference to the current principal.
 WTPrincipalReference SessionManagerFwd.getPrincipalReference()
          Retrieves a reference to the current principal.
 WTPrincipalReference SessionManager.getPrincipalReference()
          Retrieves a reference to the current principal.
 

Uses of WTPrincipalReference in wt.team
 

Fields in wt.team declared as WTPrincipalReference
private  WTPrincipalReference RolePrincipalMap.principalParticipant
           
private  WTPrincipalReference RolePrincipalMap.principalParticipant
           
 

Methods in wt.team that return WTPrincipalReference
 WTPrincipalReference TeamServiceSvr.resolveActorRole(ActorRole actorRole, Persistable object)
          Given an actorRole and an object, resolve the actor role to a principal

Supported API: false
 WTPrincipalReference StandardTeamService.resolveActorRole(ActorRole actorRole, Persistable object)
          Given an actorRole and an object, resolve the actor role to a principal

Supported API: false
 WTPrincipalReference RolePrincipalMap.getPrincipalParticipant()
          Gets the object for the association that plays role: PRINCIPAL_PARTICIPANT.
 WTPrincipalReference TeamServiceSvr.resolveActorRole(ActorRole actorRole, Persistable object)
          Given an actorRole and an object, resolve the actor role to a principal

Supported API: false
 WTPrincipalReference StandardTeamService.resolveActorRole(ActorRole actorRole, Persistable object)
          Given an actorRole and an object, resolve the actor role to a principal

Supported API: false
 WTPrincipalReference RolePrincipalMap.getPrincipalParticipant()
          Gets the object for the association that plays role: PRINCIPAL_PARTICIPANT.
 

Methods in wt.team with parameters of type WTPrincipalReference
private  StringBuffer TeamRoleHolderProcessorService.getPrincipalEmailLink(WTPrincipalReference principal)
           
private  RolePrincipalMap StandardTeamService.createRolePrincipalMap(Role role, WTPrincipalReference principalRef, WTRoleHolder2 roleHolder)
           
private  Hashtable StandardTeamService.addToHash(Hashtable hash, Role role, WTPrincipalReference pRef)
           
private  Hashtable StandardTeamService.removeFromHash(Hashtable hash, Role role, WTPrincipalReference pRef)
           
 void RolePrincipalMap.setPrincipalParticipant(WTPrincipalReference a_PrincipalParticipant)
          Sets the object for the association that plays role: PRINCIPAL_PARTICIPANT.
private  void RolePrincipalMap.principalParticipantValidate(WTPrincipalReference a_PrincipalParticipant)
           
private  StringBuffer TeamRoleHolderProcessorService.getPrincipalEmailLink(WTPrincipalReference principal)
           
private  RolePrincipalMap StandardTeamService.createRolePrincipalMap(Role role, WTPrincipalReference principalRef, WTRoleHolder2 roleHolder)
           
private  Hashtable StandardTeamService.addToHash(Hashtable hash, Role role, WTPrincipalReference pRef)
           
private  Hashtable StandardTeamService.removeFromHash(Hashtable hash, Role role, WTPrincipalReference pRef)
           
 void RolePrincipalMap.setPrincipalParticipant(WTPrincipalReference a_PrincipalParticipant)
          Sets the object for the association that plays role: PRINCIPAL_PARTICIPANT.
private  void RolePrincipalMap.principalParticipantValidate(WTPrincipalReference a_PrincipalParticipant)
           
 

Uses of WTPrincipalReference in wt.transfer.unit
 

Methods in wt.transfer.unit that return WTPrincipalReference
 WTPrincipalReference ImportObjectGraph.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference ImportObjectGraph.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference ExportObjectGraph.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference ExportObjectGraph.getCreator()
          Gets the value of the attribute: CREATOR.
 

Uses of WTPrincipalReference in wt.vc
 

Fields in wt.vc declared as WTPrincipalReference
private  WTPrincipalReference IterationInfo.modifier
           
private  WTPrincipalReference IterationInfo.creator
           
private  WTPrincipalReference IterationInfo.modifier
           
private  WTPrincipalReference IterationInfo.creator
           
 

Methods in wt.vc that return WTPrincipalReference
static WTPrincipalReference VersionControlHelper.getIterationModifier(Iterated iteration)
          Gets the creator/updater (reference) of the iteration.
static WTPrincipalReference VersionControlHelper.getVersionCreator(Iterated iteration)
          Gets the creator (reference) of the version.
 WTPrincipalReference IterationInfo.getModifier()
          Gets the object for the association that plays role: MODIFIER.
 WTPrincipalReference IterationInfo.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference IterationInfo.getCreatorOrig()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference Iterated.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference Iterated.getCreator()
          Gets the value of the attribute: CREATOR.
static WTPrincipalReference VersionControlHelper.getIterationModifier(Iterated iteration)
          Gets the creator/updater (reference) of the iteration.
static WTPrincipalReference VersionControlHelper.getVersionCreator(Iterated iteration)
          Gets the creator (reference) of the version.
 WTPrincipalReference IterationInfo.getModifier()
          Gets the object for the association that plays role: MODIFIER.
 WTPrincipalReference IterationInfo.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference IterationInfo.getCreatorOrig()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference Iterated.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference Iterated.getCreator()
          Gets the value of the attribute: CREATOR.
 

Methods in wt.vc with parameters of type WTPrincipalReference
static void VersionControlHelper.setIterationModifier(Iterated iteration, WTPrincipalReference creator)
          Sets the creator/updater of the iteration.
static Iterated VersionControlHelper.assignIterationCreator(Iterated iteration, WTPrincipalReference creator)
          Assigns a creator on the given iterated object to the given principal.
protected  void IterationInfo.setModifier(WTPrincipalReference a_Modifier)
          Sets the object for the association that plays role: MODIFIER.
private  void IterationInfo.modifierValidate(WTPrincipalReference a_Modifier)
           
protected  void IterationInfo.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void IterationInfo.creatorValidate(WTPrincipalReference a_Creator)
           
static void VersionControlHelper.setIterationModifier(Iterated iteration, WTPrincipalReference creator)
          Sets the creator/updater of the iteration.
static Iterated VersionControlHelper.assignIterationCreator(Iterated iteration, WTPrincipalReference creator)
          Assigns a creator on the given iterated object to the given principal.
protected  void IterationInfo.setModifier(WTPrincipalReference a_Modifier)
          Sets the object for the association that plays role: MODIFIER.
private  void IterationInfo.modifierValidate(WTPrincipalReference a_Modifier)
           
protected  void IterationInfo.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void IterationInfo.creatorValidate(WTPrincipalReference a_Creator)
           
 

Uses of WTPrincipalReference in wt.vc.baseline
 

Methods in wt.vc.baseline that return WTPrincipalReference
 WTPrincipalReference ManagedBaseline.getLocker()
          Gets the value of the attribute: LOCKER.
 

Uses of WTPrincipalReference in wt.vc.sessioniteration
 

Methods in wt.vc.sessioniteration that return WTPrincipalReference
 WTPrincipalReference SessionEditedIteration.getSessionOwner()
          Gets the object for the association that plays role: SESSION_OWNER.
 

Methods in wt.vc.sessioniteration with parameters of type WTPrincipalReference
 void SessionEditedIteration.setSessionOwner(WTPrincipalReference a_SessionOwner)
          Sets the object for the association that plays role: SESSION_OWNER.
 

Uses of WTPrincipalReference in wt.vc.wip
 

Methods in wt.vc.wip with parameters of type WTPrincipalReference
private  WTCollection StandardWorkInProgressService.setIterationModifier(WTCollection objects, WTPrincipalReference userRef)
           
private  WTCollection StandardWorkInProgressService.setIterationModifier(WTCollection objects, WTPrincipalReference userRef)
           
 

Uses of WTPrincipalReference in wt.viewmarkup
 

Methods in wt.viewmarkup that return WTPrincipalReference
 WTPrincipalReference WTMarkUp.getLocker()
          Gets the value of the attribute: LOCKER.
 WTPrincipalReference WTMarkUp.getLocker()
          Gets the value of the attribute: LOCKER.
 

Uses of WTPrincipalReference in wt.workflow.collaboration
 

Methods in wt.workflow.collaboration with parameters of type WTPrincipalReference
 void StandardCollaborationService.unsubscribe(CollaborationContainer container, WTPrincipalReference user, String event_key)
          Unsubscribes the list of users from the given CollaborationContainer.
 void CollaborationServiceFwd.unsubscribe(CollaborationContainer container, WTPrincipalReference user, String event_key)
          Unsubscribes the list of users from the given CollaborationContainer.
 void CollaborationService.unsubscribe(CollaborationContainer container, WTPrincipalReference user, String event_key)
          Unsubscribes the list of users from the given CollaborationContainer.
 

Uses of WTPrincipalReference in wt.workflow.definer
 

Fields in wt.workflow.definer declared as WTPrincipalReference
private  WTPrincipalReference WfProcessTemplate.creator
           
 

Methods in wt.workflow.definer that return WTPrincipalReference
 WTPrincipalReference WfProcessTemplate.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference WfProcessTemplate.getModifier()
          Gets the value of the attribute: MODIFIER.
 WTPrincipalReference WfProcessTemplate.getLocker()
          Gets the value of the attribute: LOCKER.
 

Methods in wt.workflow.definer with parameters of type WTPrincipalReference
 void WfProcessTemplate.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void WfProcessTemplate.creatorValidate(WTPrincipalReference a_Creator)
           
 boolean WfAssignedActivityTemplate.addPrincipal(WTPrincipalReference principal_ref)
          Add principal to the template given a reference to it.
 boolean WfAssignedActivityTemplate.removePrincipal(WTPrincipalReference principal_ref)
          Remove principal from the template given a reference to it.
 

Uses of WTPrincipalReference in wt.workflow.engine
 

Fields in wt.workflow.engine declared as WTPrincipalReference
private  WTPrincipalReference WfVotingEventAudit.assigneeRef
           
private  WTPrincipalReference WfProcess.creator
           
private  WTPrincipalReference WfEventAudit.userRef
           
private  WTPrincipalReference WfAssignmentEventAudit.oldAssigneeRef
           
private  WTPrincipalReference WfAssignmentEventAudit.newAssigneeRef
           
private  WTPrincipalReference WfVotingEventAudit.assigneeRef
           
private  WTPrincipalReference WfProcess.creator
           
private  WTPrincipalReference WfEventAudit.userRef
           
private  WTPrincipalReference WfAssignmentEventAudit.oldAssigneeRef
           
private  WTPrincipalReference WfAssignmentEventAudit.newAssigneeRef
           
 

Methods in wt.workflow.engine that return WTPrincipalReference
 WTPrincipalReference WfVotingEventAudit.getAssigneeRef()
          Gets the value of the attribute: ASSIGNEE_REF.
 WTPrincipalReference WfProcess.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference WfEventAudit.getUserRef()
          Gets the value of the attribute: USER_REF.
 WTPrincipalReference WfContainer.getCreator()
          Returns container creator in case it is a process or host process' cretaor in case it is a block.
 WTPrincipalReference WfBlock.getCreator()
          Returns parent process' creator.
 WTPrincipalReference WfAssignmentEventAudit.getOldAssigneeRef()
          Gets the value of the attribute: OLD_ASSIGNEE_REF.
 WTPrincipalReference WfAssignmentEventAudit.getNewAssigneeRef()
          Gets the value of the attribute: NEW_ASSIGNEE_REF.
 WTPrincipalReference WfVotingEventAudit.getAssigneeRef()
          Gets the value of the attribute: ASSIGNEE_REF.
 WTPrincipalReference WfProcess.getCreator()
          Gets the value of the attribute: CREATOR.
 WTPrincipalReference WfEventAudit.getUserRef()
          Gets the value of the attribute: USER_REF.
 WTPrincipalReference WfContainer.getCreator()
          Returns container creator in case it is a process or host process' cretaor in case it is a block.
 WTPrincipalReference WfBlock.getCreator()
          Returns parent process' creator.
 WTPrincipalReference WfAssignmentEventAudit.getOldAssigneeRef()
          Gets the value of the attribute: OLD_ASSIGNEE_REF.
 WTPrincipalReference WfAssignmentEventAudit.getNewAssigneeRef()
          Gets the value of the attribute: NEW_ASSIGNEE_REF.
 

Methods in wt.workflow.engine with parameters of type WTPrincipalReference
 void WfVotingEventAudit.setAssigneeRef(WTPrincipalReference a_AssigneeRef)
          Sets the value of the attribute: ASSIGNEE_REF.
 void WfProcess.setCreator(WTPrincipalReference a_Creator)
          Sets the value of the attribute: CREATOR.
private  void WfProcess.creatorValidate(WTPrincipalReference a_Creator)
           
protected  void WfProcess.setProcessAttributes(WfContainerTemplate template, WTPrincipalReference creator, Object team_spec, WTContainerRef context_ref)
          Set basic process attributes, based on the template and other information passed as arguments.
 Role WfProcess.getRoleFor(WTPrincipalReference pRef, Enumeration candidateRoles)
          Answer the role associated with the assignee.
static void WfEventHelper.createVotingEvent(WfEventAuditType event_type, WfExecutionObject exec_obj, Role role, WTPrincipalReference assignee_ref, String comment, Vector event_list, boolean is_signed, boolean is_required)
          Creates and stores WfVotingEventAudit objects.
 void WfEventAudit.setUserRef(WTPrincipalReference a_UserRef)
          Sets the value of the attribute: USER_REF.
 WTCollection WfEngineServiceFwd.getAssignmentEvents(WfProcess process, Role role, WTPrincipalReference new_assignee_ref, WTPrincipalReference old_assignee_ref, WTReference bus_obj_ref)
          Returns all the reassignment events for the process, role, old assignee, new assignee and business object passed as argument.
 WTCollection WfEngineServiceFwd.getVotingEvents(WfProcess process, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the voting events for the process, role, assignee and business object passed as argument.
 WTCollection WfEngineServiceFwd.getDataEvents(WfExecutionObject exec_obj, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the data events for the execution object (process or activity), role, assignee, and business object passed as arguments.
 WTCollection WfEngineService.getAssignmentEvents(WfProcess process, Role role, WTPrincipalReference new_assignee_ref, WTPrincipalReference old_assignee_ref, WTReference bus_obj_ref)
          Returns all the reassignment events for the process, role, old assignee, new assignee and business object passed as argument.
 WTCollection WfEngineService.getVotingEvents(WfProcess process, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the voting events for the process, role, assignee and business object passed as argument.
 WTCollection WfEngineService.getDataEvents(WfExecutionObject exec_obj, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the data events for the execution object (process or activity), role, assignee, and business object passed as arguments.
 void WfAssignmentEventAudit.setOldAssigneeRef(WTPrincipalReference a_OldAssigneeRef)
          Sets the value of the attribute: OLD_ASSIGNEE_REF.
 void WfAssignmentEventAudit.setNewAssigneeRef(WTPrincipalReference a_NewAssigneeRef)
          Sets the value of the attribute: NEW_ASSIGNEE_REF.
 WTCollection StandardWfEngineService.getAssignmentEvents(WfProcess process, Role role, WTPrincipalReference new_assignee_ref, WTPrincipalReference old_assignee_ref, WTReference bus_obj_ref)
          Returns all the reassignment events for the process, role, old assignee, new assignee and business object passed as argument.
 WTCollection StandardWfEngineService.getVotingEvents(WfProcess process, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the voting events for the process, role, assignee and business object passed as argument.
 WTCollection StandardWfEngineService.getDataEvents(WfExecutionObject exec_obj, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the data events for the execution object (process or activity), role, assignee, and business object passed as arguments.
private  void StandardWfEngineService.addPrin(Vector v, WTPrincipalReference pRef)
           
 void WfVotingEventAudit.setAssigneeRef(WTPrincipalReference a_AssigneeRef)
          Sets the value of the attribute: ASSIGNEE_REF.
 void WfProcess.setCreator(WTPrincipalReference a_Creator)
          Sets the value of the attribute: CREATOR.
private  void WfProcess.creatorValidate(WTPrincipalReference a_Creator)
           
protected  void WfProcess.setProcessAttributes(WfContainerTemplate template, WTPrincipalReference creator, Object team_spec, WTContainerRef context_ref)
          Set basic process attributes, based on the template and other information passed as arguments.
 Role WfProcess.getRoleFor(WTPrincipalReference pRef, Enumeration candidateRoles)
          Answer the role associated with the assignee.
static void WfEventHelper.createVotingEvent(WfEventAuditType event_type, WfExecutionObject exec_obj, Role role, WTPrincipalReference assignee_ref, String comment, Vector event_list, boolean is_signed, boolean is_required)
          Creates and stores WfVotingEventAudit objects.
 void WfEventAudit.setUserRef(WTPrincipalReference a_UserRef)
          Sets the value of the attribute: USER_REF.
 WTCollection WfEngineServiceFwd.getAssignmentEvents(WfProcess process, Role role, WTPrincipalReference new_assignee_ref, WTPrincipalReference old_assignee_ref, WTReference bus_obj_ref)
          Returns all the reassignment events for the process, role, old assignee, new assignee and business object passed as argument.
 WTCollection WfEngineServiceFwd.getVotingEvents(WfProcess process, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the voting events for the process, role, assignee and business object passed as argument.
 WTCollection WfEngineServiceFwd.getDataEvents(WfExecutionObject exec_obj, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the data events for the execution object (process or activity), role, assignee, and business object passed as arguments.
 WTCollection WfEngineService.getAssignmentEvents(WfProcess process, Role role, WTPrincipalReference new_assignee_ref, WTPrincipalReference old_assignee_ref, WTReference bus_obj_ref)
          Returns all the reassignment events for the process, role, old assignee, new assignee and business object passed as argument.
 WTCollection WfEngineService.getVotingEvents(WfProcess process, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the voting events for the process, role, assignee and business object passed as argument.
 WTCollection WfEngineService.getDataEvents(WfExecutionObject exec_obj, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the data events for the execution object (process or activity), role, assignee, and business object passed as arguments.
 void WfAssignmentEventAudit.setOldAssigneeRef(WTPrincipalReference a_OldAssigneeRef)
          Sets the value of the attribute: OLD_ASSIGNEE_REF.
 void WfAssignmentEventAudit.setNewAssigneeRef(WTPrincipalReference a_NewAssigneeRef)
          Sets the value of the attribute: NEW_ASSIGNEE_REF.
 WTCollection StandardWfEngineService.getAssignmentEvents(WfProcess process, Role role, WTPrincipalReference new_assignee_ref, WTPrincipalReference old_assignee_ref, WTReference bus_obj_ref)
          Returns all the reassignment events for the process, role, old assignee, new assignee and business object passed as argument.
 WTCollection StandardWfEngineService.getVotingEvents(WfProcess process, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the voting events for the process, role, assignee and business object passed as argument.
 WTCollection StandardWfEngineService.getDataEvents(WfExecutionObject exec_obj, Role role, WTPrincipalReference user_ref, WTReference bus_obj_ref)
          Returns all the data events for the execution object (process or activity), role, assignee, and business object passed as arguments.
private  void StandardWfEngineService.addPrin(Vector v, WTPrincipalReference pRef)
           
 

Uses of WTPrincipalReference in wt.workflow.forum
 

Fields in wt.workflow.forum declared as WTPrincipalReference
private  WTPrincipalReference ForumCookie.user
           
private  WTPrincipalReference ForumCookie.user
           
 

Methods in wt.workflow.forum that return WTPrincipalReference
 WTPrincipalReference ForumCookie.getUser()
          Gets the value of the attribute: USER.
 WTPrincipalReference ForumCookie.getUser()
          Gets the value of the attribute: USER.
 

Methods in wt.workflow.forum with parameters of type WTPrincipalReference
 void ForumCookie.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: USER.
private  void ForumCookie.userValidate(WTPrincipalReference a_User)
           
static ForumCookie ForumCookie.newForumCookie(WTPrincipalReference user, Vector postings, Timestamp lastRead)
          

Supported API: false
protected  void ForumCookie.initialize(WTPrincipalReference user, Vector postings, Timestamp lastRead)
          Supports initialization, following construction of an instance.
static ForumCookie ForumCookie.newForumCookie(WTPrincipalReference user, Vector postings, Timestamp lastRead, DiscussionForum forum)
          

Supported API: false
protected  void ForumCookie.initialize(WTPrincipalReference user, Vector postings, Timestamp lastRead, DiscussionForum forum)
          Supports initialization, following construction of an instance.
 void ForumCookie.setUser(WTPrincipalReference a_User)
          Sets the value of the attribute: USER.
private  void ForumCookie.userValidate(WTPrincipalReference a_User)
           
static ForumCookie ForumCookie.newForumCookie(WTPrincipalReference user, Vector postings, Timestamp lastRead)
          

Supported API: false
protected  void ForumCookie.initialize(WTPrincipalReference user, Vector postings, Timestamp lastRead)
          Supports initialization, following construction of an instance.
static ForumCookie ForumCookie.newForumCookie(WTPrincipalReference user, Vector postings, Timestamp lastRead, DiscussionForum forum)
          

Supported API: false
protected  void ForumCookie.initialize(WTPrincipalReference user, Vector postings, Timestamp lastRead, DiscussionForum forum)
          Supports initialization, following construction of an instance.
 

Uses of WTPrincipalReference in wt.workflow.notebook
 

Fields in wt.workflow.notebook declared as WTPrincipalReference
private  WTPrincipalReference Bookmark.creator
           
private  WTPrincipalReference Bookmark.modifier
           
private  WTPrincipalReference Bookmark.creator
           
private  WTPrincipalReference Bookmark.modifier
           
 

Methods in wt.workflow.notebook that return WTPrincipalReference
 WTPrincipalReference Bookmark.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference Bookmark.getModifier()
          Gets the object for the association that plays role: MODIFIER.
 WTPrincipalReference Bookmark.getCreator()
          Gets the object for the association that plays role: CREATOR.
 WTPrincipalReference Bookmark.getModifier()
          Gets the object for the association that plays role: MODIFIER.
 

Methods in wt.workflow.notebook with parameters of type WTPrincipalReference
 void Bookmark.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void Bookmark.creatorValidate(WTPrincipalReference a_Creator)
           
 void Bookmark.setModifier(WTPrincipalReference a_Modifier)
          Sets the object for the association that plays role: MODIFIER.
private  void Bookmark.modifierValidate(WTPrincipalReference a_Modifier)
           
 void Bookmark.setCreator(WTPrincipalReference a_Creator)
          Sets the object for the association that plays role: CREATOR.
private  void Bookmark.creatorValidate(WTPrincipalReference a_Creator)
           
 void Bookmark.setModifier(WTPrincipalReference a_Modifier)
          Sets the object for the association that plays role: MODIFIER.
private  void Bookmark.modifierValidate(WTPrincipalReference a_Modifier)
           
 

Uses of WTPrincipalReference in wt.workflow.work
 

Fields in wt.workflow.work declared as WTPrincipalReference
private  WTPrincipalReference WorkItem.delegate
           
private  WTPrincipalReference WfPrincipalAssignee.principal
           
private  WTPrincipalReference WfBallot.voter
           
private  WTPrincipalReference WfBallot.delegate
           
 

Methods in wt.workflow.work that return WTPrincipalReference
 WTPrincipalReference WorkItem.getDelegate()
          Gets the object for the association that plays role: DELEGATE.
 WTPrincipalReference WfPrincipalAssignee.getPrincipal()
          Gets the value of the attribute: principal.
 WTPrincipalReference WfBallot.getVoter()
          Gets the value of the attribute: VOTER.
 WTPrincipalReference WfBallot.getDelegate()
          Gets the object for the association that plays role: DELEGATE.
private  WTPrincipalReference WfAssignment.resolveActorRole(WfProcess myParent, ActorRole aRole)
           
protected  WTPrincipalReference WfAssignment.checkDelegation(WTPrincipalReference pref)
           
private  WTPrincipalReference WfAssignedActivity.resolveActorRole(WfProcess myParent, ActorRole aRole)
           
 

Methods in wt.workflow.work with parameters of type WTPrincipalReference
 void WorkItem.setDelegate(WTPrincipalReference a_Delegate)
          Sets the object for the association that plays role: DELEGATE.
private  void WorkItem.delegateValidate(WTPrincipalReference a_Delegate)
           
 void WorkflowServiceSvr.setTaskBasedRights(WorkItem wi, WTPrincipalReference p_ref)
          Add rights to assignee that are defined in activity variables the reference persistable objects.
 void WorkflowServiceFwd.workComplete(WorkItem workItem, WTPrincipalReference principalRef, Vector eventList)
          Declare a workItem complete and transmit the event(s) to trigger.
 void WorkflowServiceFwd.workComplete(ObjectReference workItemRef, WTPrincipalReference principalRef, Vector eventList)
          Declare a workItem complete and transmit the event(s) to trigger.
 void WorkflowServiceFwd.markWorkItemComplete(WorkItem workItem, WTPrincipalReference completedBy)
          Deprecated. Since R2 Mark the work item complete.
 void WorkflowServiceFwd.checkoutTo(WTObject object, WTPrincipalReference pRef, Role role, ActorRole actorRole, ObjectReference activityRef)
          checkout a business object to a principal.
 void WorkflowService.workComplete(WorkItem workItem, WTPrincipalReference principalRef, Vector eventList)
          Declare a workItem complete and transmit the event(s) to trigger.
 void WorkflowService.workComplete(ObjectReference workItemRef, WTPrincipalReference principalRef, Vector eventList)
          Declare a workItem complete and transmit the event(s) to trigger.
 void WorkflowService.markWorkItemComplete(WorkItem workItem, WTPrincipalReference completedBy)
          Deprecated. Since R2 Mark the work item complete.
 void WorkflowService.checkoutTo(WTObject object, WTPrincipalReference pRef, Role role, ActorRole actorRole, ObjectReference activityRef)
          checkout a business object to a principal.
 void WfPrincipalAssignee.setPrincipal(WTPrincipalReference a_Principal)
          Sets the value of the attribute: principal.
private  void WfPrincipalAssignee.principalValidate(WTPrincipalReference a_Principal)
           
 void WfBallot.setVoter(WTPrincipalReference a_Voter)
          Sets the value of the attribute: VOTER.
private  void WfBallot.voterValidate(WTPrincipalReference a_Voter)
           
 void WfBallot.setDelegate(WTPrincipalReference a_Delegate)
          Sets the object for the association that plays role: DELEGATE.
private  void WfBallot.delegateValidate(WTPrincipalReference a_Delegate)
           
 WfBallot WfBallot.newWfBallot(WTPrincipalReference principalRef, Vector events, boolean required, ObjectReference source)
          

Supported API: false
protected  void WfAssignment.createBallot(WTPrincipalReference pRef, Vector eventList)
          Create a new WfBallot object on the fly.
protected  WorkItem WfAssignment.addWorkItem(Role aRole, WTPrincipalReference pRef)
          Create and save a work item for one of the activity's assigned principals.
protected  WorkItem WfAssignment.buildWorkItem(Role aRole, WTPrincipalReference pRef)
          Construct an actual work item for the specified principal for the specified role
protected  WfBallot WfAssignment.buildWfBallot(WTPrincipalReference pRef, Vector eventList)
          Construct a ballot for the specified principal for the specified role
protected  void WfAssignment.sendNotification(WorkItem wi, WTPrincipalReference pRef)
          Send an email notification to all activity assignees.
protected  Role WfAssignment.findRole(WTPrincipalReference pRef, Enumeration roleList)
           
private  void WfAssignment.addPrincipal(Vector v, WTPrincipalReference pRef)
           
private  void WfAssignment.setTeamRights(WTPrincipalReference pRef, WorkItem wi)
           
protected  WTPrincipalReference WfAssignment.checkDelegation(WTPrincipalReference pref)
           
private  WorkItem WfAssignment.createAWorkItem(WTPrincipalReference pRef)
           
private  void WfAssignment.transferAdHocPermissions(WorkItem workItem, WTPrincipalReference oldPRef, WTPrincipalReference newPRef)
           
private  void WfAssignedActivity.addPrincipal(Vector v, WTPrincipalReference pRef)
           
 void StandardWorkflowService.workComplete(WorkItem workItem, WTPrincipalReference principalRef, Vector eventList)
          Declare a workItem complete and transmit the event(s) to trigger.
 void StandardWorkflowService.workComplete(ObjectReference workItemRef, WTPrincipalReference principalRef, Vector eventList)
          Declare a workItem complete and transmit the event(s) to trigger.
 void StandardWorkflowService.markWorkItemComplete(WorkItem workItem, WTPrincipalReference completedBy)
          Deprecated. Since R2 Mark the work item complete.
 void StandardWorkflowService.checkoutTo(WTObject object, WTPrincipalReference pRef, Role role, ActorRole actorRole, ObjectReference activityRef)
          checkout a business object to a principal.
 void StandardWorkflowService.setTaskBasedRights(WorkItem wi, WTPrincipalReference p_ref)
          Add rights to assignee that are defined in activity variables the reference persistable objects.
private  WTPrincipal StandardWorkflowService.getCheckoutUser(WTPrincipalReference pRef, Role role, ActorRole actor, ObjectReference activityRef)
          Checkout robot support
private  boolean StandardWorkflowService.setTaskBasedRights(WorkItem wi, WTPrincipalReference p_ref, WfVariable var)
           
 

Uses of WTPrincipalReference in wt.wrmf.logs
 

Methods in wt.wrmf.logs that return WTPrincipalReference
 WTPrincipalReference EventLog.getLocker()
          Gets the value of the attribute: LOCKER.