|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectVector | |
com.ptc.epm.commands | |
com.ptc.windchill.cadx.common.util | |
wt.adapter.query | |
wt.epm | |
wt.epm.build | |
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.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
wt.mail | Defines
EMailMessage s that can be sent to
EMailDistributionList s. |
wt.org | |
wt.pom | Provides low-level, yet database independent, access to a database. |
Uses of ObjectVector in com.ptc.epm.commands |
Methods in com.ptc.epm.commands with parameters of type ObjectVector | |
private static boolean |
ECADLastUsedQuery.contains(ObjectVector epmDocs,
EPMDocument docToFind)
|
Uses of ObjectVector in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util that return ObjectVector | |
private static ObjectVector |
ContainerDataSharingUtilities.toObjectVector(SortedEnumeration results)
|
Uses of ObjectVector in wt.adapter.query |
Methods in wt.adapter.query with parameters of type ObjectVector | |
QueryResult |
QueryLinksWebjectDelegate.autoNavigate(String type,
ObjectVector objects,
Webject webject)
|
Uses of ObjectVector in wt.epm |
Methods in wt.epm with parameters of type ObjectVector | |
protected static QueryResult |
ReviseManagerUtility.revisePartsAndDoc(ObjectVector partsToRevise,
ReviseOptions options)
Deprecated. Get the build source document and then use ReviseManagerUtility.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
instead. |
protected static QueryResult |
ReviseManagerUtility.revisePartsAndDocs(ObjectVector partsToRevise,
ReviseOptions options)
This method creates new in-line versions of the given WTParts as well as a new in-line versions of EPMDocuments that build them. |
QueryResult |
EPMStandardDocumentManager.revisePartsAndDoc(ObjectVector partsToRevise,
ReviseOptions options)
Deprecated. Get the build source document and then use EPMStandardDocumentManager.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
instead. |
private QueryResult |
EPMStandardDocumentManager.revisePartsAndDocs(ObjectVector partsToRevise,
ReviseOptions options)
This method creates new in-line versions of the given WTParts as well as a new in-line versions of EPMDocuments that build them. |
QueryResult |
EPMDocumentManagerFwd.revisePartsAndDoc(ObjectVector partsToRevise,
ReviseOptions options)
Deprecated. Get the build source document and then use EPMDocumentManagerFwd.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
instead. |
QueryResult |
EPMDocumentManager.revisePartsAndDoc(ObjectVector partsToRevise,
ReviseOptions options)
Deprecated. Get the build source document and then use EPMDocumentManager.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
instead. |
Uses of ObjectVector in wt.epm.build |
Methods in wt.epm.build that return ObjectVector | |
protected ObjectVector |
EPMDefaultBuildIBADelegate.Filter.filterValues(ObjectVector values)
|
Methods in wt.epm.build with parameters of type ObjectVector | |
protected ObjectVector |
EPMDefaultBuildIBADelegate.Filter.filterValues(ObjectVector values)
|
Uses of ObjectVector in wt.epm.workspaces |
Methods in wt.epm.workspaces that return ObjectVector | |
private ObjectVector |
WorkspaceConfigSpec.filterWorkingCopies(ObjectVector filtered,
List workingCopies)
|
static ObjectVector |
BaselineServiceUtility.getRefreshEPMDocs(QueryResult refreshObjects,
QueryResult masters,
HashSet docMasterSet,
EPMCheckpoint checkpoint)
|
Methods in wt.epm.workspaces with parameters of type ObjectVector | |
private ObjectVector |
WorkspaceConfigSpec.filterWorkingCopies(ObjectVector filtered,
List workingCopies)
|
Uses of ObjectVector in wt.fc |
Subclasses of ObjectVector in wt.fc | |
class |
IteratedObjectVector
Supported API: false Extendable: false |
class |
LinkVector
|
Methods in wt.fc that return ObjectVector | |
ObjectVector |
QueryResult.getObjectVector()
Deprecated. Replaced by getObjectVectorIfc() |
ObjectVector |
QueryResult.getObjectVector()
Deprecated. Replaced by getObjectVectorIfc() |
Methods in wt.fc with parameters of type ObjectVector | |
void |
QueryResult.appendObjectVector(ObjectVector ov)
Deprecated. |
protected boolean |
ObjectVector.readVersion(ObjectVector thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
QueryResult.appendObjectVector(ObjectVector ov)
Deprecated. |
protected boolean |
ObjectVector.readVersion(ObjectVector thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ObjectVector in wt.federation |
Methods in wt.federation that return ObjectVector | |
private static ObjectVector |
StandardFederationService.findPersistables(ObjectVector objectVector)
|
private static ObjectVector |
StandardFederationService.findPersistables(ObjectVector objectVector)
|
Methods in wt.federation with parameters of type ObjectVector | |
private static ObjectVector |
StandardFederationService.findPersistables(ObjectVector objectVector)
|
static void |
FederationUtilities.refreshProxyVector(ObjectVector ov)
Deprecated. |
private static ObjectVector |
StandardFederationService.findPersistables(ObjectVector objectVector)
|
static void |
FederationUtilities.refreshProxyVector(ObjectVector ov)
Deprecated. |
Uses of ObjectVector in wt.mail |
Fields in wt.mail declared as ObjectVector | |
private ObjectVector |
RoleHolderReferenceDLEntry.roles
|
private ObjectVector |
EMailMessage.recipients
|
private ObjectVector |
EMailMessage.parts
|
private ObjectVector |
EMailDistributionList.members
|
Uses of ObjectVector in wt.org |
Methods in wt.org that return ObjectVector | |
private ObjectVector |
StandardOrganizationServicesManager._getDomainsForPrincipals(ObjectVectorIfc principalVector)
|
private ObjectVector |
StandardOrganizationServicesManager._getDomainsForPersistedPrincipals(ObjectVectorIfc principalVector)
|
private ObjectVector |
StandardOrganizationServicesManager._getDomainsForPrincipals(ObjectVectorIfc principalVector)
|
private ObjectVector |
StandardOrganizationServicesManager._getDomainsForPersistedPrincipals(ObjectVectorIfc principalVector)
|
Uses of ObjectVector in wt.pom |
Fields in wt.pom declared as ObjectVector | |
private ObjectVector |
ExpandAllResultProcessor.results
|
Constructors in wt.pom with parameters of type ObjectVector | |
ExpandAllResultProcessor(ObjectSetVector a_vector,
ObjectVector a_results,
boolean a_otherSide)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |