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

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

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

Grounding and constraint definitions for User queries


Field Summary
static PropertyGrounding defaultAclTemplate
          Property grounding for defaultAclTemplate
static PropertyGrounding defaultRole
          Property grounding for defaultRole
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
static PropertyGrounding inferedRole
          Property grounding for
static PropertyGrounding inRole
          Property grounding for inRole
static PropertyGrounding type
          Property grounding for rdf:type
static SubjectGrounding typeOnlyGrounding
          Subject grounding that
static SubjectGrounding userGrounding
          Subject grounding that
static SubjectGrounding userGroundingLive
          Subject grounding that
static PropertyGrounding userId
          Property grounding for userId
static java.lang.String userIdVar
          User ID variable
 
Constructor Summary
RdfMap.UserHistory()
           
 
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
User ID variable

See Also:
Constant Field Values

idEqualsUsersRolesIdConstraint

public static final Constraint idEqualsUsersRolesIdConstraint
Constraint that ensures


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


type

public static final PropertyGrounding type
Property grounding for rdf:type


defaultRole

public static final PropertyGrounding defaultRole
Property grounding for defaultRole


userId

public static final PropertyGrounding userId
Property grounding for userId


defaultAclTemplate

public static final PropertyGrounding defaultAclTemplate
Property grounding for defaultAclTemplate


inRole

public static final PropertyGrounding inRole
Property grounding for inRole


inferedRole

public static final PropertyGrounding inferedRole
Property grounding for


userGrounding

public static final SubjectGrounding userGrounding
Subject grounding that


userGroundingLive

public static final SubjectGrounding userGroundingLive
Subject grounding that


typeOnlyGrounding

public static final SubjectGrounding typeOnlyGrounding
Subject grounding that

Constructor Detail

RdfMap.UserHistory

public RdfMap.UserHistory()


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