|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.openmdx.security.authentication1.cci.ChallengeResponseFilterImpl
public class ChallengeResponseFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
ChallengeResponseFilterImpl(RefPackage_1_0 aPackage)
|
|
ChallengeResponseFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
ChallengeResponseFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
context()
Adds a constraint to the predicate for ContextCapable
testing whether the feature context has values or not. |
ComparableTypePredicate |
createdAt()
Adds a constraint for the feature createdAt to the
predicate. |
MultivaluedFeaturePredicate |
createdBy()
Adds a constraint to the predicate for BasicObject testing
whether the feature createdBy has values or not. |
ContextQuery |
forAllContext()
Adds a constraint for the feature context to the
predicate. |
void |
forAllContext(short operator,
Collection values)
Adds a constraint for the attribute context to the filter. |
void |
forAllContext(short operator,
Context[] filterValues)
Adds a constraint for the attribute context to the filter. |
void |
forAllCreatedAt(short operator,
Collection values)
Adds a constraint for the attribute createdAt to the
filter. |
void |
forAllCreatedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute createdAt to the
filter. |
StringTypePredicate |
forAllCreatedBy()
Adds a constraint for the feature createdBy to the
predicate. |
void |
forAllCreatedBy(short operator,
Collection values)
Adds a constraint for the attribute createdBy to the
filter. |
void |
forAllCreatedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute createdBy to the
filter. |
void |
forAllId(short operator,
Collection values)
Adds a constraint for the attribute id to the filter. |
void |
forAllId(short operator,
String[] filterValues)
Adds a constraint for the attribute id to the filter. |
void |
forAllIdentity(short operator,
Collection values)
Adds a constraint for the attribute identity to the
filter. |
void |
forAllIdentity(short operator,
String[] filterValues)
Adds a constraint for the attribute identity to the
filter. |
void |
forAllLocked(short operator,
boolean[] filterValues)
Adds a constraint for the attribute locked to the filter. |
void |
forAllLocked(short operator,
Collection values)
Adds a constraint for the attribute locked to the filter. |
void |
forAllModifiedAt(short operator,
Collection values)
Adds a constraint for the attribute modifiedAt to the
filter. |
void |
forAllModifiedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute modifiedAt to the
filter. |
StringTypePredicate |
forAllModifiedBy()
Adds a constraint for the feature modifiedBy to the
predicate. |
void |
forAllModifiedBy(short operator,
Collection values)
Adds a constraint for the attribute modifiedBy to the
filter. |
void |
forAllModifiedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute modifiedBy to the
filter. |
CredentialQuery |
forAllResetCredential()
Adds a constraint for the feature resetCredential to the
predicate. |
void |
forAllResetCredential(short operator,
Collection values)
Adds a constraint for the attribute resetCredential to the
filter. |
void |
forAllResetCredential(short operator,
Credential[] filterValues)
Adds a constraint for the attribute resetCredential to the
filter. |
void |
forAllSubject(short operator,
Collection values)
Adds a constraint for the attribute subject to the filter. |
void |
forAllSubject(short operator,
Subject[] filterValues)
Adds a constraint for the attribute subject to the filter. |
StringTypePredicate |
id()
Adds a constraint for the feature id to the predicate. |
StringTypePredicate |
identity()
Adds a constraint for the feature identity to the
predicate. |
BooleanTypePredicate |
locked()
Adds a constraint for the feature locked to the predicate. |
ComparableTypePredicate |
modifiedAt()
Adds a constraint for the feature modifiedAt to the
predicate. |
MultivaluedFeaturePredicate |
modifiedBy()
Adds a constraint to the predicate for BasicObject testing
whether the feature modifiedBy has values or not. |
SimpleTypeOrder |
orderByCreatedAt()
Allows to adds a sort instruction for BasicObject
depending the feature createdAt
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByCreatedAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByCreatedBy()
Allows to adds a sort instruction for BasicObject
depending the feature createdBy
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByCreatedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderById()
Allows to adds a sort instruction for Credential depending
the feature id
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderById(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByIdentity()
Allows to adds a sort instruction for ExtentCapable
depending the feature identity
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByIdentity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByLocked()
Allows to adds a sort instruction for Credential depending
the feature locked
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByLocked(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByModifiedAt()
Allows to adds a sort instruction for BasicObject
depending the feature modifiedAt
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByModifiedAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByModifiedBy()
Allows to adds a sort instruction for BasicObject
depending the feature modifiedBy
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByModifiedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedFeaturePredicate |
resetCredential()
Adds a constraint to the predicate for Credential testing
whether the feature resetCredential has values or not. |
SubjectQuery |
subject()
Adds a constraint for the feature subject to the
predicate. |
ContextQuery |
thereExistsContext()
Adds a constraint for the feature context to the
predicate. |
void |
thereExistsContext(short operator,
Collection values)
Adds a constraint for the attribute context to the filter. |
void |
thereExistsContext(short operator,
Context[] filterValues)
Adds a constraint for the attribute context to the filter. |
void |
thereExistsCreatedAt(short operator,
Collection values)
Adds a constraint for the attribute createdAt to the
filter. |
void |
thereExistsCreatedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute createdAt to the
filter. |
StringTypePredicate |
thereExistsCreatedBy()
Adds a constraint for the feature createdBy to the
predicate. |
void |
thereExistsCreatedBy(short operator,
Collection values)
Adds a constraint for the attribute createdBy to the
filter. |
void |
thereExistsCreatedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute createdBy to the
filter. |
void |
thereExistsId(short operator,
Collection values)
Adds a constraint for the attribute id to the filter. |
void |
thereExistsId(short operator,
String[] filterValues)
Adds a constraint for the attribute id to the filter. |
void |
thereExistsIdentity(short operator,
Collection values)
Adds a constraint for the attribute identity to the
filter. |
void |
thereExistsIdentity(short operator,
String[] filterValues)
Adds a constraint for the attribute identity to the
filter. |
void |
thereExistsLocked(short operator,
boolean[] filterValues)
Adds a constraint for the attribute locked to the filter. |
void |
thereExistsLocked(short operator,
Collection values)
Adds a constraint for the attribute locked to the filter. |
void |
thereExistsModifiedAt(short operator,
Collection values)
Adds a constraint for the attribute modifiedAt to the
filter. |
void |
thereExistsModifiedAt(short operator,
Date[] filterValues)
Adds a constraint for the attribute modifiedAt to the
filter. |
StringTypePredicate |
thereExistsModifiedBy()
Adds a constraint for the feature modifiedBy to the
predicate. |
void |
thereExistsModifiedBy(short operator,
Collection values)
Adds a constraint for the attribute modifiedBy to the
filter. |
void |
thereExistsModifiedBy(short operator,
String[] filterValues)
Adds a constraint for the attribute modifiedBy to the
filter. |
CredentialQuery |
thereExistsResetCredential()
Adds a constraint for the feature resetCredential to the
predicate. |
void |
thereExistsResetCredential(short operator,
Collection values)
Adds a constraint for the attribute resetCredential to the
filter. |
void |
thereExistsResetCredential(short operator,
Credential[] filterValues)
Adds a constraint for the attribute resetCredential to the
filter. |
void |
thereExistsSubject(short operator,
Collection values)
Adds a constraint for the attribute subject to the filter. |
void |
thereExistsSubject(short operator,
Subject[] filterValues)
Adds a constraint for the attribute subject to the filter. |
| 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 |
|---|
public ChallengeResponseFilterImpl(RefPackage_1_0 aPackage)
public ChallengeResponseFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public ChallengeResponseFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllCreatedAt(short operator,
Collection values)
BasicObjectFiltercreatedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
forAllCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
createdAt to be compared to.FilterOperators
public void thereExistsCreatedAt(short operator,
Collection values)
BasicObjectFiltercreatedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
thereExistsCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
createdAt to be compared to.FilterOperators
public void forAllCreatedAt(short operator,
Date[] filterValues)
BasicObjectFiltercreatedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
forAllCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
createdAt to be compared to.FilterOperators
public void thereExistsCreatedAt(short operator,
Date[] filterValues)
BasicObjectFiltercreatedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute createdAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllCreatedAt and
thereExistsCreatedAt for the same arguments.
You can set at most one thereExistsCreatedAt or
forAllCreatedAt constraint for this attribute.
thereExistsCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
createdAt to be compared to.FilterOperatorspublic void orderByCreatedAt(short order)
BasicObjectFilter
orderByCreatedAt in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate createdAt()
BasicObjectQuerycreatedAt to the
predicate. The predicate for BasicObject evaluates
true if its value of feature createdAt
satisfies the selected condition.
createdAt in interface BasicObjectQuerypublic SimpleTypeOrder orderByCreatedAt()
BasicObjectQueryBasicObject
depending the feature createdAt
Note: The order in which orderBy…
instructions are given is relevant!
orderByCreatedAt in interface BasicObjectQuery
public void forAllCreatedBy(short operator,
Collection values)
BasicObjectFiltercreatedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
createdBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
forAllCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
createdBy to be compared to.FilterOperators
public void thereExistsCreatedBy(short operator,
Collection values)
BasicObjectFiltercreatedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
createdBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
thereExistsCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
createdBy to be compared to.FilterOperators
public void forAllCreatedBy(short operator,
String[] filterValues)
BasicObjectFiltercreatedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
createdBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
forAllCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
createdBy to be compared to.FilterOperators
public void thereExistsCreatedBy(short operator,
String[] filterValues)
BasicObjectFiltercreatedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
createdBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsCreatedBy or
forAllCreatedBy constraint for this attribute.
thereExistsCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
createdBy to be compared to.FilterOperatorspublic void orderByCreatedBy(short order)
BasicObjectFilter
orderByCreatedBy in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate createdBy()
BasicObjectQueryBasicObject testing
whether the feature createdBy has values or not.
createdBy in interface BasicObjectQuerypublic StringTypePredicate thereExistsCreatedBy()
BasicObjectQuerycreatedBy to the
predicate. The predicate for BasicObject evaluates
true if at least one of its values of feature
createdBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsCreatedBy in interface BasicObjectQuerypublic StringTypePredicate forAllCreatedBy()
BasicObjectQuerycreatedBy to the
predicate. The predicate for BasicObject evaluates
true if all of its values of feature
createdBy satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllCreatedBy in interface BasicObjectQuerypublic MultivaluedTypeOrder orderByCreatedBy()
BasicObjectQueryBasicObject
depending the feature createdBy
Note: The order in which orderBy…
instructions are given is relevant!
orderByCreatedBy in interface BasicObjectQuery
public void forAllModifiedAt(short operator,
Collection values)
BasicObjectFiltermodifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
forAllModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
modifiedAt to be compared to.FilterOperators
public void thereExistsModifiedAt(short operator,
Collection values)
BasicObjectFiltermodifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
thereExistsModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
modifiedAt to be compared to.FilterOperators
public void forAllModifiedAt(short operator,
Date[] filterValues)
BasicObjectFiltermodifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
forAllModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
modifiedAt to be compared to.FilterOperators
public void thereExistsModifiedAt(short operator,
Date[] filterValues)
BasicObjectFiltermodifiedAt to the
filter. An instance of class BasicObject is excluded from
the result set unless its value of attribute modifiedAt
satisfies the given condition.
Since the multiplicity for this attribute is 1..1, there is no
difference between the filter methods forAllModifiedAt and
thereExistsModifiedAt for the same arguments.
You can set at most one thereExistsModifiedAt or
forAllModifiedAt constraint for this attribute.
thereExistsModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
modifiedAt to be compared to.FilterOperatorspublic void orderByModifiedAt(short order)
BasicObjectFilter
orderByModifiedAt in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate modifiedAt()
BasicObjectQuerymodifiedAt to the
predicate. The predicate for BasicObject evaluates
true if its value of feature modifiedAt
satisfies the selected condition.
modifiedAt in interface BasicObjectQuerypublic SimpleTypeOrder orderByModifiedAt()
BasicObjectQueryBasicObject
depending the feature modifiedAt
Note: The order in which orderBy…
instructions are given is relevant!
orderByModifiedAt in interface BasicObjectQuery
public void forAllModifiedBy(short operator,
Collection values)
BasicObjectFiltermodifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
modifiedBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
forAllModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
modifiedBy to be compared to.FilterOperators
public void thereExistsModifiedBy(short operator,
Collection values)
BasicObjectFiltermodifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
modifiedBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
thereExistsModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.values - The values you want the attribute
modifiedBy to be compared to.FilterOperators
public void forAllModifiedBy(short operator,
String[] filterValues)
BasicObjectFiltermodifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless all its values of attribute
modifiedBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
forAllModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
modifiedBy to be compared to.FilterOperators
public void thereExistsModifiedBy(short operator,
String[] filterValues)
BasicObjectFiltermodifiedBy to the
filter. An instance of class BasicObject is excluded from
the result set unless at least one of its values of attribute
modifiedBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the filter condition is not met!
You can set at most one thereExistsModifiedBy or
forAllModifiedBy constraint for this attribute.
thereExistsModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.filterValues - The values you want the attribute
modifiedBy to be compared to.FilterOperatorspublic void orderByModifiedBy(short order)
BasicObjectFilter
orderByModifiedBy in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate modifiedBy()
BasicObjectQueryBasicObject testing
whether the feature modifiedBy has values or not.
modifiedBy in interface BasicObjectQuerypublic StringTypePredicate thereExistsModifiedBy()
BasicObjectQuerymodifiedBy to the
predicate. The predicate for BasicObject evaluates
true if at least one of its values of feature
modifiedBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
thereExistsModifiedBy in interface BasicObjectQuerypublic StringTypePredicate forAllModifiedBy()
BasicObjectQuerymodifiedBy to the
predicate. The predicate for BasicObject evaluates
true if all of its values of feature
modifiedBy satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
forAllModifiedBy in interface BasicObjectQuerypublic MultivaluedTypeOrder orderByModifiedBy()
BasicObjectQueryBasicObject
depending the feature modifiedBy
Note: The order in which orderBy…
instructions are given is relevant!
orderByModifiedBy in interface BasicObjectQuery
public void forAllContext(short operator,
Context[] filterValues)
ContextCapableFiltercontext to the filter.
An instance of class