Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

Q

QMLException - Exception in wt.query.qml
Exception thrown when processing QML.
QMLPluginMBean - Interface in com.ptc.customersupport.mbeans.plugins
An interface specifying the APIs for a plugin which utilizes and executes QML.
QMSCommands - Class in com.ptc.qualitymanagement.qms
Supported API: true
QUALITY - Static variable in class com.ptc.windchill.mpml.mfgprocess.MPMMfgProcessCategory


Supported API: true
QUALITY - Static variable in class com.ptc.windchill.mpml.processplan.MPMProcessPlanCategory


Supported API: true
QUALITY - Static variable in class com.ptc.windchill.mpml.processplan.operation.MPMOperationCategory


Supported API: true
QUALITY - Static variable in class com.ptc.windchill.mpml.resource.MPMResourceUsage


Supported API: true
QUALITY_IMPROVEMENT - Static variable in class wt.change2.Category
Quality needs improvement.
QUALITYHOLDER_ROLE - Static variable in class com.ptc.windchill.mpml.pmi._MPMProcessQualityLink
Supported API: true
Quantity - Class in wt.part
This structured attribute class represents the concept of quantity as an _Quantity.amount and a QuantityUnit (unit of measure).
QUANTITY - Static variable in class com.ptc.windchill.associativity.reconciliation.client.DiscrepancyType


Supported API: true
QUANTITY - Static variable in class com.ptc.windchill.mpml.processplan.operation._MPMOperation
Supported API: true
QUANTITY - Static variable in class wt.epm.structure._EPMMemberLink
Supported API: true
QUANTITY - Static variable in class wt.mpm.coproduce._CoProduceMgmtLink
Supported API: true
QUANTITY - Static variable in class wt.mpm.rawmaterial._RawMaterialLink
Supported API: true
QUANTITY - Static variable in class wt.part._PartUsesOccurrence
Supported API: true
QUANTITY - Static variable in class wt.part._WTPartSubstituteLink
Supported API: true
QUANTITY - Static variable in class wt.part._WTPartUsageLink
Supported API: true
QUANTITY_CONSTRAINT_BINDING_RULE - Static variable in interface com.ptc.core.meta.container.common.ConstraintClassNameConstants


Supported API: true
QuantityConstraintFactory - Class in com.ptc.windchill.enterprise.part.server.impl
Attribute specific constraint factory.
QuantityUnit - Class in wt.part
An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
query(StatementSpec) - Method in interface wt.fc.PersistenceManagerSvr
Retrieves persistable objects from the datastore given the specified statement.
query(StatementSpec, ResultProcessor) - Method in interface wt.fc.PersistenceManagerSvr
Retrieves persistable objects from the datastore for the specified statement.
QUERY_CRITERIA_BLANK_VALUE - Static variable in class wt.org.OrganizationServicesHelper
Constant to explicitly specify a blank value in certain query criteria that support this differentiation.
QUERY_DATA - Static variable in interface wt.templateutil.processor.ContextHolder
Deprecated. 
QUERY_NAME - Static variable in class wt.introspection.WTIntrospector
Key to access the Query Name from a PropertyDescriptor obtained from a ClassInfo.
QueryBasedAssociationTypeIdentifier - Class in com.ptc.core.meta.common.impl


Supported API: true

Extendable: false
QueryCollationKeyFactory - Class in wt.query
A collation key factory for Identified objects.
queryEvent(WTQueryEvent) - Method in interface wt.clients.beans.query.WTQueryListener
Invoked when a button is clicked, a status message is ready or the selection has been changed in the results viewing area.
QueryException - Exception in com.ptc.core.query.common
This class is used for Exceptions related to query processing.
QueryException - Exception in wt.query
Exception generated when a building a query using objects in wt.query package.
QueryHint - Interface in wt.query


Supported API: true This interface allows developer to create datastore specific hint and pass it on to QuerySpec.
QueryHintFactory - Class in wt.query
This factory class allows to create specific QueryHint object with necessary information.
queryIterations(QuerySpec, ConfigSpec) - Method in interface wt.vc.config.ConfigService
Returns a QueryResult of Iterated objects that have been selected by the given QuerySpec and are valid for the given ConfigSpec.
queryIterations(QuerySpec, ConfigSpec, QueryIterationsCallback) - Method in interface wt.vc.config.ConfigService
A variant of the ConfigService.queryIterations(QuerySpec, ConfigSpec) API that allows for an (optional) callback API which, when called, is passed the appropriate QuerySpec -- the sub-select when using in-database config spec processing, and the outer-select when it is not being used -- to allow for additional criteria to be supplied.
QueryIterationsCallback - Interface in wt.vc.config
A simple class with a single, simple API to properly build QuerySpecs when using the ConfigService.queryIterations(QuerySpec, ConfigSpec, QueryIterationsCallback) API.
QueryKey - Interface in wt.fc
Interface that defines the properties of an object that allow it to be queried out of persistent storage and to perform comparison operations against an object using those properties.
queryKeyIterator() - Method in class wt.fc.collections.WTArrayList
Returns an iterator over the QueryKeys in this collection.
queryKeyIterator() - Method in interface wt.fc.collections.WTCollection
Returns an iterator over the QueryKeys in this collection.
queryKeyListIterator() - Method in interface wt.fc.collections.WTList
Returns a ListIterator over the QueryKeys in this list.
queryKeyListIterator(int) - Method in interface wt.fc.collections.WTList
Returns a ListIterator over the QueryKeys in this list, starting at the given index.
QueryOperation - Class in com.ptc.windchill.enterprise.query.server.impl


Supported API: true

Extendable: false
queryPrincipals(Class, Map<String, List<String>>) - Method in interface wt.org.OrganizationServicesManager


Supported API: true
queryPrincipals(Class, Map<String, List<String>>) - Method in class wt.org.StandardOrganizationServicesManager


Supported API: true
queryPrincipals(Class, Map<String, List<String>>, DirectoryContextProvider) - Method in interface wt.org.OrganizationServicesManager


Supported API: true
queryPrincipals(Class, Map<String, List<String>>, DirectoryContextProvider) - Method in class wt.org.StandardOrganizationServicesManager


Supported API: true This method is used to pass extra criteriaMap parameter in the flow of method queryPrincipals(Class principalClass, String criteria, DirectoryContextProvider context)
queryPrincipals(Class, Map<String, List<String>>, DirectoryContextProvider[]) - Method in interface wt.org.OrganizationServicesManager


Supported API: true
queryPrincipals(Class, Map<String, List<String>>, DirectoryContextProvider[]) - Method in class wt.org.StandardOrganizationServicesManager


Supported API: true
QueryResult - Class in wt.fc
The QueryResult class is a container of results returned from a query.
QuerySpec - Class in wt.query
This class represents a Query in terms of Windchill objects.
QuerySpec() - Constructor for class wt.query.QuerySpec
Create the specification object.
QuerySpec(Class) - Constructor for class wt.query.QuerySpec
Create the specification object and identify the base class to be searched.
QuerySpec(Class, Class) - Constructor for class wt.query.QuerySpec
Create the specification object and identify the base classes to be searched.
QuerySpecTranslator - Interface in wt.federation
This interface defines the attributes and methods required of a class that implements translation of wt.query.QuerySpec objects to strings representing search filters in foreign systems, especially systems accessed via Info*Engine.
QuerySumaWebjectDelegate - Class in com.ptc.windchill.suma.adapter


Supported API: true

Extendable: false
QUEUE_DISABLED_NOTIFY_TYPE - Static variable in interface wt.queue.QueueWatcherMBean
Type of notification produced when a queue is disabled

Supported API: true
QUEUE_ENTRY_EXEC_NOTIFY_TYPE - Static variable in interface wt.queue.NotifierMBean
Type of notification produced when a queue entrie's execution fails

Supported API: true
QUEUE_STOPPED_NOTIFY_TYPE - Static variable in interface wt.queue.QueueWatcherMBean
Type of notification produced when a queue is stopped

Supported API: true
queueCompleteTransition(WfActivity, Vector) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues a request to complete an activity with a set of user defined events.
queueDeadlineCheck(WfExecutionObject) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues the checking the execution object's deadline.
QueueEntry - Class in wt.queue
The QueueEntry represents an individual processing request.
QueueException - Exception in wt.queue
This class represents exceptions that can be thrown in the process of storing, retrieving and executing queue entries.
QueueException() - Constructor for exception wt.queue.QueueException
No argument constructor.
QueueException(Exception) - Constructor for exception wt.queue.QueueException
Constructs a queue execption with an embedded exeption.
QueueException(Exception, String) - Constructor for exception wt.queue.QueueException
Constructs a queue exception with an embedded exception and a non-localized message.
QueueException(Exception, String, String, Object[]) - Constructor for exception wt.queue.QueueException
Constructs a queue exception with an embedded message and a localized message.
QueueException(String) - Constructor for exception wt.queue.QueueException
Constructs a queue exception with a non-localized message.
QueueException(String, String, Object[], Object[]) - Constructor for exception wt.queue.QueueException
Constructs a queue exception with an embedded message and a localized message.
QueueHelper - Class in wt.queue
Helper function that provides access to the QueueService API.
QueueLoggerMBean - Interface in wt.queue
General queue logger bean

Supported API: true

Extendable: true
queuePredictiveCaching(ObjectReference, Collection, boolean) - Method in interface wt.fv.master.MasterServiceSvr
This method will create a Queue Entry to perform the Predictive Caching runImmediately determines what kind of schedule to create.
QUEUEPRIORITY - Static variable in class com.ptc.wvs.common.ui.ProcessingAction
Action String Name for publish queue priority Value can be: "H" - high priory "M" - medium priority "L" - low priority

Supported API: true
queueRestoreState(WfActivity, boolean) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues the restoration of the state of objects associated with activity passed as argument.
QueueService - Interface in wt.queue
Interface containing the methods supported by the queue service implementations.
QUEUESET - Static variable in class com.ptc.wvs.common.ui.ProcessingAction
Action String Name for publish queue set to be used Value can be: any queue set that has been defined

Supported API: true
queueStateChange(WfExecutionObject, WfTransition, boolean, boolean) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues the state change.
queueSynchCheck(WfSynchRobot) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues the a synchronization checking request.
queueTimeEvent(WfExecutionObject, Timestamp, WfTransition) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues a request to effect a state change at a given time to a a given execution object.
queueTimePastDeadlineCheck(WfExecutionObject) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues the checking the execution object's time past deadline.
queueTimeToDeadlineCheck(WfExecutionObject) - Method in interface wt.workflow.engine.WfEngineServiceSvr
Queues the checking the execution object's time to deadline.
QueueWatcherMBean - Interface in wt.queue
This class is the Management interface for the QueueWatcher class.
QuickSearchQueryDelegate - Interface in com.ptc.windchill.baseclient.server.delegate
Supported API: true

Extendable: false
QuitCMD - Static variable in class wt.clients.beans.query.WTQuery
The value for the "Close button clicked" command event type.
quoteIfNecessary(String) - Static method in class wt.jmx.core.MBeanRegistry
Apply ObjectName.quote() to string only where necessary; otherwise the original string is returned.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form