org.opencrx.kernel.home1.cci2
Interface UserHomeQuery

All Superinterfaces:
AlertSenderQuery, AnyTypePredicate, AuditeeQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ImporterQuery, ModifiableQuery, SecureObjectQuery, WorkflowTargetQuery

public interface UserHomeQuery
extends AlertSenderQuery, AuditeeQuery, ImporterQuery, SecureObjectQuery, WorkflowTargetQuery, BasicObjectQuery


Method Summary
 MultivaluedFeaturePredicate accessHistory()
          Adds a constraint to the predicate for UserHome testing whether the feature accessHistory has values or not.
 MultivaluedFeaturePredicate alert()
          Adds a constraint to the predicate for UserHome testing whether the feature alert has values or not.
 MultivaluedFeaturePredicate assignedActivity()
          Adds a constraint to the predicate for UserHome testing whether the feature assignedActivity has values or not.
 MultivaluedFeaturePredicate assignedContract()
          Adds a constraint to the predicate for UserHome testing whether the feature assignedContract has values or not.
 MultivaluedFeaturePredicate chart()
          Adds a constraint to the predicate for UserHome testing whether the feature chart has values or not.
 OptionalFeaturePredicate contact()
          Adds a constraint to the predicate for UserHome testing whether the value of the feature contact is null or not.
 MultivaluedFeaturePredicate eMailAccount()
          Adds a constraint to the predicate for UserHome testing whether the feature eMailAccount has values or not.
 MultivaluedFeaturePredicate exportProfile()
          Adds a constraint to the predicate for UserHome testing whether the feature exportProfile has values or not.
 AccessHistoryQuery forAllAccessHistory()
          Adds a condition for the feature accessHistory to the predicate for UserHome, which evaluates to false unless the value of the feature accessHistory satisfies the given condition.
 AlertQuery forAllAlert()
          Adds a condition for the feature alert to the predicate for UserHome, which evaluates to false unless the value of the feature alert satisfies the given condition.
 ActivityQuery forAllAssignedActivity()
          Adds a condition for the feature assignedActivity to the predicate for UserHome, which evaluates to false unless the value of the feature assignedActivity satisfies the given condition.
 AbstractContractQuery forAllAssignedContract()
          Adds a condition for the feature assignedContract to the predicate for UserHome, which evaluates to false unless the value of the feature assignedContract satisfies the given condition.
 MediaQuery forAllChart()
          Adds a condition for the feature chart to the predicate for UserHome, which evaluates to false unless the value of the feature chart satisfies the given condition.
 ContactQuery forAllContact()
          Adds a condition for the feature contact to the predicate for UserHome, which evaluates to false unless the value of the feature contact satisfies the given condition.
 EMailAccountQuery forAllEMailAccount()
          Adds a condition for the feature eMailAccount to the predicate for UserHome, which evaluates to false unless the value of the feature eMailAccount satisfies the given condition.
 ExportProfileQuery forAllExportProfile()
          Adds a condition for the feature exportProfile to the predicate for UserHome, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.
 ObjectFinderQuery forAllObjectFinder()
          Adds a condition for the feature objectFinder to the predicate for UserHome, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.
 PrincipalGroupQuery forAllPrimaryGroup()
          Adds a condition for the feature primaryGroup to the predicate for UserHome, which evaluates to false unless the value of the feature primaryGroup satisfies the given condition.
 QuickAccessQuery forAllQuickAccess()
          Adds a condition for the feature quickAccess to the predicate for UserHome, which evaluates to false unless the value of the feature quickAccess satisfies the given condition.
 StringTypePredicate forAllSendMailSubjectPrefix()
          Adds a condition for the feature sendMailSubjectPrefix to the predicate for UserHome, which evaluates to false unless the value of the feature sendMailSubjectPrefix satisfies the given condition.
 StringTypePredicate forAllSettings()
          Adds a condition for the feature settings to the predicate for UserHome, which evaluates to false unless the value of the feature settings satisfies the given condition.
 BooleanTypePredicate forAllStoreSettingsOnLogoff()
          Adds a condition for the feature storeSettingsOnLogoff to the predicate for UserHome, which evaluates to false unless the value of the feature storeSettingsOnLogoff satisfies the given condition.
 SubscriptionQuery forAllSubscription()
          Adds a condition for the feature subscription to the predicate for UserHome, which evaluates to false unless the value of the feature subscription satisfies the given condition.
 SyncProfileQuery forAllSyncProfile()
          Adds a condition for the feature syncProfile to the predicate for UserHome, which evaluates to false unless the value of the feature syncProfile satisfies the given condition.
 StringTypePredicate forAllWebAccessUrl()
          Adds a condition for the feature webAccessUrl to the predicate for UserHome, which evaluates to false unless the value of the feature webAccessUrl satisfies the given condition.
 WfProcessInstanceQuery forAllWfProcessInstance()
          Adds a condition for the feature wfProcessInstance to the predicate for UserHome, which evaluates to false unless the value of the feature wfProcessInstance satisfies the given condition.
 MultivaluedFeaturePredicate objectFinder()
          Adds a constraint to the predicate for UserHome testing whether the feature objectFinder has values or not.
 SimpleTypeOrder orderBySendMailSubjectPrefix()
          Allows to adds a sort instruction for UserHome depending the feature sendMailSubjectPrefix Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySettings()
          Allows to adds a sort instruction for UserHome depending the feature settings Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStoreSettingsOnLogoff()
          Allows to adds a sort instruction for UserHome depending the feature storeSettingsOnLogoff Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByWebAccessUrl()
          Allows to adds a sort instruction for UserHome depending the feature webAccessUrl Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate primaryGroup()
          Adds a constraint to the predicate for UserHome testing whether the value of the feature primaryGroup is null or not.
 MultivaluedFeaturePredicate quickAccess()
          Adds a constraint to the predicate for UserHome testing whether the feature quickAccess has values or not.
 OptionalFeaturePredicate sendMailSubjectPrefix()
          Adds a constraint to the predicate for UserHome testing whether the value of the feature sendMailSubjectPrefix is null or not.
 OptionalFeaturePredicate settings()
          Adds a constraint to the predicate for UserHome testing whether the value of the feature settings is null or not.
 OptionalFeaturePredicate storeSettingsOnLogoff()
          Adds a constraint to the predicate for UserHome testing whether the value of the feature storeSettingsOnLogoff is null or not.
 MultivaluedFeaturePredicate subscription()
          Adds a constraint to the predicate for UserHome testing whether the feature subscription has values or not.
 MultivaluedFeaturePredicate syncProfile()
          Adds a constraint to the predicate for UserHome testing whether the feature syncProfile has values or not.
 AccessHistoryQuery thereExistsAccessHistory()
          Adds a condition for the feature accessHistory to the predicate for UserHome, which evaluates to false unless the value of the feature accessHistory satisfies the given condition.
 AlertQuery thereExistsAlert()
          Adds a condition for the feature alert to the predicate for UserHome, which evaluates to false unless the value of the feature alert satisfies the given condition.
 ActivityQuery thereExistsAssignedActivity()
          Adds a condition for the feature assignedActivity to the predicate for UserHome, which evaluates to false unless the value of the feature assignedActivity satisfies the given condition.
 AbstractContractQuery thereExistsAssignedContract()
          Adds a condition for the feature assignedContract to the predicate for UserHome, which evaluates to false unless the value of the feature assignedContract satisfies the given condition.
 MediaQuery thereExistsChart()
          Adds a condition for the feature chart to the predicate for UserHome, which evaluates to false unless the value of the feature chart satisfies the given condition.
 ContactQuery thereExistsContact()
          Adds a condition for the feature contact to the predicate for UserHome, which evaluates to false unless the value of the feature contact satisfies the given condition.
 EMailAccountQuery thereExistsEMailAccount()
          Adds a condition for the feature eMailAccount to the predicate for UserHome, which evaluates to false unless the value of the feature eMailAccount satisfies the given condition.
 ExportProfileQuery thereExistsExportProfile()
          Adds a condition for the feature exportProfile to the predicate for UserHome, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.
 ObjectFinderQuery thereExistsObjectFinder()
          Adds a condition for the feature objectFinder to the predicate for UserHome, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.
 PrincipalGroupQuery thereExistsPrimaryGroup()
          Adds a condition for the feature primaryGroup to the predicate for UserHome, which evaluates to false unless the value of the feature primaryGroup satisfies the given condition.
 QuickAccessQuery thereExistsQuickAccess()
          Adds a condition for the feature quickAccess to the predicate for UserHome, which evaluates to false unless the value of the feature quickAccess satisfies the given condition.
 StringTypePredicate thereExistsSendMailSubjectPrefix()
          Adds a condition for the feature sendMailSubjectPrefix to the predicate for UserHome, which evaluates to false unless the value of the feature sendMailSubjectPrefix satisfies the given condition.
 StringTypePredicate thereExistsSettings()
          Adds a condition for the feature settings to the predicate for UserHome, which evaluates to false unless the value of the feature settings satisfies the given condition.
 BooleanTypePredicate thereExistsStoreSettingsOnLogoff()
          Adds a condition for the feature storeSettingsOnLogoff to the predicate for UserHome, which evaluates to false unless the value of the feature storeSettingsOnLogoff satisfies the given condition.
 SubscriptionQuery thereExistsSubscription()
          Adds a condition for the feature subscription to the predicate for UserHome, which evaluates to false unless the value of the feature subscription satisfies the given condition.
 SyncProfileQuery thereExistsSyncProfile()
          Adds a condition for the feature syncProfile to the predicate for UserHome, which evaluates to false unless the value of the feature syncProfile satisfies the given condition.
 StringTypePredicate thereExistsWebAccessUrl()
          Adds a condition for the feature webAccessUrl to the predicate for UserHome, which evaluates to false unless the value of the feature webAccessUrl satisfies the given condition.
 WfProcessInstanceQuery thereExistsWfProcessInstance()
          Adds a condition for the feature wfProcessInstance to the predicate for UserHome, which evaluates to false unless the value of the feature wfProcessInstance satisfies the given condition.
 OptionalFeaturePredicate webAccessUrl()
          Adds a constraint to the predicate for UserHome testing whether the value of the feature webAccessUrl is null or not.
 MultivaluedFeaturePredicate wfProcessInstance()
          Adds a constraint to the predicate for UserHome testing whether the feature wfProcessInstance has values or not.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery
audit, forAllAudit, thereExistsAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

accessHistory

MultivaluedFeaturePredicate accessHistory()
Adds a constraint to the predicate for UserHome testing whether the feature accessHistory has values or not.


thereExistsAccessHistory

AccessHistoryQuery thereExistsAccessHistory()
Adds a condition for the feature accessHistory to the predicate for UserHome, which evaluates to false unless the value of the feature accessHistory satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAccessHistory

AccessHistoryQuery forAllAccessHistory()
Adds a condition for the feature accessHistory to the predicate for UserHome, which evaluates to false unless the value of the feature accessHistory satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


alert

MultivaluedFeaturePredicate alert()
Adds a constraint to the predicate for UserHome testing whether the feature alert has values or not.


thereExistsAlert

AlertQuery thereExistsAlert()
Adds a condition for the feature alert to the predicate for UserHome, which evaluates to false unless the value of the feature alert satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAlert

AlertQuery forAllAlert()
Adds a condition for the feature alert to the predicate for UserHome, which evaluates to false unless the value of the feature alert satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


assignedActivity

MultivaluedFeaturePredicate assignedActivity()
Adds a constraint to the predicate for UserHome testing whether the feature assignedActivity has values or not.


thereExistsAssignedActivity

ActivityQuery thereExistsAssignedActivity()
Adds a condition for the feature assignedActivity to the predicate for UserHome, which evaluates to false unless the value of the feature assignedActivity satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAssignedActivity

ActivityQuery forAllAssignedActivity()
Adds a condition for the feature assignedActivity to the predicate for UserHome, which evaluates to false unless the value of the feature assignedActivity satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


assignedContract

MultivaluedFeaturePredicate assignedContract()
Adds a constraint to the predicate for UserHome testing whether the feature assignedContract has values or not.


thereExistsAssignedContract

AbstractContractQuery thereExistsAssignedContract()
Adds a condition for the feature assignedContract to the predicate for UserHome, which evaluates to false unless the value of the feature assignedContract satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAssignedContract

AbstractContractQuery forAllAssignedContract()
Adds a condition for the feature assignedContract to the predicate for UserHome, which evaluates to false unless the value of the feature assignedContract satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


chart

MultivaluedFeaturePredicate chart()
Adds a constraint to the predicate for UserHome testing whether the feature chart has values or not.


thereExistsChart

MediaQuery thereExistsChart()
Adds a condition for the feature chart to the predicate for UserHome, which evaluates to false unless the value of the feature chart satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllChart

MediaQuery forAllChart()
Adds a condition for the feature chart to the predicate for UserHome, which evaluates to false unless the value of the feature chart satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


contact

OptionalFeaturePredicate contact()
Adds a constraint to the predicate for UserHome testing whether the value of the feature contact is null or not.


thereExistsContact

ContactQuery thereExistsContact()
Adds a condition for the feature contact to the predicate for UserHome, which evaluates to false unless the value of the feature contact satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContact

ContactQuery forAllContact()
Adds a condition for the feature contact to the predicate for UserHome, which evaluates to false unless the value of the feature contact satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


eMailAccount

MultivaluedFeaturePredicate eMailAccount()
Adds a constraint to the predicate for UserHome testing whether the feature eMailAccount has values or not.


thereExistsEMailAccount

EMailAccountQuery thereExistsEMailAccount()
Adds a condition for the feature eMailAccount to the predicate for UserHome, which evaluates to false unless the value of the feature eMailAccount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEMailAccount

EMailAccountQuery forAllEMailAccount()
Adds a condition for the feature eMailAccount to the predicate for UserHome, which evaluates to false unless the value of the feature eMailAccount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


exportProfile

MultivaluedFeaturePredicate exportProfile()
Adds a constraint to the predicate for UserHome testing whether the feature exportProfile has values or not.


thereExistsExportProfile

ExportProfileQuery thereExistsExportProfile()
Adds a condition for the feature exportProfile to the predicate for UserHome, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllExportProfile

ExportProfileQuery forAllExportProfile()
Adds a condition for the feature exportProfile to the predicate for UserHome, which evaluates to false unless the value of the feature exportProfile satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


objectFinder

MultivaluedFeaturePredicate objectFinder()
Adds a constraint to the predicate for UserHome testing whether the feature objectFinder has values or not.


thereExistsObjectFinder

ObjectFinderQuery thereExistsObjectFinder()
Adds a condition for the feature objectFinder to the predicate for UserHome, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllObjectFinder

ObjectFinderQuery forAllObjectFinder()
Adds a condition for the feature objectFinder to the predicate for UserHome, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


primaryGroup

OptionalFeaturePredicate primaryGroup()
Adds a constraint to the predicate for UserHome testing whether the value of the feature primaryGroup is null or not.


thereExistsPrimaryGroup

PrincipalGroupQuery thereExistsPrimaryGroup()
Adds a condition for the feature primaryGroup to the predicate for UserHome, which evaluates to false unless the value of the feature primaryGroup satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPrimaryGroup

PrincipalGroupQuery forAllPrimaryGroup()
Adds a condition for the feature primaryGroup to the predicate for UserHome, which evaluates to false unless the value of the feature primaryGroup satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


quickAccess

MultivaluedFeaturePredicate quickAccess()
Adds a constraint to the predicate for UserHome testing whether the feature quickAccess has values or not.


thereExistsQuickAccess

QuickAccessQuery thereExistsQuickAccess()
Adds a condition for the feature quickAccess to the predicate for UserHome, which evaluates to false unless the value of the feature quickAccess satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllQuickAccess

QuickAccessQuery forAllQuickAccess()
Adds a condition for the feature quickAccess to the predicate for UserHome, which evaluates to false unless the value of the feature quickAccess satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


sendMailSubjectPrefix

OptionalFeaturePredicate sendMailSubjectPrefix()
Adds a constraint to the predicate for UserHome testing whether the value of the feature sendMailSubjectPrefix is null or not.


thereExistsSendMailSubjectPrefix

StringTypePredicate thereExistsSendMailSubjectPrefix()
Adds a condition for the feature sendMailSubjectPrefix to the predicate for UserHome, which evaluates to false unless the value of the feature sendMailSubjectPrefix satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSendMailSubjectPrefix

StringTypePredicate forAllSendMailSubjectPrefix()
Adds a condition for the feature sendMailSubjectPrefix to the predicate for UserHome, which evaluates to false unless the value of the feature sendMailSubjectPrefix satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderBySendMailSubjectPrefix

SimpleTypeOrder orderBySendMailSubjectPrefix()
Allows to adds a sort instruction for UserHome depending the feature sendMailSubjectPrefix Note: The order in which orderBy… instructions are given is relevant!


settings

OptionalFeaturePredicate settings()
Adds a constraint to the predicate for UserHome testing whether the value of the feature settings is null or not.


thereExistsSettings

StringTypePredicate thereExistsSettings()
Adds a condition for the feature settings to the predicate for UserHome, which evaluates to false unless the value of the feature settings satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSettings

StringTypePredicate forAllSettings()
Adds a condition for the feature settings to the predicate for UserHome, which evaluates to false unless the value of the feature settings satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderBySettings

SimpleTypeOrder orderBySettings()
Allows to adds a sort instruction for UserHome depending the feature settings Note: The order in which orderBy… instructions are given is relevant!


storeSettingsOnLogoff

OptionalFeaturePredicate storeSettingsOnLogoff()
Adds a constraint to the predicate for UserHome testing whether the value of the feature storeSettingsOnLogoff is null or not.


thereExistsStoreSettingsOnLogoff

BooleanTypePredicate thereExistsStoreSettingsOnLogoff()
Adds a condition for the feature storeSettingsOnLogoff to the predicate for UserHome, which evaluates to false unless the value of the feature storeSettingsOnLogoff satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStoreSettingsOnLogoff

BooleanTypePredicate forAllStoreSettingsOnLogoff()
Adds a condition for the feature storeSettingsOnLogoff to the predicate for UserHome, which evaluates to false unless the value of the feature storeSettingsOnLogoff satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByStoreSettingsOnLogoff

SimpleTypeOrder orderByStoreSettingsOnLogoff()
Allows to adds a sort instruction for UserHome depending the feature storeSettingsOnLogoff Note: The order in which orderBy… instructions are given is relevant!


subscription

MultivaluedFeaturePredicate subscription()
Adds a constraint to the predicate for UserHome testing whether the feature subscription has values or not.


thereExistsSubscription

SubscriptionQuery thereExistsSubscription()
Adds a condition for the feature subscription to the predicate for UserHome, which evaluates to false unless the value of the feature subscription satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSubscription

SubscriptionQuery forAllSubscription()
Adds a condition for the feature subscription to the predicate for UserHome, which evaluates to false unless the value of the feature subscription satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


syncProfile

MultivaluedFeaturePredicate syncProfile()
Adds a constraint to the predicate for UserHome testing whether the feature syncProfile has values or not.


thereExistsSyncProfile

SyncProfileQuery thereExistsSyncProfile()
Adds a condition for the feature syncProfile to the predicate for UserHome, which evaluates to false unless the value of the feature syncProfile satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSyncProfile

SyncProfileQuery forAllSyncProfile()
Adds a condition for the feature syncProfile to the predicate for UserHome, which evaluates to false unless the value of the feature syncProfile satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


webAccessUrl

OptionalFeaturePredicate webAccessUrl()
Adds a constraint to the predicate for UserHome testing whether the value of the feature webAccessUrl is null or not.


thereExistsWebAccessUrl

StringTypePredicate thereExistsWebAccessUrl()
Adds a condition for the feature webAccessUrl to the predicate for UserHome, which evaluates to false unless the value of the feature webAccessUrl satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllWebAccessUrl

StringTypePredicate forAllWebAccessUrl()
Adds a condition for the feature webAccessUrl to the predicate for UserHome, which evaluates to false unless the value of the feature webAccessUrl satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByWebAccessUrl

SimpleTypeOrder orderByWebAccessUrl()
Allows to adds a sort instruction for UserHome depending the feature webAccessUrl Note: The order in which orderBy… instructions are given is relevant!


wfProcessInstance

MultivaluedFeaturePredicate wfProcessInstance()
Adds a constraint to the predicate for UserHome testing whether the feature wfProcessInstance has values or not.


thereExistsWfProcessInstance

WfProcessInstanceQuery thereExistsWfProcessInstance()
Adds a condition for the feature wfProcessInstance to the predicate for UserHome, which evaluates to false unless the value of the feature wfProcessInstance satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllWfProcessInstance

WfProcessInstanceQuery forAllWfProcessInstance()
Adds a condition for the feature wfProcessInstance to the predicate for UserHome, which evaluates to false unless the value of the feature wfProcessInstance satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.