|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.graph.RdfMap.NamedGraphs
public static final class RdfMap.NamedGraphs
Grounding and constraint definitions for NamedGraph queries
| Field Summary | |
|---|---|
static PropertyGrounding |
createdByGrounding
Property grounding for createdBy |
static PropertyGrounding |
hasMetadataGraphGrounding
Property grounding for hasMetadataGraph |
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 PropertyGrounding |
lastModifiedByGrounding
Property grounding for lastModifiedBy |
static PropertyGrounding |
modifiedGrounding
Property grounding for modified |
static SubjectGrounding |
namedGraphGrounding
Subject grounding that ensures the user can read the graphs, and the data is valid for the last transaction timestamp that it is using. |
static SubjectGrounding |
namedGraphGroundingLive
Subject grounding that ensures the user can read the graphs, and the data is currently valid. |
static SubjectGrounding |
namedGraphMetaGrounding
Subject grounding that ensures the user can read the graph for a provided metadata graph, and the data is valid for the last transaction timestamp that it is using. |
static SubjectGrounding |
namedGraphMetaGroundingLive
Subject grounding that ensures the user can read the graph for a provided metadata graph, and the data is currently valid. |
static SubjectGrounding |
namedGraphMetaGroundingLiveTemp
Subject grounding that ensures that the user can read the graphs that are listed in a temporary table, and the data is currently valid. |
static SubjectGrounding |
namedGraphMetaGroundingTemp
Subject grounding that ensures that the user can read the graphs that are listed in a temporary table, and the data is valid for the last transaction timestamp that it is using. |
static PropertyGrounding |
namedGraphUsesAclGrounding
Property grounding for usesAcl |
static PropertyGrounding |
revisionGrounding
Property grounding for revision |
static PropertyGrounding |
typeGrounding
Property grounding for rdf:type |
| Constructor Summary | |
|---|---|
RdfMap.NamedGraphs()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Constraint hstart
public static final Constraint hend
public static final Constraint hendNull
public static final PropertyGrounding typeGrounding
public static final PropertyGrounding namedGraphUsesAclGrounding
public static final PropertyGrounding revisionGrounding
public static final PropertyGrounding modifiedGrounding
public static final PropertyGrounding createdByGrounding
public static final PropertyGrounding lastModifiedByGrounding
public static final PropertyGrounding hasMetadataGraphGrounding
public static final SubjectGrounding namedGraphGrounding
public static final SubjectGrounding namedGraphMetaGrounding
public static final SubjectGrounding namedGraphMetaGroundingTemp
public static final SubjectGrounding namedGraphGroundingLive
public static final SubjectGrounding namedGraphMetaGroundingLive
public static final SubjectGrounding namedGraphMetaGroundingLiveTemp
| Constructor Detail |
|---|
public RdfMap.NamedGraphs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||