Uses of Class
wt.fc.collections.WTArrayList

Packages that use WTArrayList
com.ptc.windchill.enterprise.search.server   
com.ptc.windchill.uwgm.cadx.autoassociate   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.task.autoassociate   
wt.access
The access control service is responsible for defining and enforcing access to business and system objects. 
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.fc.collections Provides Windchill-specific Collection objects, and a collection-based refresh API. 
wt.iba.value.service   
wt.inf.sharing   
wt.rule.util   
wt.vc
 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

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

Fields in com.ptc.windchill.enterprise.search.server declared as WTArrayList
private  WTArrayList LatestVersionFilterResultProcessor.list
           
 

Methods in com.ptc.windchill.enterprise.search.server with parameters of type WTArrayList
protected static void LatestVersionFilter.filterSearchResults(WTArrayList persistables)
          Filters the supplied QueryResult using the LatestConfigSpec.
 

Uses of WTArrayList in com.ptc.windchill.uwgm.cadx.autoassociate
 

Fields in com.ptc.windchill.uwgm.cadx.autoassociate declared as WTArrayList
(package private)  WTArrayList AutoAssociateExistingPartsFormProcessor.docsAndDrwToGetDependency
           
 

Uses of WTArrayList in com.ptc.windchill.uwgm.common.autoassociate
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type WTArrayList
static void AutoAssociateHelper.saveNewlyCreatedParts(WTArrayList createdParts, EPMWorkspace workspace, WTKeyedMap partTargetFolders)
           
 

Uses of WTArrayList in com.ptc.windchill.uwgm.task.autoassociate
 

Methods in com.ptc.windchill.uwgm.task.autoassociate with parameters of type WTArrayList
(package private)  WTPart AutoAssociateTask.AutoAssociateTaskExecutor.getPartToAssociate(HashMap createdOrExistingParts, boolean validatePartAssoc, Vector postponedDocsForProcessing, WTArrayList newlyCreatedParts)
           
 

Uses of WTArrayList in wt.access
 

Fields in wt.access declared as WTArrayList
private  WTArrayList NotAuthorizedException.objectIdentifiers
           
private  WTArrayList NotAuthorizedException.objectIdentifiers
           
 

Methods in wt.access that return WTArrayList
 WTArrayList NotAuthorizedException.getObjectIdentifiers()
          Gets the value of the attribute: objectIdentifiers; ObjectIdentifier of inaccessible objects, for which read access is authorized

Supported API: false
 WTArrayList NotAuthorizedException.getObjectIdentifiers()
          Gets the value of the attribute: objectIdentifiers; ObjectIdentifier of inaccessible objects, for which read access is authorized

Supported API: false
 

Methods in wt.access with parameters of type WTArrayList
protected  void NotAuthorizedException.setObjectIdentifiers(WTArrayList a_ObjectIdentifiers)
          Sets the value of the attribute: objectIdentifiers; ObjectIdentifier of inaccessible objects, for which read access is authorized

Supported API: false
protected  void NotAuthorizedException.setObjectIdentifiers(WTArrayList a_ObjectIdentifiers)
          Sets the value of the attribute: objectIdentifiers; ObjectIdentifier of inaccessible objects, for which read access is authorized

Supported API: false
 

Uses of WTArrayList in wt.change2
 

Methods in wt.change2 that return WTArrayList
private  WTArrayList StandardChangeService2.filterTargets(WTCollection targets)
           
 

Methods in wt.change2 with parameters of type WTArrayList
protected  void StandardChangeService2.checkDeleteOfChangeableCollection(WTArrayList target_list)
           
 

Uses of WTArrayList in wt.fc.collections
 

Methods in wt.fc.collections that return WTArrayList
 WTArrayList WTArrayList.clone(boolean deep)
          

Supported API: true
 

Methods in wt.fc.collections with parameters of type WTArrayList
protected  boolean WTArrayList.readVersion(WTArrayList thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of WTArrayList in wt.iba.value.service
 

Fields in wt.iba.value.service declared as WTArrayList
private  WTArrayList MultiObjIBAValueDBService.CopyResultProcessor.newValues
           
 

Methods in wt.iba.value.service that return WTArrayList
private  WTArrayList MultiObjIBAValueDBService.getCopyValues(long[] srcIBAholderRefIDs, Map srcTargetMap, WTKeyedMap srcTargetRefMap, WTKeyedMap replacementMap)
           
 WTArrayList MultiObjIBAValueDBService.CopyResultProcessor.getNewValues()
           
 

Methods in wt.iba.value.service with parameters of type WTArrayList
private  HashMap MultiObjIBAValueDBService.getReferenceAttributeValueMap(ArrayList newReferenceList, WTArrayList newReferenceListHeavy, HashMap valueToIBAHolderMap, HashMap definitionMap, HashMap IBAReferenceableMap)
           
 

Uses of WTArrayList in wt.inf.sharing
 

Methods in wt.inf.sharing that return WTArrayList
private  WTArrayList StandardDataSharingService.getFolderMaps(Persistable object, ObjectReference folder_ref)
          Returns a list with all maps associated for the object and folder passed as argument.
private  WTArrayList StandardDataSharingService.getTargetFolderMaps(WTKeyedMap folder_map)
          Returns all shares such that the target folder has the oid passed as argument.
private  WTArrayList StandardDataSharingService.copyFolderShares(List share_list, Persistable object, ObjectReference folder_ref)
          Copies shares to the object passed as argument.
private  WTArrayList StandardDataSharingService.copyFolderShares(WTCollection folder_shares, HashMap object_map, HashMap folder_map, WTHashSet changed_objects)
          Copies shares to the objects in the object map passed as argument.
private  WTArrayList StandardDataSharingService.shareObjectSet(List objects, WTContainerRef to_container_ref, Folder to_folder, long share_key, int share_type, int mode)
          Shares a set of objects given in a list.
private static WTArrayList StandardDataSharingService.toWTArrayList(QueryResult qr)
          Returns a WTCollection from a QueryResult consisting only of persistables.
private static WTArrayList StandardDataSharingService.toWTArrayList(Persistable object)
          Returns a WTCollection with a single persistable.
 

Methods in wt.inf.sharing with parameters of type WTArrayList
private  void StandardDataSharingService.processFolderChangeMaps(WTValuedMap target_folder_map, List dest_list, WTArrayList added_maps, WTArrayList removed_maps)
          Called from processFolderChangeEvent().
private static QueryResult StandardDataSharingService.toQueryResult(WTArrayList wt_list)
          Returns a QueryResult of Persistables from a WTCollection.
 

Uses of WTArrayList in wt.rule.util
 

Methods in wt.rule.util that return WTArrayList
(package private) static WTArrayList QueryUtils.inflateIDs(QueryResult ids, boolean first_match)
          Used to expand the results of a query that has only selected the IDs of the objects.
 

Uses of WTArrayList in wt.vc
 

Methods in wt.vc that return WTArrayList
static WTArrayList[] VersionControlServerHelper.groupByBranch(WTCollection iterations)
          To group iterations according to branch identifier.
static WTArrayList[] VersionControlServerHelper.groupByBranch(WTCollection iterations)
          To group iterations according to branch identifier.
 

Methods in wt.vc with parameters of type WTArrayList
private  void StandardVersionControlService.makeChainAndAdjust(WTArrayList iterations, WTHashSet deleteList, HashMap postRollupMap, HashMap postRollbackMap)
           
private  WTHashSet StandardVersionControlService.prepareIterationChainForDelete(WTArrayList iterations, WTHashSet analyzed, HashMap postRollupMap, HashMap postRollbackMap)
           
private  void StandardVersionControlService.throwPreRollupRollbackEvents(WTArrayList[][] version_list, HashMap preRollupMap, HashMap preRollbackMap)
           
private  Vector StandardVersionControlService.wtArrayListToVector(WTArrayList iterations, int from_index, int end_index)
           
private  void StandardVersionControlService.makeChainAndAdjust(WTArrayList iterations, WTHashSet deleteList, HashMap postRollupMap, HashMap postRollbackMap)
           
private  WTHashSet StandardVersionControlService.prepareIterationChainForDelete(WTArrayList iterations, WTHashSet analyzed, HashMap postRollupMap, HashMap postRollbackMap)
           
private  void StandardVersionControlService.throwPreRollupRollbackEvents(WTArrayList[][] version_list, HashMap preRollupMap, HashMap preRollbackMap)
           
private  Vector StandardVersionControlService.wtArrayListToVector(WTArrayList iterations, int from_index, int end_index)
           
 

Uses of WTArrayList in wt.workflow.engine
 

Methods in wt.workflow.engine that return WTArrayList
private static WTArrayList StandardWfEngineService.toWTArrayList(QueryResult qr)
          Returns a WTCollection from a QueryResult consisting only of persistables.
private static WTArrayList StandardWfEngineService.toWTArrayList(QueryResult qr)
          Returns a WTCollection from a QueryResult consisting only of persistables.