|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryException | |
com.ptc.core.foundation.admin.server.processors | |
com.ptc.core.htmlcomp.tableview | |
com.ptc.hli.ecad.query | |
com.ptc.netmarkets.report | |
com.ptc.windchill.cadx.common | |
com.ptc.windchill.cadx.common.pageBuilder | |
com.ptc.windchill.cadx.common.picker | |
com.ptc.windchill.cadx.common.util | |
com.ptc.windchill.cadx.search | |
com.ptc.windchill.cadx.wsoption | |
com.ptc.windchill.upgrade.dust | |
com.ptc.windchill.upgrade.util | |
com.ptc.wvs.common.util | |
wt.admin |
Provides classes to represent and manage AdministrativeDomain 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.clients.folder | |
wt.clients.lifecycle.administrator | |
wt.clients.scheduler | |
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.csm.navigation | |
wt.csm.navigation.service | |
wt.dataops.objectcol | |
wt.dataops.objectcol.delegate | |
wt.dataops.objectcol.resolution | |
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.retriever | |
wt.epm.util | |
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.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.fv.local | |
wt.fv.master | |
wt.inf.container | |
wt.lifecycle | |
wt.locks | |
wt.maturity | |
wt.meeting | Uses the
MeetingService to manage
Meeting s of various
MeetingType s having
Agenda s and producing
Minutes , in particular
MeetingCenterMeeting s with their associated
MeetingCenterMeetingInfo (also see the
WebexOperationHelper ). |
wt.org | |
wt.org.electronicIdentity | |
wt.ownership | The ownership service is responsible for associating a principal with an object. |
wt.part | Defines WTPart s and WTPartMaster s (
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.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
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.replication.unit | |
wt.replication.unit.htmlGeneration | |
wt.rule | Uses the
RuleService (and server-side-only
RuleServiceSvr to manage the definition and application of
Rule s. |
wt.rule.util | |
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.team | |
wt.transfer | |
wt.transfer.policy | |
wt.vc | |
wt.vc.config | |
wt.vc.struct | |
wt.vc.views | |
wt.vc.wip | |
wt.workflow |
Provides classes to represent and manage workflow definitions, initiate and
manage process instances, and distribute work items to users and groups. |
wt.wrmf.delivery |
Uses of QueryException in com.ptc.core.foundation.admin.server.processors |
Methods in com.ptc.core.foundation.admin.server.processors that throw QueryException | |
private Vector |
DeletedUserCabinetListProcessor.getDeletedUserCabinetList()
Deprecated. |
void |
DeletedUserCabinetListProcessor.initializeDeletedUserCabinetListForTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
private Vector |
CheckedOutProcessor.getCheckedOutList(Cabinet cabinet)
Deprecated. |
void |
CheckedOutProcessor.initializeCheckedOutListForTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
Uses of QueryException in com.ptc.core.htmlcomp.tableview |
Methods in com.ptc.core.htmlcomp.tableview that throw QueryException | |
private static SearchCondition |
TableViewDescriptorHelper.getNameSearchCondition(String tableViewName)
|
Uses of QueryException in com.ptc.hli.ecad.query |
Methods in com.ptc.hli.ecad.query that throw QueryException | |
private static Collection |
QueryDesign.getDocuments(QueryDesign queryDesign)
|
QuerySpec |
QueryAbstractDocument.updateQuerySpec(QuerySpec querySpec)
|
Uses of QueryException in com.ptc.netmarkets.report |
Methods in com.ptc.netmarkets.report that throw QueryException | |
private QueryResult |
StandardNmReportService.getProjectIteratedObjects(Class targetClass,
WTContainerRef containerRef,
Timestamp lastLogin)
|
Uses of QueryException in com.ptc.windchill.cadx.common |
Methods in com.ptc.windchill.cadx.common that throw QueryException | |
static QueryResult |
WTPartUtilities.searchWTParts(String searchName,
String searchNumber,
String searchLocation,
boolean onlyLatest)
|
static QueryResult |
EPMDocumentUtilities.searchEPMDocuments(String searchName,
String searchNumber,
String searchCadModelName,
String searchLocation,
boolean onlyLatest)
|
static QueryResult |
EPMDocumentUtilities.searchEPMDocuments(String searchName,
String searchNumber,
String searchCadModelName,
String searchLocation,
boolean onlyLatest,
WTContainer containedIn)
|
Uses of QueryException in com.ptc.windchill.cadx.common.pageBuilder |
Methods in com.ptc.windchill.cadx.common.pageBuilder that throw QueryException | |
private static void |
PageBuilderProcessorHelper.queryObjects(List objIds,
Class objectClass,
TableDescriptor table)
|
Uses of QueryException in com.ptc.windchill.cadx.common.picker |
Methods in com.ptc.windchill.cadx.common.picker that throw QueryException | |
QuerySpec |
SharedOnlyConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Returns a clone of the passed-in QuerySpec. |
QuerySpec |
AuthoringApplicationConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Returns a clone of the passed-in QuerySpec. |
Uses of QueryException in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util that throw QueryException | |
static QueryResult |
ContainerQueryUtilities.getPDMLinkContainers()
Find out all PDMLink solution based containers. |
static QueryResult |
ContainerQueryUtilities.getPDMLinkContainers(Collection contRefs)
|
static QueryResult |
ContainerQueryUtilities.getProjectLinkContainers()
Find out all ProjectLink solution based containers. |
static QueryResult |
ContainerQueryUtilities.getClassicContainers()
Find out all classic solution based containers. |
private static QueryResult |
ContainerQueryUtilities.getContainers(Class containerClass,
boolean filterByMembership,
boolean includeClassic,
boolean includeContainersThatUserIsAdminOf)
|
private static QueryResult |
ContainerQueryUtilities.getContainers(Collection containerClasses,
boolean filterByMembership,
boolean includeClassic,
boolean includeContainersThatUserIsAdminOf)
|
private static QueryResult |
ContainerQueryUtilities.getContainers(Collection containerClasses,
Collection contRefs,
boolean filterByMembership,
boolean includeClassic,
boolean includeContainersThatUserIsAdminOf)
|
Uses of QueryException in com.ptc.windchill.cadx.search |
Methods in com.ptc.windchill.cadx.search that throw QueryException | |
private QuerySpec |
DatabaseSearch.addToWhere(QuerySpec qs,
SearchCondition sc)
|
Uses of QueryException in com.ptc.windchill.cadx.wsoption |
Methods in com.ptc.windchill.cadx.wsoption that throw QueryException | |
void |
WsConfigSpecPrefTemplateProcessor.getBaselineNumberValue(Properties parameters,
Locale locale,
OutputStream os)
|
Uses of QueryException in com.ptc.windchill.upgrade.dust |
Methods in com.ptc.windchill.upgrade.dust that throw QueryException | |
protected QuerySpec |
PagingIteratorImpl.initPageQuerySpec(String class_name)
|
Uses of QueryException in com.ptc.windchill.upgrade.util |
Methods in com.ptc.windchill.upgrade.util that throw QueryException | |
private QuerySpec |
PagedTableObjectIterator.initPageQuerySpec(String class_name)
|
private QuerySpec |
ConditionalPagedTableIterator.initQuerySpec(String class_name,
boolean selectable)
|
private QuerySpec |
ConditionalPagedTableIterator.initPageQuerySpec(String class_name,
String[] attr_list,
String[] column_list)
|
private QuerySpec |
ConditionalPagedTableIterator.initPageQuerySpec(String class_name)
|
private QuerySpec |
ConditionalPagedTableIterator.addWhereToQuerySpec(String class_name,
QuerySpec select)
|
Uses of QueryException in com.ptc.wvs.common.util |
Methods in com.ptc.wvs.common.util that throw QueryException | |
QuerySpec |
ConfigSpecProxy.appendSearchCriteria(QuerySpec querySpec)
|
Uses of QueryException in wt.admin |
Methods in wt.admin that throw QueryException | |
SearchCondition |
DomainReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
DomainReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Uses of QueryException in wt.change2 |
Methods in wt.change2 that throw QueryException | |
static OidArray |
ChangeableCheckoutQuery.getChangeObjectReferences(Persistable object)
Given a Persistable Object query all Change tables which may reference it. |
QuerySpec |
Changeable2ConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "latest == true" condition to the QuerySpec. |
Uses of QueryException in wt.clients.folder |
Methods in wt.clients.folder that throw QueryException | |
static SortedEnumeration |
FolderTaskLogic.getAllCabinets()
Returns a Sorted Enumeration of All Cabinets the current user has access to read. |
static SortedEnumeration |
FolderTaskLogic.getAllCabinets(Locale locale)
Returns a Sorted Enumeration of All Cabinets the current user has access to read. |
static SortedEnumeration |
FolderTaskLogic.getCabinetsByPermission(String permission)
Retrieves all cabinets for which the current user has the given permission. |
static SortedEnumeration |
FolderTaskLogic.getCabinetsByPermission(String permission,
Locale locale)
Retrieves all cabinets for which the current user has the given permission. |
Uses of QueryException in wt.clients.lifecycle.administrator |
Methods in wt.clients.lifecycle.administrator that throw QueryException | |
void |
CLifeCycleTemplate.refresh()
Refreshes this CLifeCycleTemplate to it's database state. |
Uses of QueryException in wt.clients.scheduler |
Methods in wt.clients.scheduler that throw QueryException | |
private Enumeration |
SchedPanel.fetchItems()
|
Uses of QueryException in wt.configuration |
Methods in wt.configuration that throw QueryException | |
QuerySpec |
SerialNumberedConfiguredInstanceConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
RemoveConfigurationVisitor.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
ConfigurationVisitor.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
ConfigurationMemberConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
BaselineConfigurationConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
Uses of QueryException in wt.content |
Methods in wt.content that throw QueryException | |
SearchCondition |
DataFormatReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Uses of QueryException in wt.csm.navigation |
Methods in wt.csm.navigation that throw QueryException | |
private QuerySpec |
NavigationNodeSearch.formQuerySpec()
Helper function to form a QuerySpec for the search |
Uses of QueryException in wt.csm.navigation.service |
Methods in wt.csm.navigation.service that throw QueryException | |
private QuerySpec |
NavigationDBService.formQuerySpec(long navStructId,
String navStructClassName,
String srcString,
String srcPattern)
|
Uses of QueryException in wt.dataops.objectcol |
Methods in wt.dataops.objectcol that throw QueryException | |
private QueryResult |
StandardCollectionService.findCollectionCriteria(boolean flag)
|
Uses of QueryException in wt.dataops.objectcol.delegate |
Methods in wt.dataops.objectcol.delegate that throw QueryException | |
StatementSpecHolder[] |
VersionAtMaturityAttrQueryDelegate.process(StatementSpecHolder[] specs,
LogicalOperator operator)
|
protected QuerySpec |
LatestOfLatestO2MDelegate.createSubQueryForPred(Class tgtClass)
|
Uses of QueryException in wt.dataops.objectcol.resolution |
Methods in wt.dataops.objectcol.resolution that throw QueryException | |
StatementSpecHolder[] |
RelationshipQueryProcessor.process(StatementSpecHolder[] specs,
LogicalOperator operator)
|
protected StatementSpecHolder |
RelationshipQueryProcessor.updateQuerySpecWithRel(StatementSpecHolder specHolder,
boolean recursive,
LogicalOperator operator,
List allspecs,
boolean firstTime)
|
protected StatementSpec |
RelationshipQueryProcessor.updateQuerySpecWithRel(StatementSpecHolder specHolder,
QuerySpec spec,
boolean recursive,
LogicalOperator operator,
List allspecs,
boolean firstTime)
|
protected void |
RelationshipQueryProcessor.findSeedsRecursively(Persistable seed,
Class seedType,
WTSet allseeds)
|
StatementSpecHolder[] |
ObjTypeQueryProcessor.process(StatementSpecHolder[] specs,
LogicalOperator operator)
|
StatementSpecHolder[] |
CollectionQueryProcessor.process(StatementSpecHolder[] specs,
LogicalOperator operator)
Supported API: false |
protected StatementSpecHolder[] |
CollectionProcessor.createSSHArray()
|
StatementSpecHolder[] |
BaseQueryProcessor.process(StatementSpecHolder[] specs,
LogicalOperator operator)
Supported API: false |
StatementSpecHolder[] |
AttrQueryProcessor.process(StatementSpecHolder[] specs,
LogicalOperator operator)
|
Uses of QueryException in wt.doc |
Methods in wt.doc that throw QueryException | |
QuerySpec |
WTDocumentStandardConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
WTDocumentConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
Uses of QueryException in wt.eff |
Methods in wt.eff that throw QueryException | |
private static QuerySpec |
QueryHelper.newRelevantEffSubSelect(FromClause fc,
int effIdx)
Returns a new QuerySpec corresponding to a basic sub select of Eff objects to be used in an EXISTS expression. |
static WhereExpression |
QueryHelper.newCurrentEffCondition()
Returns a condition selecting an Eff if it is current (i.e., it has not been deleted). |
(package private) static WhereExpression |
QueryHelper.newDifferentCreationCondition(FromClause fc,
int effIdx)
|
QuerySpec |
PersistableEffConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a 'context = |
QuerySpec |
EffConfigSpecGroup.appendSearchCriteria(QuerySpec querySpec)
Appends the search criteria for each PersistableEffConfigSpec contained by this group, separating them with the OR operator. |
QuerySpec |
EffConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Restricts the query to return only those items with the specified EffConfigSpec#effContext and whose EffConfigSpec.value
is between the start and end values any effectivities. |
private SearchCondition |
EffConfigSpec.getSearchCondition(String attr,
String oper)
|
private static QuerySpec |
QueryHelper.newRelevantEffSubSelect(FromClause fc,
int effIdx)
Returns a new QuerySpec corresponding to a basic sub select of Eff objects to be used in an EXISTS expression. |
static WhereExpression |
QueryHelper.newCurrentEffCondition()
Returns a condition selecting an Eff if it is current (i.e., it has not been deleted). |
(package private) static WhereExpression |
QueryHelper.newDifferentCreationCondition(FromClause fc,
int effIdx)
|
QuerySpec |
PersistableEffConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a 'context = |
QuerySpec |
EffConfigSpecGroup.appendSearchCriteria(QuerySpec querySpec)
Appends the search criteria for each PersistableEffConfigSpec contained by this group, separating them with the OR operator. |
QuerySpec |
EffConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Restricts the query to return only those items with the specified EffConfigSpec#effContext and whose EffConfigSpec.value
is between the start and end values any effectivities. |
private SearchCondition |
EffConfigSpec.getSearchCondition(String attr,
String oper)
|
Uses of QueryException in wt.enterprise |
Methods in wt.enterprise that throw QueryException | |
void |
PartReplacementsProcessor.initializeSubstitutesTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Queries for substitutes of context part's master and constructs the display table |
void |
PartReplacementsProcessor.initializeSubstituteForTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Queries for part masters for which the context part's master is a substitute and constructs the display table |
private SortedEnumeration |
BasicTemplateProcessor.getAllCabinets(String permission)
Deprecated. Returns all cabinets for which the current user has the given permission. |
Uses of QueryException in wt.epm |
Methods in wt.epm that throw QueryException | |
QuerySpec |
EPMDocConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
Uses of QueryException in wt.epm.retriever |
Methods in wt.epm.retriever that throw QueryException | |
QuerySpec |
LatestConfigSpecWithoutWorkingCopies.appendSearchCriteria(QuerySpec querySpec)
|
QuerySpec |
LatestConfigSpecWithoutWorkingCopies.appendSearchCriteria(QuerySpec querySpec)
|
Uses of QueryException in wt.epm.util |
Methods in wt.epm.util that throw QueryException | |
private static ExistsExpression |
FamilyUtility.fromWorkingCopy(QuerySpec outerSelect,
int betweenInsts,
int betweenGenerics)
|
private static QuerySpec |
FamilyUtility.newSubSelect(String prefix)
|
QuerySpec |
EPMConfigSpecFilter.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
private QueryResult |
EPMConfigSpecFilter.applyFilter(QueryResult results)
|
Uses of QueryException in wt.epm.workspaces |
Methods in wt.epm.workspaces that throw QueryException | |
QuerySpec |
WorkspaceConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
EPMAsStoredConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the QuerySpec based on the substitution rules to be followed. |
protected SubSelectExpression |
EPMAsStoredConfigSpec.inBaseline()
|
protected SubSelectExpression |
EPMAsStoredConfigSpec.masterInBaseline(Class objectClass)
|
protected QuerySpec |
EPMAsStoredConfigSpec.newSubSelect()
|
Uses of QueryException in wt.fc |
Methods in wt.fc that throw QueryException | |
static SearchCondition |
PersistenceHelper.getUnassignedOidSearchCondition(Class a_class)
Creates a SearchCondition that will find all objects of a given class that don't have an ObjectIdentifier with an assigned id value. |
static QueryResult |
PersistenceHelper.getUnassignedObjects()
Finds all Persistable objects that don't have an ObjectIdentifier with an assigned id value. |
SearchCondition |
ObjectReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
static SearchCondition |
PersistenceHelper.getUnassignedOidSearchCondition(Class a_class)
Creates a SearchCondition that will find all objects of a given class that don't have an ObjectIdentifier with an assigned id value. |
static QueryResult |
PersistenceHelper.getUnassignedObjects()
Finds all Persistable objects that don't have an ObjectIdentifier with an assigned id value. |
SearchCondition |
ObjectReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Uses of QueryException in wt.folder |
Methods in wt.folder that throw QueryException | |
static SearchCondition |
FolderHelper.getSearchCondition(Cabinet cabinet,
boolean residesIn)
Return a SearchCondition object which can be used to
locate all Foldered objects that either reside in or
don't reside in the specified Cabinet . |
SearchCondition |
CabinetReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
static SearchCondition |
FolderHelper.getSearchCondition(Cabinet cabinet,
boolean residesIn)
Return a SearchCondition object which can be used to
locate all Foldered objects that either reside in or
don't reside in the specified Cabinet . |
SearchCondition |
CabinetReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Uses of QueryException in wt.fv |
Methods in wt.fv that throw QueryException | |
(package private) QueryResult |
RevaultElemFinder.findPDSToVaultItems(FvVault vault,
long sId)
|
(package private) QueryResult |
RevaultElemFinder.findVaultToPDSItems(FvVault vault,
long sId)
|
(package private) QueryResult |
RevaultElemFinder.findOtherVaultsToCurVaultItems(FvVault vault,
long sId)
|
(package private) QueryResult |
RevaultElemFinder.findCurVaultToOtherVaultsItems(FvVault vault,
long sId)
|
(package private) QueryResult |
RevaultElemFinder.findForceToSingleVaultItems(FvVault vault,
long sId)
Find all the elements which must go to the single vault if property wt.fv.forceContentToVault is set to TRUE |
Vector |
ReplicatorElemFinder.findFromFvVaultsItems(ReplicaVault vault,
Vector rNum)
| |* Method finds all the items located in the filevaults on the master site, *| |* which shout be replicated according to the FvPolicyRule objects in the db*| |
Vector |
ReplicatorElemFinder.findFromOrigContentItems(ReplicaVault vault,
Vector rNum)
| |* Method finds all the items located in the database, *| |* which shout be replicated according to the FvPolicyRule objects in the db*| |
Vector |
ReplicatorElemFinder.findEromOtherRemoteVaultItems(ReplicaVault vault,
Vector rNum)
| |* This method finds "Streamed" objects that have to be replicated in to *| |*the (OUR) ReplicaVault which was passed in as an argument. |
Vector |
ReplicatorElemFinder.findRemotelyUploadedMasterContentItems(ReplicaVault rVault,
int[] actual)
|
QueryResult |
ReplicatorElemFinder.findListUnreferencedReplicatedItems2(ReplicaVault rVault,
Class cHolder)
|
Vector |
ReplicatorElemFinder.findListUnreferencedReplicatedItems1(ReplicaVault rVault,
Class cHolder)
|
Vector |
ReplicatorElemFinder.findListUnreferencedReplicatedItems(ReplicaVault rVault,
Class cHolder)
|
private Vector |
FvPolicyRuleHelper.getSortedFvPolicyRules(Site site,
String vaultClassType,
AdminDomainRef domainRef)
\ |* Returns rules for the given Site <-> type pair topologicaly sorted. |
Uses of QueryException in wt.fv.local |
Methods in wt.fv.local that throw QueryException | |
static Vector |
RedirectDownloadHTTP.getMirrorURLs(ApplicationData appData,
ContentHolder holder)
Supported API: false |
static URL |
RedirectDownloadHTTP.getPreferredURL(ApplicationData appData,
ContentHolder holder)
Supported API: false |
static Vector |
RedirectDownloadHTTP.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
|
Uses of QueryException in wt.fv.master |
Methods in wt.fv.master that throw QueryException | |
Vector |
StandardMasterService.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns a vector of URLs. |
static Vector |
RedirectDownload.getMirrorURLs(ApplicationData appData,
ContentHolder holder)
Supported API: false |
static URL |
RedirectDownload.getPreferredURL(ApplicationData appData,
ContentHolder holder)
Supported API: false |
protected static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
String fileName)
|
protected static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder)
|
static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster,
String fileName)
|
static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
|
private static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster,
boolean withSign,
String fileName)
|
static URL |
RedirectDownload.getPreferredURL(ApplicationData appData,
ContentHolder holder,
boolean withSign)
|
static WTKeyedMap |
RedirectDownload.getSignedDirectMasterURLs(WTKeyedMap holders)
|
static String |
RedirectDownload.getSignedDirectMasterURL(ApplicationData appData,
ContentHolder holder)
|
Vector |
MasterServiceFwd.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns a vector of URLs. |
Vector |
MasterService.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns a vector of URLs. |
Uses of QueryException in wt.inf.container |
Methods in wt.inf.container that throw QueryException | |
SearchCondition |
WTContainerReferenceSearch.getSearchCondition(Class classname)
Supported API: false |
SearchCondition |
WTContainerReferenceSearch.getSearchCondition(Class classname)
Supported API: false |
Uses of QueryException in wt.lifecycle |
Methods in wt.lifecycle that throw QueryException | |
private PhaseTemplate |
StandardLifeCycleService.stateSearch(LifeCycleTemplate aTemplate,
State aState)
|
SearchCondition |
LifeCycleTemplateReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
(package private) static WhereExpression |
LifeCycleHelper.noTransition(FromClause fc,
int lctIdx)
Returns a WHERE expression that selects a row from the argument FROM clause of a life cycle template query if the template does not have associated with it any transitions other than NEXT. |
private PhaseTemplate |
StandardLifeCycleService.stateSearch(LifeCycleTemplate aTemplate,
State aState)
|
SearchCondition |
LifeCycleTemplateReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
(package private) static WhereExpression |
LifeCycleHelper.noTransition(FromClause fc,
int lctIdx)
Returns a WHERE expression that selects a row from the argument FROM clause of a life cycle template query if the template does not have associated with it any transitions other than NEXT. |
Uses of QueryException in wt.locks |
Methods in wt.locks that throw QueryException | |
static SearchCondition |
LockHelper.getSearchCondition(Class target,
boolean state)
Gets a SearchCondition to be appended to a query of all the objects that are either locked or unlocked. |
static SearchCondition |
LockHelper.getSearchCondition(Class target,
WTPrincipal 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 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. |
Uses of QueryException in wt.maturity |
Methods in wt.maturity that throw QueryException | |
QuerySpec |
PromotionNoticeConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
Uses of QueryException in wt.meeting |
Methods in wt.meeting that throw QueryException | |
private void |
MigrateMeetingActionItem_PL60ToPL61.setMeetingCenterMeetingFields(Connection con,
PersistentObjectManager pom,
PrintWriter pw)
|
private void |
MigrateMeetingActionItem_PL60ToPL61.setActionItemFields(Connection con,
PersistentObjectManager pom,
PrintWriter pw)
|
private void |
MigrateMeetingActionItem_PL60ToPL61.setMeetingCenterMeetingFields(Connection con,
PersistentObjectManager pom,
PrintWriter pw)
|
private void |
MigrateMeetingActionItem_PL60ToPL61.setActionItemFields(Connection con,
PersistentObjectManager pom,
PrintWriter pw)
|
Uses of QueryException in wt.org |
Methods in wt.org that throw QueryException | |
SearchCondition |
WTPrincipalReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Hashtable |
StandardOrganizationServicesManager.getUserElectronicIdentificationInfo(boolean getAll,
WTUser a_user)
Null if no objects found. |
Hashtable |
StandardOrganizationServicesManager.getUserElectronicIdentification(boolean getAll,
WTUser a_user)
Supported API: false |
private QueryResult |
StandardOrganizationServicesManager.queryUserElectronicIdentification(boolean all,
WTUser a_user)
Queries for a user electronic identification by either getting all the ElectronicSignatures or calls queryActiveUserElectronicIdentification for only active ElectronicSignatures. |
private QueryResult |
StandardOrganizationServicesManager.enforceSingleActiveElectronicID(QueryResult result,
WTUser axuser)
Enforces the business rule that there can be only a single active electronic ID. |
private QueryResult |
StandardOrganizationServicesManager.queryActiveUserElectronicIdentification(WTUser auser)
Performs the query that retrieves all the Active ElectronicSignatures for a given user. |
Hashtable |
OrganizationServicesManagerFwd.getUserElectronicIdentificationInfo(boolean getAll,
WTUser a_user)
Null if no objects found. |
Hashtable |
OrganizationServicesManagerFwd.getUserElectronicIdentification(boolean getAll,
WTUser a_user)
Supported API: false |
Hashtable |
OrganizationServicesManager.getUserElectronicIdentificationInfo(boolean getAll,
WTUser a_user)
Null if no objects found. |
Hashtable |
OrganizationServicesManager.getUserElectronicIdentification(boolean getAll,
WTUser a_user)
Supported API: false |
SearchCondition |
WTPrincipalReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Hashtable |
StandardOrganizationServicesManager.getUserElectronicIdentificationInfo(boolean getAll,
WTUser a_user)
Null if no objects found. |
Hashtable |
StandardOrganizationServicesManager.getUserElectronicIdentification(boolean getAll,
WTUser a_user)
Supported API: false |
private QueryResult |
StandardOrganizationServicesManager.queryUserElectronicIdentification(boolean all,
WTUser a_user)
Queries for a user electronic identification by either getting all the ElectronicSignatures or calls queryActiveUserElectronicIdentification for only active ElectronicSignatures. |
private QueryResult |
StandardOrganizationServicesManager.enforceSingleActiveElectronicID(QueryResult result,
WTUser axuser)
Enforces the business rule that there can be only a single active electronic ID. |
private QueryResult |
StandardOrganizationServicesManager.queryActiveUserElectronicIdentification(WTUser auser)
Performs the query that retrieves all the Active ElectronicSignatures for a given user. |
Hashtable |
OrganizationServicesManagerFwd.getUserElectronicIdentificationInfo(boolean getAll,
WTUser a_user)
Null if no objects found. |
Hashtable |
OrganizationServicesManagerFwd.getUserElectronicIdentification(boolean getAll,
WTUser a_user)
Supported API: false |
Hashtable |
OrganizationServicesManager.getUserElectronicIdentificationInfo(boolean getAll,
WTUser a_user)
Null if no objects found. |
Hashtable |
OrganizationServicesManager.getUserElectronicIdentification(boolean getAll,
WTUser a_user)
Supported API: false |
Uses of QueryException in wt.org.electronicIdentity |
Methods in wt.org.electronicIdentity that throw QueryException | |
static void |
SignElectronicSignature.setObjectsElectronicSignature(WTUser user,
ElectronicallySignable signObject)
API used for signing an object with a users electronic identification. |
static void |
SignElectronicSignature.setObjectsElectronicSignature(WTUser user,
ElectronicallySignable signObject,
String comments,
String instructions,
String role,
String vote)
API used for signing an object with a users electronic identification. |
static void |
SignElectronicSignature.setObjectsElectronicSignature(WTUser user,
ElectronicallySignable signObject,
String comments)
API used for signing an object with a users electronic identification. |
Uses of QueryException in wt.ownership |
Methods in wt.ownership that throw QueryException | |
static SearchCondition |
OwnershipHelper.getSearchCondition(Class targetClass,
boolean owned)
Create a SearchCondition that will return Ownable
objects that are either owned or not owned by a WTPrincipal . |
static SearchCondition |
OwnershipHelper.getSearchCondition(Class targetClass,
WTPrincipal owner,
boolean owned)
Create a SearchCondition that will return Ownable
objects that are owned (or not owned) by the supplied WTPrincipal . |
Uses of QueryException in wt.part |
Methods in wt.part that throw QueryException | |
QuerySpec |
WTPartStandardConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
WTPartEffectivityConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
WTPartConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
WTPartBaselineConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
StandardPartDocService.LatestReleasedConfigSpec.appendSearchCriteria(QuerySpec querySpec)
|
Uses of QueryException in wt.project |
Methods in wt.project that throw QueryException | |
SearchCondition |
ProjectReferenceSearch.getSearchCondition(Class classname)
Deprecated. Return a SearchCondition for this search object. |
Uses of QueryException in wt.query |
Methods in wt.query that throw QueryException | |
int |
WhereExpression.validate(TableExpression[] a_fromTables,
int a_offset)
This method validates the expression against the FROM clause. |
int |
WhereExpression.setAliases(String[] a_aliases,
int a_offset)
This method sets the aliases for components of the expression. |
String |
WhereExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
Return string representation of this expression. |
WhereExpression |
WhereExpression.getJoinConditions(String a_alias)
This method is to return the join search condition. |
boolean |
WhereExpression.isAllJoinConditions(String a_alias)
Supported API: false |
WhereExpression |
WhereExpression.getJoinConditions(String a_alias,
boolean a_removed)
This method is to return the join search condition. |
boolean |
WhereExpression.isAllJoinConditions(String a_alias,
boolean a_removed)
Supported API: false |
WhereExpression |
WhereExpression.getJoinConditions(String a_alias,
int a_outerNonJoinFromIndex,
boolean a_removed)
This method is to return the join search condition. |
Object |
WhereClause.append(WhereExpression a_whereExpression,
TableExpression[] a_fromTables,
String[] a_aliases)
Appends a search condtion for the specified classes. |
WhereClause |
WhereClause.getJoinWhereClause(String a_alias)
Supported API: false |
WhereClause |
WhereClause.getJoinWhereClause(String a_alias,
int a_outerNonJoinFromIndex)
Supported API: false |
SearchCondition |
TimestampSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
TimestampRangeSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Vector |
TableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
int |
TableColumn.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
TableColumn.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
String |
SubSelectExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
int |
SubSelectExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
static SQLFunction |
SQLFunction.newSQLFunction(String a_functionName,
ColumnExpression a_argument)
Constructs a new SQLFunction. |
static SQLFunction |
SQLFunction.newSQLFunction(String a_functionName,
ColumnExpression a_argument_1,
ColumnExpression a_argument_2)
Constructs a new SQLFunction. |
static SQLFunction |
SQLFunction.newSQLFunction(String a_functionName,
ColumnExpression a_argument_1,
ColumnExpression a_argument_2,
ColumnExpression a_argument_3)
Constructs a new SQLFunction. |
static SQLFunction |
SQLFunction.newSQLFunction(String a_functionName,
ColumnExpression[] a_arguments)
Constructs a new SQLFunction. |
int |
SQLFunction.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
SQLFunction.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
String |
SQLClause.getClause(FromClause a_fromClause,
boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
String representation of the clause. |
int |
SearchCondition.validate(TableExpression[] a_fromTables,
int a_offset)
This method validates the expression against the FROM clause. |
int |
SearchCondition.setAliases(String[] a_aliases,
int a_offset)
This method sets the aliases for components of the expression. |
String |
SearchCondition.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
Return string representation of this expression. |
WhereExpression |
SearchCondition.getJoinConditions(String a_alias)
This method is to return the join search condition. |
boolean |
SearchCondition.isAllJoinConditions(String a_alias)
Supported API: false |
WhereExpression |
SearchCondition.getJoinConditions(String a_alias,
boolean a_removed)
This method is to return the join search condition. |
boolean |
SearchCondition.isAllJoinConditions(String a_alias,
boolean a_removed)
Supported API: false |
WhereExpression |
SearchCondition.getJoinConditions(String a_alias,
int a_outerNonJoinFromIndex,
boolean a_removed)
This method is to return the join search condition. |
private void |
SearchCondition.initialize(Class queryClass,
String attribute,
String operator,
Object value)
|
private void |
SearchCondition.initialize(Class queryClass,
Class linkClass,
String attribute,
String linkAttribute,
String operator)
|
private void |
SearchCondition.initialize(Class queryClass,
String attribute,
String operator,
RelationalExpression rhs)
|
private void |
SearchCondition.initialize(RelationalExpression lhs,
String a_operator,
RelationalExpression rhs)
|
private void |
SearchCondition.initialize(RelationalExpression lhs,
String a_operator,
RelationalExpression rhs,
int leftIndex,
int rightIndex)
|
private String |
SearchCondition.getClause(boolean leftHandBind,
boolean rightHandBind,
Vector a_tableInfos,
Vector a_aliases)
String representation of the select where clause. |
private void |
SearchCondition.validateSearchTerm(Class javaType)
|
private void |
SearchCondition.checkType(Class aJavaType,
ClassAttribute targetClassAttribute)
|
private void |
SearchCondition.leftHandSideToUpper()
|
String |
RelationalExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
String |
RangeExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
int |
RangeExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
QuerySpec.getWhere()
Gets the value of the attribute: where. |
String |
QuerySpec.getOrderBy()
Gets the value of the attribute: orderBy. |
String |
QuerySpec.getGroupBy()
Gets the value of the attribute: groupBy. |
void |
QuerySpec.appendOrderBy(OrderBy a_orderBy,
int a_classIndex)
Deprecated. at R6, Replaced by appendOrderBy(OrderBy, int[]) |
void |
QuerySpec.appendOrderBy(OrderBy a_orderBy)
Deprecated. Replaced by appendOrderBy(OrderBy, int[]) |
void |
QuerySpec.appendSelectAttribute(String a_attributeName,
int a_classIndex,
boolean a_selectOnly)
Appends the class attribute to the select clause. |
void |
QuerySpec.appendSelectReference(String a_attributeName,
int a_classIndex)
Deprecated. Use appendSelectReference(String, int, boolean) |
void |
QuerySpec.appendSelect(ColumnExpression a_column,
int a_fromIndex,
boolean a_selectOnly)
Deprecated. as of R6.0, use appendSelect(ColumnExpression, int[], boolean) |
void |
QuerySpec.appendWhere(WhereExpression a_whereExpression)
Deprecated. As of 6.0, use appendWhere(WhereExpression, int[]) |
void |
QuerySpec.appendWhere(WhereExpression a_whereExpression,
int a_fromIndex)
Deprecated. As of 7.0, use appendWhere(WhereExpression, int[]) |
void |
QuerySpec.appendWhere(WhereExpression a_whereExpression,
int a_fromIndex1,
int a_fromIndex2)
Deprecated. As of 7.0, use appendWhere(WhereExpression, int[]) |
void |
QuerySpec.appendWhere(WhereExpression a_whereExpression,
TableExpression[] a_tableExpressions,
String[] a_aliases)
Appends an expression to the WHERE clause. |
void |
QuerySpec.appendSelect(ColumnExpression a_column,
boolean a_selectOnly)
Appends the column expression to the select clause. |
void |
QuerySpec.appendSelectReference(ColumnExpression a_className,
ColumnExpression a_id,
int a_classNameFromIndex,
int a_idFromIndex)
Deprecated. Use appendSelectReference(ColumnExpression, ColumnExpression, int, int, boolean) |
void |
QuerySpec.appendGroupBy(ColumnExpression a_column,
int a_fromIndex,
boolean a_appendSelect)
Deprecated. at R6, Use appendGroupBy(ColumnExpression, int[], boolean) |
void |
QuerySpec.appendSelectReference(String a_attributeName,
int a_classIndex,
boolean a_fullObject)
Appends the class reference to the select clause. |
void |
QuerySpec.appendSelectReference(ColumnExpression a_className,
ColumnExpression a_id,
int a_classNameFromIndex,
int a_idFromIndex,
boolean a_fullObject)
Appends the class reference to the select clause. |
void |
QuerySpec.appendWhere(WhereExpression a_whereExpression,
int[] a_fromIndicies)
Appends an expression to the WHERE clause. |
void |
QuerySpec.appendSelect(ColumnExpression a_column,
int[] a_fromIndicies,
boolean a_selectOnly)
Appends the column expression to the select clause. |
void |
QuerySpec.appendOrderBy(OrderBy a_orderBy,
int[] a_fromIndicies)
This method appends the OrderBy expression to the OrderBy clause of the query. |
void |
QuerySpec.appendGroupBy(ColumnExpression a_column,
int[] a_fromIndicies,
boolean a_appendSelect)
Appends the column expression to the GROUP BY clause. |
void |
QuerySpec.appendHint(String a_hint)
This method appends a datastore specific query optimization hint. |
void |
QuerySpec.appendHaving(WhereExpression a_where,
int[] a_fromIndicies)
Appends the where expression to the HAVING clause. |
Class |
QuerySpec.getClassAt(int position)
Returns the class at the specified position in the class list. |
int |
QuerySpec.appendClassList(Class newClass,
boolean isSelectable)
Appends a new class to the class list. |
int |
QuerySpec.addClassList(Class newClass,
boolean isSelectable)
Adds the class to the class list. |
boolean |
QuerySpec.getSelect(int position)
Returns the selectable property for the specified position in the class list. |
void |
QuerySpec.setSelect(int position,
boolean isSelectable)
Sets the selectable property for the specified position in the class list. |
void |
QuerySpec.appendSearchCondition(SearchCondition aSearchCondition)
Deprecated. Replaced by appendWhere(WhereExpression, int[]) |
void |
QuerySpec.appendSearchCondition(SearchCondition aSearchCondition,
int position,
int joinPosition)
Deprecated. Replaced by appendWhere(WhereExpression, int, int) |
void |
QuerySpec.appendOrderBy(Class targetClass,
String attrName,
boolean descending)
Deprecated. Replaced by appendOrderBy(OrderBy, int[]) |
void |
QuerySpec.appendOrderBy(Class targetClass,
String attrName,
boolean descending,
SQLFunction sqlfunction)
Deprecated. Replaced by appendOrderBy(OrderBy, int[]) |
private void |
QuerySpec.checkPersistable(Class queryClass)
|
protected void |
QuerySpec.initialize(Class[] queryClasses,
QuerySpecStatementBuilder a_statementBuilder)
|
(package private) void |
QuerySpec.appendSelect(ItemBuilder a_itemBuilder)
Appends the ItemBuilder to the select. |
void |
OrderByClause.append(OrderBy a_orderBy,
int[] a_fromIndicies,
FromClause a_fromClause)
Appends the OrderBy to the clause. |
protected String |
OrderByClause.getExpression(int a_index,
Vector a_tableInfos,
Vector a_aliases)
Supported API: false |
void |
ObjectReferenceSpec.append(WhereExpression a_where)
Deprecated. |
Vector |
NullTableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
int |
NegatedExpression.validate(TableExpression[] a_fromTables,
int a_offset)
This method validates the expression against the FROM clause. |
int |
NegatedExpression.setAliases(String[] a_aliases,
int a_offset)
This method sets the aliases for components of the expression. |
String |
NegatedExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
Return string representation of this expression. |
WhereExpression |
NegatedExpression.getJoinConditions(String a_alias)
This method is to return the join search condition. |
boolean |
NegatedExpression.isAllJoinConditions(String a_alias)
Supported API: false |
WhereExpression |
NegatedExpression.getJoinConditions(String a_alias,
boolean a_removed)
This method is to return the join search condition. |
boolean |
NegatedExpression.isAllJoinConditions(String a_alias,
boolean a_removed)
Supported API: false |
WhereExpression |
NegatedExpression.getJoinConditions(String a_alias,
int a_outerNonJoinFromIndex,
boolean a_removed)
This method is to return the join search condition. |
SearchCondition |
LongSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
protected abstract String |
ListClause.getExpression(int a_index,
Vector a_tableInfos,
Vector a_aliases)
Supported API: false |
String |
ListClause.getClause(FromClause a_fromClause,
boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
String representation of the clause. |
protected void |
ListClause.setFromAlias(ColumnExpression a_column,
FromClause a_fromClause,
int[] a_fromIndicies)
|
private void |
ListClause.setClassViewColumn(int a_index,
FromClause fromClause)
|
protected int[] |
ListClause.getClassAttributeFromIndicies(int a_fromCount,
FromClause a_fromClause,
int[] a_fromIndicies)
|
int |
KeywordExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
KeywordExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
SearchCondition |
IntegerSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
IntegerRangeSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
void |
GroupByClause.append(ColumnExpression a_groupBy,
int[] a_fromIndicies,
FromClause a_fromClause)
Appends the ColumnExpression to the clause. |
protected String |
GroupByClause.getExpression(int a_index,
Vector a_tableInfos,
Vector a_aliases)
Supported API: false |
static Vector |
FromClause.getClassInfos(Vector a_tables)
Return a Vector of ClassInfos for the tables in the FROM clause. |
SearchCondition |
FloatSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
FloatRangeSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
String |
FixedLengthStringExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
int |
FixedLengthStringExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
Vector |
ExternalTableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
int |
Expression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
int |
ExistsExpression.validate(TableExpression[] a_fromTables,
int a_offset)
This method validates the expression against the FROM clause. |
int |
ExistsExpression.setAliases(String[] a_aliases,
int a_offset)
This method sets the aliases for components of the expression. |
String |
ExistsExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
Return string representation of this expression. |
WhereExpression |
ExistsExpression.getJoinConditions(String a_alias)
This method is to return the join search condition. |
boolean |
ExistsExpression.isAllJoinConditions(String a_alias)
Supported API: false |
WhereExpression |
ExistsExpression.getJoinConditions(String a_alias,
boolean a_removed)
This method is to return the join search condition. |
boolean |
ExistsExpression.isAllJoinConditions(String a_alias,
boolean a_removed)
Supported API: false |
WhereExpression |
ExistsExpression.getJoinConditions(String a_alias,
int a_outerNonJoinFromIndex,
boolean a_removed)
This method is to return the join search condition. |
SearchCondition |
EnumeratedTypeSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
String |
DateExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
private QuerySpec |
DatabaseSearch.addToWhere(QuerySpec qs,
SearchCondition sc)
|
private QuerySpec |
DatabaseSearch.addToWhere(QuerySpec qs,
SearchCondition sc,
String logicalOperator)
|
int |
ConstantExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
ConstantExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
Object |
ConditionsClause.append(WhereExpression a_whereExpression,
int[] a_fromIndicies,
FromClause a_fromClause)
Appends a search condtion for the specified classes. |
void |
ConditionsClause.setClassViewColumn(int a_index,
FromClause a_fromClause)
Supported API: false |
String |
ConditionsClause.getClause(FromClause a_fromClause,
boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
String representation of the clause. |
Object |
ConditionsClause.append(WhereExpression a_whereExpression,
TableExpression[] a_fromTables,
String[] a_aliases,
int[] a_fromIndicies)
Supported API: false |
protected int[] |
ConditionsClause.getClassAttributeFromIndicies(int a_fromCount,
FromClause a_fromClause,
int[] a_fromIndicies)
|
void |
CompoundQuerySpec.appendOrderBy(OrderBy a_orderBy)
Appends an Order By expression to the compund query. |
int |
CompositeWhereExpression.validate(TableExpression[] a_fromTables,
int a_offset)
This method validates the expression against the FROM clause. |
int |
CompositeWhereExpression.setAliases(String[] a_aliases,
int a_offset)
This method sets the aliases for components of the expression. |
String |
CompositeWhereExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
Return string representation of this expression. |
WhereExpression |
CompositeWhereExpression.getJoinConditions(String a_alias)
This method is to return the join search condition. |
boolean |
CompositeWhereExpression.isAllJoinConditions(String a_alias)
Supported API: false |
WhereExpression |
CompositeWhereExpression.getJoinConditions(String a_alias,
boolean a_removed)
This method is to return the join search condition. |
boolean |
CompositeWhereExpression.isAllJoinConditions(String a_alias,
boolean a_removed)
Supported API: false |
WhereExpression |
CompositeWhereExpression.getJoinConditions(String a_alias,
int a_outerNonJoinFromIndex,
boolean a_removed)
This method is to return the join search condition. |
String |
ColumnListExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
int |
ColumnListExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
Vector |
ClassViewExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
Object |
ClassViewExpression.getAppendedJoinConditionsBindParamter(String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable)
Supported API: false |
Object |
ClassViewExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression,
String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable,
boolean a_useBind)
Supported API: false |
Vector |
ClassTableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
Object |
ClassTableExpression.getAppendedJoinConditionsBindParamter(String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable)
Supported API: false |
Object |
ClassTableExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression,
String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable,
boolean a_useBind)
Supported API: false |
int |
ClassAttribute.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
ClassAttribute.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
SearchCondition |
BooleanSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
AttributeSearchSpecification.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
AttributeRangeSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Vector |
ArrayTableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
String |
ArrayTableExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
int |
ArrayTableExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
String |
ArrayExpression.getExpression(boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases,
boolean a_outerJoin)
Return string representation of this expression. |
int |
ArrayExpression.validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
Vector |
AbstractSubSelectTableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
abstract Vector |
AbstractClassTableExpression.getTables()
Returns a Vector of TableExpressions corresponding to this TableExpression. |
abstract Object |
AbstractClassTableExpression.getAppendedJoinConditionsBindParamter(String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable)
Supported API: false |
abstract Object |
AbstractClassTableExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression,
String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable,
boolean a_useBind)
Supported API: false |
protected Vector |
AbstractClassTableExpression.getClassInfos(boolean a_descendant)
|
Constructors in wt.query that throw QueryException | |
SQLFunction(String function,
String format)
Deprecated. Replaced by SQLFunction(String, RelationalExpression, RelationalExpression) |
|
SearchCondition(RelationalExpression a_leftHandSide,
String a_operator,
RelationalExpression a_rightHandSide)
Constructs a SearchCondition. |
|
SearchCondition(RelationalExpression a_leftHandSide,
String a_operator)
Constructs a SearchCondition. |
|
SearchCondition(RelationalExpression a_leftHandSide,
String a_operator,
RelationalExpression a_rightHandSide,
int a_leftFromIndex,
int a_rightFromIndex)
Deprecated. as of R6.0, use SearchCondition(RelationalExpression, String, RelationalExpression) and setFromIndicies(int[], int) |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
ObjectIdentifier value)
Create a search condition for the query based on a value of an ObjectIdentifier type. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
String value)
Specify a search condition for the query based on a value of a string attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
String value,
boolean caseSensitive)
Specify a search condition for the query based on a value of a string attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Character value)
Specify a search condition for the query based on a value of a Character attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
char value)
Specify a search condition for the query based on a value of a Character attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String[] value,
boolean caseSensitive)
Specify a search condition for the query based on an array of values of a String attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String[] value,
boolean caseSensitive,
boolean negate)
Specify a search condition for the query based on an array of values of a String attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator)
Specify a search condition for the query based on a value of a boolean attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
BigDecimal value)
Specify a search condition for the query based on a value of a BIGDECIMAL attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Byte value)
Specify a search condition for the query based on a value of a byte attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
byte value)
Specify a search condition for the query based on a value of a byte attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Double value)
Specify a search condition for the query based on a value of a double attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
double value)
Specify a search condition for the query based on a value of a double attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Float value)
Specify a search condition for the query based on a value of a float attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
float value)
Specify a search condition for the query based on a value of a float attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Integer value)
Specify a search condition for the query based on a value of a integer attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
int value)
Specify a search condition for the query based on a value of a integer attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Long value)
Specify a search condition for the query based on a value of a long attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
long value)
Specify a search condition for the query based on a value of a long attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
long[] value)
Specify a search condition for the query based on an array of values of a long attribute. |
|
SearchCondition(Class targetClass,
String attribute,
Integer[] value,
boolean negate)
Specify a search condition for the query based on an array of values of a Integer attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
long[] value,
boolean negate)
Specify a search condition for the query based on an array of values of a long attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Short value)
Specify a search condition for the query based on a value of a Short attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
short value)
Specify a search condition for the query based on a value of a short attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Date value)
Specify a search condition for the query based on a value of a date attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Time value)
Specify a search condition for the query based on a value of a time attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
Timestamp value)
Specify a search condition for the query based on a value of a timestamp attribute. |
|
SearchCondition(Class targetClass,
String anAttribute,
boolean isBetween,
AttributeRange value)
Specify a search condition for the query based on a range of a timestamp, long, float, or integer. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
EnumeratedType value)
Specify a search condition for the query based on an EnumeratedType. |
|
SearchCondition(Class targetClass,
String anAttribute,
boolean isNull)
Specify a criteria for the query to test an attribute for NULL/NOT NULL. |
|
SearchCondition(Class targetClass,
String targetAttribute,
Class linkClass,
String linkAttribute)
Specify a criteria for the query to join a target and a link. |
|
SearchCondition(Class targetClass,
String anAttribute,
String operator,
boolean placeholder)
Specify a criteria for the query to add a placeholder. |
|
QuerySpec()
Create the specification object. |
|
QuerySpec(Class queryClass)
Create the specification object and identify the base class to be searched. |
|
QuerySpec(String queryClassname)
Deprecated. as of R6.0, use QuerySpec(Class) |
|
QuerySpec(Class baseClass1,
Class baseClass2)
Create the specification object and identify the base classes to be searched. |
|
QuerySpec(Class targetClass,
Class linkClass,
QuerySpec a_querySpec)
Deprecated. as of X05, use NavigateSpec(QuerySpec,String,Persistable) |
|
QuerySpec(Class[] queryClasses)
Deprecated. as of R6.0, use QuerySpec() and appendClassList(Class, boolean) |
|
QuerySpec(boolean a_initialize)
|
|
OrderBy(OrderByExpression a_expression,
boolean a_descending)
Supported API: true |
|
OrderBy(OrderByExpression a_expression,
boolean a_descending,
Locale a_locale)
Supported API: true |
|
ObjectReferenceSpec()
Deprecated. |
|
NavigateSpec()
This constructor initializes the instance. |
|
ClassAttribute(Class a_targetClass,
String a_attributeName)
Supported API: true |
|
ClassAttribute(Class a_targetClass,
String a_attributeName,
String a_fromAlias)
Supported API: false |
Uses of QueryException in wt.replication.unit |
Methods in wt.replication.unit that throw QueryException | |
QueryResult |
UnitOperationRecordQuery.doQuery(WTUnit wtUnit,
Class uorClass)
|
Uses of QueryException in wt.replication.unit.htmlGeneration |
Methods in wt.replication.unit.htmlGeneration that throw QueryException | |
void |
SendStatusUnitProcessor.showStatus(Properties parameters,
Locale locale,
OutputStream os)
|
void |
ReceiveStatusUnitProcessor.showStatus(Properties parameters,
Locale locale,
OutputStream os)
|
void |
ImportStatusUnitProcessor.showStatus(Properties parameters,
Locale locale,
OutputStream os)
|
void |
ExportStatusUnitProcessor.showStatus(Properties parameters,
Locale locale,
OutputStream os)
|
Uses of QueryException in wt.rule |
Methods in wt.rule that throw QueryException | |
static SearchCondition |
PersistentRule.getEnabledSearchCondition()
Return a search condition that can be used to select enabled rules. |
static SearchCondition |
PersistentRule.getDisabledSearchCondition()
Return a search condition that can be used to select disabled rules. |
Uses of QueryException in wt.rule.util |
Methods in wt.rule.util that throw QueryException | |
(package private) static WhereExpression |
QueryUtils.getWhereTypeIs(String typeName)
Returns a WhereExpression that can be used to filter
a query for TypeBasedRule s to only return rules whose
OBJ_TYPE attribute is equal to the specified type name. |
Uses of QueryException in wt.sandbox |
Methods in wt.sandbox that throw QueryException | |
QuerySpec |
SandboxConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
private QuerySpec |
SandboxConfigSpec.appendSandboxConfigSpecCriteria(QuerySpec querySpec,
String subSelectAliasPrefix,
boolean appendAndWhenPrevConditions,
boolean simplifyCriteria,
boolean cloneQuerySpec)
|
private QuerySpec |
SandboxConfigSpec.appendUserAndSandboxConfigSpecCriteria(QuerySpec querySpec)
|
Uses of QueryException in wt.scheduler |
Methods in wt.scheduler that throw QueryException | |
void |
ScheduleItemUtil.querySchedItem(String sClassName,
String sMethodName,
Vector vArgs)
This method will query the ScheduleItem table retrieving a result set. |
Uses of QueryException in wt.team |
Methods in wt.team that throw QueryException | |
SearchCondition |
TeamTemplateReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
TeamReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
TeamDistributionListReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
TeamTemplateReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
TeamReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
SearchCondition |
TeamDistributionListReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Uses of QueryException in wt.transfer |
Methods in wt.transfer that throw QueryException | |
static SearchCondition |
TransferHelper.getSearchCondition(Class target,
String name)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that have names like the given one. |
Uses of QueryException in wt.transfer.policy |
Methods in wt.transfer.policy that throw QueryException | |
static SearchCondition |
TransferPolicyHelper.getSearchCondition(Class target,
String name)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that have names like the given one. |
Uses of QueryException in wt.vc |
Methods in wt.vc that throw QueryException | |
SearchCondition |
VersionIdentifierSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
Mastered master)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that belong to the same master. |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
long branchId)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch. |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
boolean latest)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that are the "latest" iteration(s). |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
WTCollection objects,
boolean notIntheBranch)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch. |
SearchCondition |
VersionIdentifierSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
Mastered master)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that belong to the same master. |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
long branchId)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch. |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
boolean latest)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that are the "latest" iteration(s). |
static SearchCondition |
VersionControlHelper.getSearchCondition(Class target,
WTCollection objects,
boolean notIntheBranch)
Gets a SearchCondition to be appended to a query to find object(s) of the target class that are in a branch. |
Uses of QueryException in wt.vc.config |
Methods in wt.vc.config that throw QueryException | |
QuerySpec |
ViewConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "view = getView() OR view = null" to the QuerySpec if isParentIncluded() is false, otherwise appends "view = getView() OR view = parentView [...] OR view = null". |
QuerySpec |
OwnershipIndependentLatestConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "latest = true" statement to the QuerySpec, indicating that only versions (latest iterations) should be considered. |
QuerySpec |
MultipleOwnershipIndependentLatestConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "latest = true" statement to the QuerySpec, indicating that only versions (latest iterations) should be considered. |
QuerySpec |
MultipleLatestConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "latest == true" condition to the QuerySpec. |
QuerySpec |
LifeCycleConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "lifecyclestate = getLifeCycleState()" to the QuerySpec, indicating that all elements must be at the particular state. |
QuerySpec |
LatestConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "latest == true" condition to the QuerySpec. |
QuerySpec |
IteratedFolderedConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "folder = getFolder() OR folder = subFolder OR ..." to the QuerySpec. |
QuerySpec |
InUseConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Returns a clone of the passed-in QuerySpec. |
QuerySpec |
EffectivityConfigSpec.appendSearchCriteria(QuerySpec querySpec)
For a non-null date value with no effectiveConfigItem, appends a "configItemRef = NULL AND getEffectiveDate() >= startDate AND (getEffectiveDate() <= endDate OR endDate = WTDatedEffectivity.END_DATE)". |
QuerySpec |
ConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends to the supplied QuerySpec additional search criteria to reduce the resulting iterations to only those that will be considered by this ConfigSpec. |
QuerySpec |
BaselineConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Appends a "baseline = getBaseline()" to the QuerySpec, indicating that all iterations must belong to the baseline. |
Uses of QueryException in wt.vc.struct |
Methods in wt.vc.struct that throw QueryException | |
QuerySpec |
StandardStructService.ProjectTerminalConfigSpec.appendSearchCriteria(QuerySpec querySpec)
Append the businessConfigSpec and then append terminal/project container criteria. |
Uses of QueryException in wt.vc.views |
Methods in wt.vc.views that throw QueryException | |
SearchCondition |
ViewReferenceSearch.getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
Uses of QueryException in wt.vc.wip |
Methods in wt.vc.wip that throw QueryException | |
static SearchCondition |
WorkInProgressHelper.getSearchCondition(Class target,
boolean checkedOut)
Deprecated. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_WRK(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CO(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CI(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition(Class target,
boolean checkedOut)
Deprecated. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_WRK(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CO(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CI(Class target)
Determines a search condition to be appended on a query. |
Uses of QueryException in wt.workflow |
Methods in wt.workflow that throw QueryException | |
private QueryResult |
TableLoaderAction.queryParentByClass(Class clazz,
Vector refVector)
|
Uses of QueryException in wt.wrmf.delivery |
Methods in wt.wrmf.delivery that throw QueryException | |
(package private) void |
StandardReceiverService.updateDeliveryStatus(ShippingItem obj,
DeliveryStatus status)
|
private void |
StandardReceiverService.updateDeliveryStatus(long trackingId,
String srcSystem,
DeliveryStatus status)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |