|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.graph.RdfMap.UserRoleHistory
public static final class RdfMap.UserRoleHistory
Grounding and constraint definitions for UserRole queries
| Field Summary | |
|---|---|
static Constraint |
aciRoleIdEqualsUsersRolesIdConstraint
Constraint that ensures the role from the ACL table is the role from the usersroles table |
static Constraint |
aciRoleIdInUsersRolesIdConstaint
Constraint that ensures that the acl's role id is in the set of roles for a given user for the given timestamp |
static Constraint |
aciRoleIdInUsersRolesIdConstaintLive
Constraint that ensures that the acl's role id is currently in the set of roles for a given user. |
static Constraint |
hend
Constraint that ensures hend is null, or hend >= end variable |
static Constraint |
hendNull
Constraint that ensures hend is null |
static Constraint |
hstart
Constraint that ensures hstart <= the start variable |
static Constraint |
idEqualsUsersRolesIdConstraint
Constraint that ensures the role from the UsersRoles table is the Role from the Roles table |
static Constraint |
userIdConstraint
Constraint that ensures user id matches the value in the userID variable |
static java.lang.String |
userIdVar
Variable name for the user's id value |
static Constraint |
userRoleIsExplicitConstraint
Constraint that ensures that the UsersRole entry has the isExlicit flag set |
| Constructor Summary | |
|---|---|
RdfMap.UserRoleHistory()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String userIdVar
public static final Constraint aciRoleIdEqualsUsersRolesIdConstraint
public static final Constraint idEqualsUsersRolesIdConstraint
public static final Constraint userRoleIsExplicitConstraint
public static final Constraint hstart
public static final Constraint hend
public static final Constraint hendNull
public static final Constraint userIdConstraint
public static final Constraint aciRoleIdInUsersRolesIdConstaint
public static final Constraint aciRoleIdInUsersRolesIdConstaintLive
| Constructor Detail |
|---|
public RdfMap.UserRoleHistory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||