org.openanzo.server.repository.graph
Class RdfMap.UserRoleHistory

java.lang.Object
  extended by org.openanzo.server.repository.graph.RdfMap.UserRoleHistory
Enclosing class:
RdfMap

public static final class RdfMap.UserRoleHistory
extends java.lang.Object

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

userIdVar

public static final java.lang.String userIdVar
Variable name for the user's id value

See Also:
Constant Field Values

aciRoleIdEqualsUsersRolesIdConstraint

public static final Constraint aciRoleIdEqualsUsersRolesIdConstraint
Constraint that ensures the role from the ACL table is the role from the usersroles table


idEqualsUsersRolesIdConstraint

public static final Constraint idEqualsUsersRolesIdConstraint
Constraint that ensures the role from the UsersRoles table is the Role from the Roles table


userRoleIsExplicitConstraint

public static final Constraint userRoleIsExplicitConstraint
Constraint that ensures that the UsersRole entry has the isExlicit flag set


hstart

public static final Constraint hstart
Constraint that ensures hstart <= the start variable


hend

public static final Constraint hend
Constraint that ensures hend is null, or hend >= end variable


hendNull

public static final Constraint hendNull
Constraint that ensures hend is null


userIdConstraint

public static final Constraint userIdConstraint
Constraint that ensures user id matches the value in the userID variable


aciRoleIdInUsersRolesIdConstaint

public static final 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


aciRoleIdInUsersRolesIdConstaintLive

public static final Constraint aciRoleIdInUsersRolesIdConstaintLive
Constraint that ensures that the acl's role id is currently in the set of roles for a given user.

Constructor Detail

RdfMap.UserRoleHistory

public RdfMap.UserRoleHistory()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.