|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.graph.RdfMap.AclHistory
public static final class RdfMap.AclHistory
Grounding and constraint definitions for Acl queries
| Field Summary | |
|---|---|
static SubjectGrounding |
aclGrounding
Subject grounding that ensures the acl is not deleted for the last transaction timestamp that the query is using and returns the rdf:typ statement |
static SubjectGrounding |
aclGroundingLive
Subject grounding that ensures the acl is not currently deleted and returns the rdf:type statement |
static SubjectGrounding |
aclPrivilegesGrounding
Subject grounding that the acl is not deleted for the last transaction timestamp that the query is using and returns the priviliges properties |
static SubjectGrounding |
aclPrivilegesGroundingLive
Subject grounding that the acl is not currently deleted and returns the priviliges properties |
static SubjectGrounding |
aclUserMaskGrounding
Subject grounding that ensures the acl is not deleted for the last transaction timestamp that the query is using and acl is the default acl template for a user. |
static SubjectGrounding |
aclUserMaskGroundingLive
Subject grounding that ensures the acl is not currently deleted and acl is the default acl template for a user. |
static PropertyGrounding |
add
Property grounding for canAdd |
static Constraint |
canAddConstraint
Constraint that ensures the canAdd value is true |
static Constraint |
canChangeConstraint
Constraint that ensures the canChangeAcl value is true |
static Constraint |
canInsertConstraint
Constraint that ensures the canInsert value is true |
static Constraint |
canReadConstraint
Constraint that ensures the canRead value is true |
static Constraint |
canRemoveConstraint
Constraint that ensures the canRemove value is true |
static Constraint |
canRemoveNGConstraint
Constraint that ensures the canRemoveNamedGraph is true |
static PropertyGrounding |
changeNamedGraphACL
Property grounding for canChangeNamedGraphAcl |
static Constraint |
hend
Constraint that ensures hend is null, or hend >= the end variable's value |
static Constraint |
hendNull
Constraint that ensures hend is null |
static Constraint |
hstart
Constraint that ensures hstart is <= the start variable's value |
static PropertyGrounding |
insertNamedGraph
Property grounding for canInsertNamedGraph |
static Constraint |
namedGraphAclIdEqualsAciAclIdConstraint
Constraint that ensures NamedGraph's aclid equals the ACI's aclid |
static SubjectGrounding |
namedGraphMetaAclGrounding
Subject grounding that the acl is not deleted for the last transaction timestamp that the query is using and it is the acl for the namedgraph given by the namedgraphid variable. |
static SubjectGrounding |
namedGraphMetaAclGroundingLive
Subject grounding that the acl is not currenlty deleted and it is the acl for the namedgraph given by the namedgraphid variable. |
static SubjectGrounding |
namedGraphMetaAclGroundingLiveTemp
Subject grounding that the acl is not currenlty deleted and it is the acl for a namedgraph in the namegraph temporary table. |
static SubjectGrounding |
namedGraphMetaAclGroundingTemp
Subject grounding that the acl is not deleted for the last transaction timestamp that the query is using and it is the acl for a namedgraph in the namegraph temporary table. |
static Constraint |
notDeletedConstraint
Constraint that ensures hend is null, ie acl is not deleted |
static PropertyGrounding |
read
Property grounding for canRead |
static Constraint |
readOrUpdateMetaConstraint
Constraint that ensures the canRead or canChangeAcl values are true |
static PropertyGrounding |
remove
Property grounding for canRemove |
static PropertyGrounding |
removeNamedGraph
Property grounding for canRemoveNamedGraph |
static PropertyGrounding |
type
Property grounding for the rdf:type |
| Constructor Summary | |
|---|---|
RdfMap.AclHistory()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Constraint namedGraphAclIdEqualsAciAclIdConstraint
public static final Constraint canReadConstraint
public static final Constraint canAddConstraint
public static final Constraint canRemoveConstraint
public static final Constraint canChangeConstraint
public static final Constraint canInsertConstraint
public static final Constraint canRemoveNGConstraint
public static final Constraint readOrUpdateMetaConstraint
public static final Constraint notDeletedConstraint
public static final Constraint hstart
public static final Constraint hend
public static final Constraint hendNull
public static final PropertyGrounding type
public static final PropertyGrounding read
public static final PropertyGrounding add
public static final PropertyGrounding remove
public static final PropertyGrounding insertNamedGraph
public static final PropertyGrounding removeNamedGraph
public static final PropertyGrounding changeNamedGraphACL
public static final SubjectGrounding aclGrounding
public static final SubjectGrounding aclGroundingLive
public static final SubjectGrounding aclUserMaskGrounding
public static final SubjectGrounding aclUserMaskGroundingLive
public static final SubjectGrounding aclPrivilegesGrounding
public static final SubjectGrounding aclPrivilegesGroundingLive
public static final SubjectGrounding namedGraphMetaAclGrounding
public static final SubjectGrounding namedGraphMetaAclGroundingTemp
public static final SubjectGrounding namedGraphMetaAclGroundingLive
public static final SubjectGrounding namedGraphMetaAclGroundingLiveTemp
| Constructor Detail |
|---|
public RdfMap.AclHistory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||