|
||||||||||
| 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.realm1.cci.PrincipalFilterImpl
public class PrincipalFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
PrincipalFilterImpl(RefPackage_1_0 aPackage)
|
|
PrincipalFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
PrincipalFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
authCredential()
Adds a constraint to the predicate for Principal testing
whether the feature authCredential has values or not. |
MultivaluedFeaturePredicate |
context()
Adds a constraint to the predicate for ContextCapable
testing whether the feature context has values or not. |
ComparableTypePredicate |
createdAt()
|
MultivaluedFeaturePredicate |
createdBy()
Adds a constraint to the predicate for BasicObject testing
whether the feature createdBy has values or not. |
OptionalFeaturePredicate |
credential()
Adds a constraint to the predicate for Principal testing
whether the value of the feature credential is
null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Principal testing
whether the value of the feature description is
null or not. |
BooleanTypePredicate |
disabled()
|
CredentialQuery |
forAllAuthCredential()
Adds a constraint for the feature authCredential to the
predicate. |
void |
forAllAuthCredential(short operator,
Collection values)
|
void |
forAllAuthCredential(short operator,
Credential[] filterValues)
|
ContextQuery |
forAllContext()
Adds a constraint for the feature context to the
predicate. |
void |
forAllContext(short operator,
Collection values)
|
void |
forAllContext(short operator,
Context[] filterValues)
|
void |
forAllCreatedAt(short operator,
Collection values)
|
void |
forAllCreatedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
forAllCreatedBy()
Adds a constraint for the feature createdBy to the
predicate. |
void |
forAllCreatedBy(short operator,
Collection values)
|
void |
forAllCreatedBy(short operator,
String[] filterValues)
|
CredentialQuery |
forAllCredential()
Adds a constraint for the feature credential to the
predicate. |
void |
forAllCredential(short operator,
Collection values)
|
void |
forAllCredential(short operator,
Credential[] filterValues)
|
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
void |
forAllDescription(short operator,
Collection values)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllDisabled(short operator,
boolean[] filterValues)
|
void |
forAllDisabled(short operator,
Collection values)
|
void |
forAllIdentity(short operator,
Collection values)
|
void |
forAllIdentity(short operator,
String[] filterValues)
|
GroupQuery |
forAllIsMemberOf()
Adds a constraint for the feature isMemberOf to the
predicate. |
void |
forAllIsMemberOf(short operator,
Collection values)
|
void |
forAllIsMemberOf(short operator,
Group[] filterValues)
|
void |
forAllModifiedAt(short operator,
Collection values)
|
void |
forAllModifiedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
forAllModifiedBy()
Adds a constraint for the feature modifiedBy to the
predicate. |
void |
forAllModifiedBy(short operator,
Collection values)
|
void |
forAllModifiedBy(short operator,
String[] filterValues)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllSubject(short operator,
Collection values)
|
void |
forAllSubject(short operator,
Subject[] filterValues)
|
StringTypePredicate |
identity()
|
MultivaluedFeaturePredicate |
isMemberOf()
Adds a constraint to the predicate for Principal testing
whether the feature isMemberOf has values or not. |
ComparableTypePredicate |
modifiedAt()
|
MultivaluedFeaturePredicate |
modifiedBy()
Adds a constraint to the predicate for BasicObject testing
whether the feature modifiedBy has values or not. |
StringTypePredicate |
name()
|
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 |
orderByDescription()
Allows to adds a sort instruction for Principal depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByDisabled()
Allows to adds a sort instruction for Principal depending
the feature disabled
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDisabled(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 |
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. |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for Principal depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SubjectQuery |
subject()
|
CredentialQuery |
thereExistsAuthCredential()
Adds a constraint for the feature authCredential to the
predicate. |
void |
thereExistsAuthCredential(short operator,
Collection values)
|
void |
thereExistsAuthCredential(short operator,
Credential[] filterValues)
|
ContextQuery |
thereExistsContext()
Adds a constraint for the feature context to the
predicate. |
void |
thereExistsContext(short operator,
Collection values)
|
void |
thereExistsContext(short operator,
Context[] filterValues)
|
void |
thereExistsCreatedAt(short operator,
Collection values)
|
void |
thereExistsCreatedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
thereExistsCreatedBy()
Adds a constraint for the feature createdBy to the
predicate. |
void |
thereExistsCreatedBy(short operator,
Collection values)
|
void |
thereExistsCreatedBy(short operator,
String[] filterValues)
|
CredentialQuery |
thereExistsCredential()
Adds a constraint for the feature credential to the
predicate. |
void |
thereExistsCredential(short operator,
Collection values)
|
void |
thereExistsCredential(short operator,
Credential[] filterValues)
|
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
void |
thereExistsDescription(short operator,
Collection values)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsDisabled(short operator,
boolean[] filterValues)
|
void |
thereExistsDisabled(short operator,
Collection values)
|
void |
thereExistsIdentity(short operator,
Collection values)
|
void |
thereExistsIdentity(short operator,
String[] filterValues)
|
GroupQuery |
thereExistsIsMemberOf()
Adds a constraint for the feature isMemberOf to the
predicate. |
void |
thereExistsIsMemberOf(short operator,
Collection values)
|
void |
thereExistsIsMemberOf(short operator,
Group[] filterValues)
|
void |
thereExistsModifiedAt(short operator,
Collection values)
|
void |
thereExistsModifiedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
thereExistsModifiedBy()
Adds a constraint for the feature modifiedBy to the
predicate. |
void |
thereExistsModifiedBy(short operator,
Collection values)
|
void |
thereExistsModifiedBy(short operator,
String[] filterValues)
|
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsSubject(short operator,
Collection values)
|
void |
thereExistsSubject(short operator,
Subject[] filterValues)
|
| 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 PrincipalFilterImpl(RefPackage_1_0 aPackage)
public PrincipalFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public PrincipalFilterImpl(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)
forAllCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedAt(short operator,
Collection values)
thereExistsCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllCreatedAt(short operator,
Date[] filterValues)
forAllCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedAt(short operator,
Date[] filterValues)
thereExistsCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperatorspublic void orderByCreatedAt(short order)
BasicObjectFilter
orderByCreatedAt in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate createdAt()
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)
forAllCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedBy(short operator,
Collection values)
thereExistsCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllCreatedBy(short operator,
String[] filterValues)
forAllCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedBy(short operator,
String[] filterValues)
thereExistsCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.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)
forAllModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedAt(short operator,
Collection values)
thereExistsModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllModifiedAt(short operator,
Date[] filterValues)
forAllModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedAt(short operator,
Date[] filterValues)
thereExistsModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperatorspublic void orderByModifiedAt(short order)
BasicObjectFilter
orderByModifiedAt in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate modifiedAt()
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)
forAllModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedBy(short operator,
Collection values)
thereExistsModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllModifiedBy(short operator,
String[] filterValues)
forAllModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedBy(short operator,
String[] filterValues)
thereExistsModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.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)
forAllContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Context[] filterValues)
thereExistsContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void forAllContext(short operator,
Collection values)
forAllContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Collection values)
thereExistsContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperatorspublic MultivaluedFeaturePredicate context()
ContextCapableQueryContextCapable
testing whether the feature context has values or not.
context in interface ContextCapableQuerypublic ContextQuery thereExistsContext()
ContextCapableQuerycontext to the
predicate. The predicate for ContextCapable evaluates
true if its value of feature context
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can have no