|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrincipalQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Date> |
forAllLastLoginAt()
Adds a condition for the feature lastLoginAt to the predicate for Principal, which evaluates to false unless the value of the feature lastLoginAt satisfies the given condition. |
OptionalFeaturePredicate |
lastLoginAt()
Adds a constraint to the predicate for Principal testing whether the value of the feature lastLoginAt is null or not. |
SimpleTypeOrder |
orderByLastLoginAt()
Allows to adds a sort instruction for Principal depending the feature lastLoginAt
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Date> |
thereExistsLastLoginAt()
Adds a condition for the feature lastLoginAt to the predicate for Principal, which evaluates to false unless the value of the feature lastLoginAt satisfies the given condition. |
| Methods inherited from interface org.openmdx.security.realm1.cci2.PrincipalQuery |
|---|
authCredential, credential, description, disabled, forAllAuthCredential, forAllCredential, forAllDescription, forAllIsMemberOf, forAllSubject, isMemberOf, name, orderByDescription, orderByDisabled, orderByName, subject, thereExistsAuthCredential, thereExistsCredential, thereExistsDescription, thereExistsIsMemberOf, thereExistsSubject |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate lastLoginAt()
Principal testing whether the value of the feature lastLoginAt is null or not.
ComparableTypePredicate<Date> thereExistsLastLoginAt()
lastLoginAt to the predicate for Principal, which evaluates to false unless the value of the feature lastLoginAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllLastLoginAt()
lastLoginAt to the predicate for Principal, which evaluates to false unless the value of the feature lastLoginAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByLastLoginAt()
Principal depending the feature lastLoginAt
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||