Modifier and Type | Method and Description |
---|---|
static List<ObjectData> |
DataObjectCreator.fillRelationships(TypeManager tm,
ObjectStore objStore,
IncludeRelationships includeRelationships,
StoredObject so,
String user) |
static List<ObjectData> |
DataObjectCreator.getRelationships(TypeManager tm,
ObjectStore objStore,
IncludeRelationships includeRelationships,
StoredObject spo,
String user) |
Modifier and Type | Method and Description |
---|---|
ObjectList |
InMemoryQueryProcessor.query(TypeManager tm,
ObjectStore objectStore,
String user,
String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount)
Main entry function to process a query from discovery service
|
Modifier and Type | Method and Description |
---|---|
protected StoredObject |
BaseServiceValidatorImpl.checkExistingObjectId(ObjectStore objStore,
String objectId) |
protected StoredObject |
AbstractServiceImpl.checkExistingObjectId(ObjectStore objStore,
String objectId) |
Modifier and Type | Method and Description |
---|---|
ObjectStore |
StoreManager.getObjectStore(String repositoryId)
get the object store for the given repository id.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectStoreImpl
The object store is the central core of the in-memory repository.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore |
StoreManagerImpl.getObjectStore(String repositoryId) |
Modifier and Type | Method and Description |
---|---|
protected StoredObject |
InMemoryServiceValidatorImpl.checkExistingObjectId(ObjectStore objStore,
String objectId) |
Modifier and Type | Method and Description |
---|---|
static ObjectData |
PropertyCreationHelper.getObjectData(TypeManager tm,
ObjectStore objectStore,
StoredObject so,
String filter,
String user,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
ExtensionsData extension) |
static ObjectData |
PropertyCreationHelper.getObjectDataQueryResult(TypeManager tm,
ObjectStore objectStore,
TypeDefinition primaryType,
StoredObject so,
String user,
Map<String,String> requestedProperties,
Map<String,String> requestedFuncs,
List<TypeDefinition> secondaryTypes,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter) |
static Properties |
PropertyCreationHelper.getPropertiesFromObject(StoredObject so,
ObjectStore objectStore,
TypeDefinition primaryType,
List<TypeDefinition> secondaryTypes,
Map<String,String> requestedIds,
Map<String,String> requestedFuncs) |
static Properties |
PropertyCreationHelper.getPropertiesFromObject(StoredObject so,
ObjectStore objectStore,
TypeManager typeManager,
List<String> requestedIds,
boolean fillOptionalPropertyData) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.