org.opencrx.kernel.activity1.query
Interface ActivityQuery

All Superinterfaces:
AlertSenderQuery, AnyTypePredicate, AuditeeQuery, BasicObjectQuery, CloneableQuery, ContextCapableQuery, CrxObjectQuery, DepotReferenceHolderQuery, ExtentCapableQuery, ImporterQuery, IndexedQuery, SecureObjectQuery, SubscriptionTargetQuery, ViewCapableQuery, XmlExporterQuery
All Known Subinterfaces:
AbsenceQuery, EMailQuery, ExternalActivityQuery, FaxQuery, IncidentQuery, MailingQuery, MeetingQuery, MmsQuery, PhoneCallQuery, SalesVisitQuery, SmsQuery, TaskQuery
All Known Implementing Classes:
AbsenceFilterImpl, ActivityFilterImpl, EMailFilterImpl, ExternalActivityFilterImpl, FaxFilterImpl, IncidentFilterImpl, MailingFilterImpl, MeetingFilterImpl, MmsFilterImpl, PhoneCallFilterImpl, SalesVisitFilterImpl, SmsFilterImpl, TaskFilterImpl

public interface ActivityQuery
extends DepotReferenceHolderQuery, CrxObjectQuery


Method Summary
 OptionalFeaturePredicate activityNumber()
          Adds a constraint to the predicate for Activity testing whether the value of the feature activityNumber is null or not.
 ComparableTypePredicate activityState()
           
 OptionalFeaturePredicate activityType()
          Adds a constraint to the predicate for Activity testing whether the value of the feature activityType is null or not.
 OptionalFeaturePredicate actualEffortHhMm()
          Adds a constraint to the predicate for Activity testing whether the value of the feature actualEffortHhMm is null or not.
 OptionalFeaturePredicate actualEffortHours()
          Adds a constraint to the predicate for Activity testing whether the value of the feature actualEffortHours is null or not.
 OptionalFeaturePredicate actualEffortMinutes()
          Adds a constraint to the predicate for Activity testing whether the value of the feature actualEffortMinutes is null or not.
 OptionalFeaturePredicate actualEnd()
          Adds a constraint to the predicate for Activity testing whether the value of the feature actualEnd is null or not.
 OptionalFeaturePredicate actualStart()
          Adds a constraint to the predicate for Activity testing whether the value of the feature actualStart is null or not.
 OptionalFeaturePredicate assignedTo()
          Adds a constraint to the predicate for Activity testing whether the value of the feature assignedTo is null or not.
 MultivaluedFeaturePredicate contract()
          Adds a constraint to the predicate for Activity testing whether the feature contract has values or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for Activity testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate detailedDescription()
          Adds a constraint to the predicate for Activity testing whether the value of the feature detailedDescription is null or not.
 OptionalFeaturePredicate dueBy()
          Adds a constraint to the predicate for Activity testing whether the value of the feature dueBy is null or not.
 StringTypePredicate forAllActivityNumber()
          Adds a constraint for the feature activityNumber to the predicate.
 ActivityTypeQuery forAllActivityType()
          Adds a constraint for the feature activityType to the predicate.
 StringTypePredicate forAllActualEffortHhMm()
          Adds a constraint for the feature actualEffortHhMm to the predicate.
 ComparableTypePredicate forAllActualEffortHours()
          Adds a constraint for the feature actualEffortHours to the predicate.
 ComparableTypePredicate forAllActualEffortMinutes()
          Adds a constraint for the feature actualEffortMinutes to the predicate.
 ComparableTypePredicate forAllActualEnd()
          Adds a constraint for the feature actualEnd to the predicate.
 ComparableTypePredicate forAllActualStart()
          Adds a constraint for the feature actualStart to the predicate.
 ContactQuery forAllAssignedTo()
          Adds a constraint for the feature assignedTo to the predicate.
 AbstractContractQuery forAllContract()
          Adds a constraint for the feature contract to the predicate.
 StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 StringTypePredicate forAllDetailedDescription()
          Adds a constraint for the feature detailedDescription to the predicate.
 ComparableTypePredicate forAllDueBy()
          Adds a constraint for the feature dueBy to the predicate.
 ActivityProcessTransitionQuery forAllLastTransition()
          Adds a constraint for the feature lastTransition to the predicate.
 StringTypePredicate forAllMainEstimateEffortHhMm()
          Adds a constraint for the feature mainEstimateEffortHhMm to the predicate.
 ComparableTypePredicate forAllMainEstimateEffortHours()
          Adds a constraint for the feature mainEstimateEffortHours to the predicate.
 ComparableTypePredicate forAllMainEstimateEffortMinutes()
          Adds a constraint for the feature mainEstimateEffortMinutes to the predicate.
 StringTypePredicate forAllMisc1()
          Adds a constraint for the feature misc1 to the predicate.
 StringTypePredicate forAllMisc2()
          Adds a constraint for the feature misc2 to the predicate.
 StringTypePredicate forAllMisc3()
          Adds a constraint for the feature misc3 to the predicate.
 ComparableTypePredicate forAllOriginalScheduledEnd()
          Adds a constraint for the feature originalScheduledEnd to the predicate.
 ComparableTypePredicate forAllPercentComplete()
          Adds a constraint for the feature percentComplete to the predicate.
 ActivityProcessStateQuery forAllProcessState()
          Adds a constraint for the feature processState to the predicate.
 AccountQuery forAllReportingAccount()
          Adds a constraint for the feature reportingAccount to the predicate.
 ContactQuery forAllReportingContact()
          Adds a constraint for the feature reportingContact to the predicate.
 ComparableTypePredicate forAllScheduledEnd()
          Adds a constraint for the feature scheduledEnd to the predicate.
 ComparableTypePredicate forAllScheduledStart()
          Adds a constraint for the feature scheduledStart to the predicate.
 OptionalFeaturePredicate lastTransition()
          Adds a constraint to the predicate for Activity testing whether the value of the feature lastTransition is null or not.
 OptionalFeaturePredicate mainEstimateEffortHhMm()
          Adds a constraint to the predicate for Activity testing whether the value of the feature mainEstimateEffortHhMm is null or not.
 OptionalFeaturePredicate mainEstimateEffortHours()
          Adds a constraint to the predicate for Activity testing whether the value of the feature mainEstimateEffortHours is null or not.
 OptionalFeaturePredicate mainEstimateEffortMinutes()
          Adds a constraint to the predicate for Activity testing whether the value of the feature mainEstimateEffortMinutes is null or not.
 OptionalFeaturePredicate misc1()
          Adds a constraint to the predicate for Activity testing whether the value of the feature misc1 is null or not.
 OptionalFeaturePredicate misc2()
          Adds a constraint to the predicate for Activity testing whether the value of the feature misc2 is null or not.
 OptionalFeaturePredicate misc3()
          Adds a constraint to the predicate for Activity testing whether the value of the feature misc3 is null or not.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByActivityNumber()
          Allows to adds a sort instruction for Activity depending the feature activityNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActivityState()
          Allows to adds a sort instruction for Activity depending the feature activityState Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualEffortHhMm()
          Allows to adds a sort instruction for Activity depending the feature actualEffortHhMm Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualEffortHours()
          Allows to adds a sort instruction for Activity depending the feature actualEffortHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualEffortMinutes()
          Allows to adds a sort instruction for Activity depending the feature actualEffortMinutes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualEnd()
          Allows to adds a sort instruction for Activity depending the feature actualEnd Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualStart()
          Allows to adds a sort instruction for Activity depending the feature actualStart Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for Activity depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDetailedDescription()
          Allows to adds a sort instruction for Activity depending the feature detailedDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDueBy()
          Allows to adds a sort instruction for Activity depending the feature dueBy Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMainEstimateEffortHhMm()
          Allows to adds a sort instruction for Activity depending the feature mainEstimateEffortHhMm Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMainEstimateEffortHours()
          Allows to adds a sort instruction for Activity depending the feature mainEstimateEffortHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMainEstimateEffortMinutes()
          Allows to adds a sort instruction for Activity depending the feature mainEstimateEffortMinutes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMisc1()
          Allows to adds a sort instruction for Activity depending the feature misc1 Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMisc2()
          Allows to adds a sort instruction for Activity depending the feature misc2 Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMisc3()
          Allows to adds a sort instruction for Activity depending the feature misc3 Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for Activity depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOriginalScheduledEnd()
          Allows to adds a sort instruction for Activity depending the feature originalScheduledEnd Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPercentComplete()
          Allows to adds a sort instruction for Activity depending the feature percentComplete Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriority()
          Allows to adds a sort instruction for Activity depending the feature priority Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByScheduledEnd()
          Allows to adds a sort instruction for Activity depending the feature scheduledEnd Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByScheduledStart()
          Allows to adds a sort instruction for Activity depending the feature scheduledStart Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalVotes()
          Allows to adds a sort instruction for Activity depending the feature totalVotes Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate originalScheduledEnd()
          Adds a constraint to the predicate for Activity testing whether the value of the feature originalScheduledEnd is null or not.
 OptionalFeaturePredicate percentComplete()
          Adds a constraint to the predicate for Activity testing whether the value of the feature percentComplete is null or not.
 ComparableTypePredicate priority()
           
 OptionalFeaturePredicate processState()
          Adds a constraint to the predicate for Activity testing whether the value of the feature processState is null or not.
 OptionalFeaturePredicate reportingAccount()
          Adds a constraint to the predicate for Activity testing whether the value of the feature reportingAccount is null or not.
 OptionalFeaturePredicate reportingContact()
          Adds a constraint to the predicate for Activity testing whether the value of the feature reportingContact is null or not.
 OptionalFeaturePredicate scheduledEnd()
          Adds a constraint to the predicate for Activity testing whether the value of the feature scheduledEnd is null or not.
 OptionalFeaturePredicate scheduledStart()
          Adds a constraint to the predicate for Activity testing whether the value of the feature scheduledStart is null or not.
 StringTypePredicate thereExistsActivityNumber()
          Adds a constraint for the feature activityNumber to the predicate.
 ActivityTypeQuery thereExistsActivityType()
          Adds a constraint for the feature activityType to the predicate.
 StringTypePredicate thereExistsActualEffortHhMm()
          Adds a constraint for the feature actualEffortHhMm to the predicate.
 ComparableTypePredicate thereExistsActualEffortHours()
          Adds a constraint for the feature actualEffortHours to the predicate.
 ComparableTypePredicate thereExistsActualEffortMinutes()
          Adds a constraint for the feature actualEffortMinutes to the predicate.
 ComparableTypePredicate thereExistsActualEnd()
          Adds a constraint for the feature actualEnd to the predicate.
 ComparableTypePredicate thereExistsActualStart()
          Adds a constraint for the feature actualStart to the predicate.
 ContactQuery thereExistsAssignedTo()
          Adds a constraint for the feature assignedTo to the predicate.
 AbstractContractQuery thereExistsContract()
          Adds a constraint for the feature contract to the predicate.
 StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 StringTypePredicate thereExistsDetailedDescription()
          Adds a constraint for the feature detailedDescription to the predicate.
 ComparableTypePredicate thereExistsDueBy()
          Adds a constraint for the feature dueBy to the predicate.
 ActivityProcessTransitionQuery thereExistsLastTransition()
          Adds a constraint for the feature lastTransition to the predicate.
 StringTypePredicate thereExistsMainEstimateEffortHhMm()
          Adds a constraint for the feature mainEstimateEffortHhMm to the predicate.
 ComparableTypePredicate thereExistsMainEstimateEffortHours()
          Adds a constraint for the feature mainEstimateEffortHours to the predicate.
 ComparableTypePredicate thereExistsMainEstimateEffortMinutes()
          Adds a constraint for the feature mainEstimateEffortMinutes to the predicate.
 StringTypePredicate thereExistsMisc1()
          Adds a constraint for the feature misc1 to the predicate.
 StringTypePredicate thereExistsMisc2()
          Adds a constraint for the feature misc2 to the predicate.
 StringTypePredicate thereExistsMisc3()
          Adds a constraint for the feature misc3 to the predicate.
 ComparableTypePredicate thereExistsOriginalScheduledEnd()
          Adds a constraint for the feature originalScheduledEnd to the predicate.
 ComparableTypePredicate thereExistsPercentComplete()
          Adds a constraint for the feature percentComplete to the predicate.
 ActivityProcessStateQuery thereExistsProcessState()
          Adds a constraint for the feature processState to the predicate.
 AccountQuery thereExistsReportingAccount()
          Adds a constraint for the feature reportingAccount to the predicate.
 ContactQuery thereExistsReportingContact()
          Adds a constraint for the feature reportingContact to the predicate.
 ComparableTypePredicate thereExistsScheduledEnd()
          Adds a constraint for the feature scheduledEnd to the predicate.
 ComparableTypePredicate thereExistsScheduledStart()
          Adds a constraint for the feature scheduledStart to the predicate.
 ComparableTypePredicate totalVotes()
           
 
Methods inherited from interface org.opencrx.kernel.generic.query.CrxObjectQuery
category, disabled, disabledReason, externalLink, forAllCategory, forAllDisabledReason, forAllExternalLink, forAllUserBoolean0, forAllUserBoolean1, forAllUserBoolean2, forAllUserBoolean3, forAllUserBoolean4, forAllUserCode0, forAllUserCode1, forAllUserCode2, forAllUserCode3, forAllUserCode4, forAllUserDate0, forAllUserDate1, forAllUserDate2, forAllUserDate3, forAllUserDate4, forAllUserDateTime0, forAllUserDateTime1, forAllUserDateTime2, forAllUserDateTime3, forAllUserDateTime4, forAllUserNumber0, forAllUserNumber1, forAllUserNumber2, forAllUserNumber3, forAllUserNumber4, forAllUserString0, forAllUserString1, forAllUserString2, forAllUserString3, forAllUserString4, orderByCategory, orderByDisabled, orderByDisabledReason, orderByExternalLink, orderByUserBoolean0, orderByUserBoolean1, orderByUserBoolean2, orderByUserBoolean3, orderByUserBoolean4, orderByUserCode0, orderByUserCode1, orderByUserCode2, orderByUserCode3, orderByUserCode4, orderByUserDate0, orderByUserDate1, orderByUserDate2, orderByUserDate3, orderByUserDate4, orderByUserDateTime0, orderByUserDateTime1, orderByUserDateTime2, orderByUserDateTime3, orderByUserDateTime4, orderByUserNumber0, orderByUserNumber1, orderByUserNumber2, orderByUserNumber3, orderByUserNumber4, orderByUserString0, orderByUserString1, orderByUserString2, orderByUserString3, orderByUserString4, thereExistsCategory, thereExistsDisabledReason, thereExistsExternalLink, thereExistsUserBoolean0, thereExistsUserBoolean1, thereExistsUserBoolean2, thereExistsUserBoolean3, thereExistsUserBoolean4, thereExistsUserCode0, thereExistsUserCode1, thereExistsUserCode2, thereExistsUserCode3, thereExistsUserCode4, thereExistsUserDate0, thereExistsUserDate1, thereExistsUserDate2, thereExistsUserDate3, thereExistsUserDate4, thereExistsUserDateTime0, thereExistsUserDateTime1, thereExistsUserDateTime2, thereExistsUserDateTime3, thereExistsUserDateTime4, thereExistsUserNumber0, thereExistsUserNumber1, thereExistsUserNumber2, thereExistsUserNumber3, thereExistsUserNumber4, thereExistsUserString0, thereExistsUserString1, thereExistsUserString2, thereExistsUserString3, thereExistsUserString4, userBoolean0, userBoolean1, userBoolean2, userBoolean3, userBoolean4, userCode0, userCode1, userCode2, userCode3, userCode4, userDate0, userDate1, userDate2, userDate3, userDate4, userDateTime0, userDateTime1, userDateTime2, userDateTime3, userDateTime4, userNumber0, userNumber1, userNumber2, userNumber3, userNumber4, userString0, userString1, userString2, userString3, userString4
 
Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

activityNumber

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


thereExistsActivityNumber

StringTypePredicate thereExistsActivityNumber()
Adds a constraint for the feature activityNumber to the predicate. The predicate for Activity evaluates true if its value of feature activityNumber satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActivityNumber

StringTypePredicate forAllActivityNumber()
Adds a constraint for the feature activityNumber to the predicate. The predicate for Activity evaluates true if its value of feature activityNumber satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByActivityNumber

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


activityState

ComparableTypePredicate activityState()

orderByActivityState

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


activityType

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


thereExistsActivityType

ActivityTypeQuery thereExistsActivityType()
Adds a constraint for the feature activityType to the predicate. The predicate for Activity evaluates true if its value of feature activityType satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActivityType

ActivityTypeQuery forAllActivityType()
Adds a constraint for the feature activityType to the predicate. The predicate for Activity evaluates true if its value of feature activityType satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


actualEffortHhMm

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


thereExistsActualEffortHhMm

StringTypePredicate thereExistsActualEffortHhMm()
Adds a constraint for the feature actualEffortHhMm to the predicate. The predicate for Activity evaluates true if its value of feature actualEffortHhMm satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActualEffortHhMm

StringTypePredicate forAllActualEffortHhMm()
Adds a constraint for the feature actualEffortHhMm to the predicate. The predicate for Activity evaluates true if its value of feature actualEffortHhMm satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByActualEffortHhMm

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


actualEffortHours

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


thereExistsActualEffortHours

ComparableTypePredicate thereExistsActualEffortHours()
Adds a constraint for the feature actualEffortHours to the predicate. The predicate for Activity evaluates true if its value of feature actualEffortHours satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActualEffortHours

ComparableTypePredicate forAllActualEffortHours()
Adds a constraint for the feature actualEffortHours to the predicate. The predicate for Activity evaluates true if its value of feature actualEffortHours satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByActualEffortHours

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


actualEffortMinutes

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


thereExistsActualEffortMinutes

ComparableTypePredicate thereExistsActualEffortMinutes()
Adds a constraint for the feature actualEffortMinutes to the predicate. The predicate for Activity evaluates true if its value of feature actualEffortMinutes satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActualEffortMinutes

ComparableTypePredicate forAllActualEffortMinutes()
Adds a constraint for the feature actualEffortMinutes to the predicate. The predicate for Activity evaluates true if its value of feature actualEffortMinutes satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByActualEffortMinutes

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


actualEnd

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


thereExistsActualEnd

ComparableTypePredicate thereExistsActualEnd()
Adds a constraint for the feature actualEnd to the predicate. The predicate for Activity evaluates true if its value of feature actualEnd satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActualEnd

ComparableTypePredicate forAllActualEnd()
Adds a constraint for the feature actualEnd to the predicate. The predicate for Activity evaluates true if its value of feature actualEnd satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByActualEnd

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


actualStart

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


thereExistsActualStart

ComparableTypePredicate thereExistsActualStart()
Adds a constraint for the feature actualStart to the predicate. The predicate for Activity evaluates true if its value of feature actualStart satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActualStart

ComparableTypePredicate forAllActualStart()
Adds a constraint for the feature actualStart to the predicate. The predicate for Activity evaluates true if its value of feature actualStart satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByActualStart

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


assignedTo

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


thereExistsAssignedTo

ContactQuery thereExistsAssignedTo()
Adds a constraint for the feature assignedTo to the predicate. The predicate for Activity evaluates true if its value of feature assignedTo satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllAssignedTo

ContactQuery forAllAssignedTo()
Adds a constraint for the feature assignedTo to the predicate. The predicate for Activity evaluates true if its value of feature assignedTo satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


contract

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


thereExistsContract

AbstractContractQuery thereExistsContract()
Adds a constraint for the feature contract to the predicate. The predicate for Activity evaluates true if its value of feature contract satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllContract

AbstractContractQuery forAllContract()
Adds a constraint for the feature contract to the predicate. The predicate for Activity evaluates true if its value of feature contract satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for Activity testing