public final class DataObjectCreator extends Object
Modifier and Type | Method and Description |
---|---|
static Acl |
fillACL(StoredObject so) |
static AllowableActions |
fillAllowableActions(StoredObject so,
String user) |
static ChangeEventInfo |
fillChangeEventInfo(StoredObject so) |
static PolicyIdList |
fillPolicyIds(StoredObject so) |
static List<ObjectData> |
fillRelationships(TypeManager tm,
ObjectStore objStore,
IncludeRelationships includeRelationships,
StoredObject so,
String user) |
static List<ObjectData> |
getRelationships(TypeManager tm,
ObjectStore objStore,
IncludeRelationships includeRelationships,
StoredObject spo,
String user) |
public static AllowableActions fillAllowableActions(StoredObject so, String user)
public static Acl fillACL(StoredObject so)
public static PolicyIdList fillPolicyIds(StoredObject so)
public static List<ObjectData> fillRelationships(TypeManager tm, ObjectStore objStore, IncludeRelationships includeRelationships, StoredObject so, String user)
public static ChangeEventInfo fillChangeEventInfo(StoredObject so)
public static List<ObjectData> getRelationships(TypeManager tm, ObjectStore objStore, IncludeRelationships includeRelationships, StoredObject spo, String user)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.