Modifier and Type | Class and Description |
---|---|
class |
TypeManagerImpl
Class that manages a type system for a repository types can be added, the
inheritance can be managed and type can be retrieved for a given type id.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeValidator.checkType(TypeManager tm,
TypeDefinition td) |
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.buildResultList(TypeManager tm,
String user,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount)
Create the list of matching objects for this query.
|
void |
InMemoryQueryProcessor.processQueryAndCatchExc(String statement,
TypeManager tm)
Process a query.
|
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 | Interface and Description |
---|---|
interface |
TypeManagerCreatable
Extension of TypeManager interface to add type mutability.
|
Modifier and Type | Method and Description |
---|---|
TypeManager |
StoreManager.getTypeManager(String repositoryId)
Retrieve the type manager for a given repository.
|
Modifier and Type | Method and Description |
---|---|
TypeManager |
StoreManagerImpl.getTypeManager(String repositoryId) |
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,
TypeManager typeManager,
List<String> requestedIds,
boolean fillOptionalPropertyData) |
Modifier and Type | Class and Description |
---|---|
class |
JcrTypeManager
Type Manager.
|
Modifier and Type | Field and Description |
---|---|
protected TypeManager |
QueryObject.typeMgr |
Constructor and Description |
---|
QueryObject(TypeManager tm) |
QueryUtilBase(String statement,
TypeManager tm,
PredicateWalkerBase pw) |
QueryUtilStrict(String statement,
TypeManager tm,
PredicateWalkerBase pw) |
QueryUtilStrict(String statement,
TypeManager tm,
PredicateWalkerBase pw,
boolean parseFulltext) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.