org.opencrx.kernel.activity1.cci
Class ActivityDoFollowUpParamsFilterImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefFilter_1
      extended by org.openmdx.base.accessor.jmi.spi.RefPredicate_1
          extended by org.opencrx.kernel.activity1.cci.ActivityDoFollowUpParamsFilterImpl
All Implemented Interfaces:
Serializable, ActivityDoFollowUpParamsFilter, ActivityDoFollowUpParamsQuery, RefFilter_1_0, RefFilter_1_1, org.w3c.cci2.AnyTypePredicate

public class ActivityDoFollowUpParamsFilterImpl
extends RefPredicate_1
implements ActivityDoFollowUpParamsFilter, ActivityDoFollowUpParamsQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
ActivityDoFollowUpParamsFilterImpl(RefPackage_1_0 aPackage)
           
ActivityDoFollowUpParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers)
           
ActivityDoFollowUpParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers, RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 org.w3c.cci2.OptionalFeaturePredicate assignTo()
          Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature assignTo is null or not.
 org.w3c.cci2.OptionalFeaturePredicate followUpText()
          Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature followUpText is null or not.
 org.w3c.cci2.OptionalFeaturePredicate followUpTitle()
          Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature followUpTitle is null or not.
 ContactQuery forAllAssignTo()
          Adds a constraint for the feature assignTo to the predicate.
 void forAllAssignTo(short operator, Collection values)
           
 void forAllAssignTo(short operator, Contact[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllFollowUpText()
          Adds a constraint for the feature followUpText to the predicate.
 void forAllFollowUpText(short operator, Collection values)
           
 void forAllFollowUpText(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllFollowUpTitle()
          Adds a constraint for the feature followUpTitle to the predicate.
 void forAllFollowUpTitle(short operator, Collection values)
           
 void forAllFollowUpTitle(short operator, String[] filterValues)
           
 void forAllTransition(short operator, ActivityProcessTransition[] filterValues)
           
 void forAllTransition(short operator, Collection values)
           
 void orderByAssignTo(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByFollowUpText()
          Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpText Note: The order in which orderBy… instructions are given is relevant!
 void orderByFollowUpText(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByFollowUpTitle()
          Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpTitle Note: The order in which orderBy… instructions are given is relevant!
 void orderByFollowUpTitle(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByTransition(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 ContactQuery thereExistsAssignTo()
          Adds a constraint for the feature assignTo to the predicate.
 void thereExistsAssignTo(short operator, Collection values)
           
 void thereExistsAssignTo(short operator, Contact[] filterValues)
           
 org.w3c.cci2.StringTypePredicate thereExistsFollowUpText()
          Adds a constraint for the feature followUpText to the predicate.
 void thereExistsFollowUpText(short operator, Collection values)
           
 void thereExistsFollowUpText(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate thereExistsFollowUpTitle()
          Adds a constraint for the feature followUpTitle to the predicate.
 void thereExistsFollowUpTitle(short operator, Collection values)
           
 void thereExistsFollowUpTitle(short operator, String[] filterValues)
           
 void thereExistsTransition(short operator, ActivityProcessTransition[] filterValues)
           
 void thereExistsTransition(short operator, Collection values)
           
 ActivityProcessTransitionQuery transition()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Constructor Detail

ActivityDoFollowUpParamsFilterImpl

public ActivityDoFollowUpParamsFilterImpl(RefPackage_1_0 aPackage)

ActivityDoFollowUpParamsFilterImpl

public ActivityDoFollowUpParamsFilterImpl(RefPackage_1_0 aPackage,
                                          FilterProperty[] filterProperties,
                                          AttributeSpecifier[] attributeSpecifiers)

ActivityDoFollowUpParamsFilterImpl

public ActivityDoFollowUpParamsFilterImpl(RefPackage_1_0 aPackage,
                                          FilterProperty[] filterProperties,
                                          AttributeSpecifier[] attributeSpecifiers,
                                          RefFilter_1_0 delegateFilter,
                                          Short delegateQuantor,
                                          String delegateName)
Method Detail

forAllAssignTo

public void forAllAssignTo(short operator,
                           Collection values)
Specified by:
forAllAssignTo in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsAssignTo

public void thereExistsAssignTo(short operator,
                                Collection values)
Specified by:
thereExistsAssignTo in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllAssignTo

public void forAllAssignTo(short operator,
                           Contact[] filterValues)
Specified by:
forAllAssignTo in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsAssignTo

public void thereExistsAssignTo(short operator,
                                Contact[] filterValues)
Specified by:
thereExistsAssignTo in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByAssignTo

public void orderByAssignTo(short order)
Description copied from interface: ActivityDoFollowUpParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByAssignTo in interface ActivityDoFollowUpParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

assignTo

public org.w3c.cci2.OptionalFeaturePredicate assignTo()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature assignTo is null or not.

Specified by:
assignTo in interface ActivityDoFollowUpParamsQuery

thereExistsAssignTo

public ContactQuery thereExistsAssignTo()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint for the feature assignTo to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature assignTo 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!

Specified by:
thereExistsAssignTo in interface ActivityDoFollowUpParamsQuery

forAllAssignTo

public ContactQuery forAllAssignTo()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint for the feature assignTo to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature assignTo 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!

Specified by:
forAllAssignTo in interface ActivityDoFollowUpParamsQuery

forAllFollowUpText

public void forAllFollowUpText(short operator,
                               Collection values)
Specified by:
forAllFollowUpText in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsFollowUpText

public void thereExistsFollowUpText(short operator,
                                    Collection values)
Specified by:
thereExistsFollowUpText in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllFollowUpText

public void forAllFollowUpText(short operator,
                               String[] filterValues)
Specified by:
forAllFollowUpText in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsFollowUpText

public void thereExistsFollowUpText(short operator,
                                    String[] filterValues)
Specified by:
thereExistsFollowUpText in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByFollowUpText

public void orderByFollowUpText(short order)
Description copied from interface: ActivityDoFollowUpParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByFollowUpText in interface ActivityDoFollowUpParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

followUpText

public org.w3c.cci2.OptionalFeaturePredicate followUpText()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature followUpText is null or not.

Specified by:
followUpText in interface ActivityDoFollowUpParamsQuery

thereExistsFollowUpText

public org.w3c.cci2.StringTypePredicate thereExistsFollowUpText()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint for the feature followUpText to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpText 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!

Specified by:
thereExistsFollowUpText in interface ActivityDoFollowUpParamsQuery

forAllFollowUpText

public org.w3c.cci2.StringTypePredicate forAllFollowUpText()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint for the feature followUpText to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpText 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!

Specified by:
forAllFollowUpText in interface ActivityDoFollowUpParamsQuery

orderByFollowUpText

public org.w3c.cci2.SimpleTypeOrder orderByFollowUpText()
Description copied from interface: ActivityDoFollowUpParamsQuery
Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpText Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByFollowUpText in interface ActivityDoFollowUpParamsQuery

forAllFollowUpTitle

public void forAllFollowUpTitle(short operator,
                                Collection values)
Specified by:
forAllFollowUpTitle in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsFollowUpTitle

public void thereExistsFollowUpTitle(short operator,
                                     Collection values)
Specified by:
thereExistsFollowUpTitle in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllFollowUpTitle

public void forAllFollowUpTitle(short operator,
                                String[] filterValues)
Specified by:
forAllFollowUpTitle in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsFollowUpTitle

public void thereExistsFollowUpTitle(short operator,
                                     String[] filterValues)
Specified by:
thereExistsFollowUpTitle in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByFollowUpTitle

public void orderByFollowUpTitle(short order)
Description copied from interface: ActivityDoFollowUpParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByFollowUpTitle in interface ActivityDoFollowUpParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

followUpTitle

public org.w3c.cci2.OptionalFeaturePredicate followUpTitle()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature followUpTitle is null or not.

Specified by:
followUpTitle in interface ActivityDoFollowUpParamsQuery

thereExistsFollowUpTitle

public org.w3c.cci2.StringTypePredicate thereExistsFollowUpTitle()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint for the feature followUpTitle to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpTitle 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!

Specified by:
thereExistsFollowUpTitle in interface ActivityDoFollowUpParamsQuery

forAllFollowUpTitle

public org.w3c.cci2.StringTypePredicate forAllFollowUpTitle()
Description copied from interface: ActivityDoFollowUpParamsQuery
Adds a constraint for the feature followUpTitle to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpTitle 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!

Specified by:
forAllFollowUpTitle in interface ActivityDoFollowUpParamsQuery

orderByFollowUpTitle

public org.w3c.cci2.SimpleTypeOrder orderByFollowUpTitle()
Description copied from interface: ActivityDoFollowUpParamsQuery
Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpTitle Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByFollowUpTitle in interface ActivityDoFollowUpParamsQuery

forAllTransition

public void forAllTransition(short operator,
                             Collection values)
Specified by:
forAllTransition in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsTransition

public void thereExistsTransition(short operator,
                                  Collection values)
Specified by:
thereExistsTransition in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllTransition

public void forAllTransition(short operator,
                             ActivityProcessTransition[] filterValues)
Specified by:
forAllTransition in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsTransition

public void thereExistsTransition(short operator,
                                  ActivityProcessTransition[] filterValues)
Specified by:
thereExistsTransition in interface ActivityDoFollowUpParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByTransition

public void orderByTransition(short order)
Description copied from interface: ActivityDoFollowUpParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByTransition in interface ActivityDoFollowUpParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

transition

public ActivityProcessTransitionQuery transition()
Specified by:
transition in interface ActivityDoFollowUpParamsQuery


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