public class InMemoryRelationshipTypeDefinition extends RelationshipTypeDefinitionImpl
| Constructor and Description |
|---|
InMemoryRelationshipTypeDefinition() |
InMemoryRelationshipTypeDefinition(String id,
String displayName) |
InMemoryRelationshipTypeDefinition(String id,
String displayName,
InMemoryRelationshipTypeDefinition parentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static InMemoryRelationshipTypeDefinition |
getRootRelationshipType() |
getAllowedSourceTypeIds, getAllowedTargetTypeIds, setAllowedSourceTypes, setAllowedTargetTypesaddPropertyDefinition, clone, getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, initialize, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setPropertyDefinitions, setQueryName, setTypeMutability, toStringgetExtensions, setExtensionsequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryablegetExtensions, setExtensionspublic InMemoryRelationshipTypeDefinition()
public InMemoryRelationshipTypeDefinition(String id, String displayName)
public InMemoryRelationshipTypeDefinition(String id, String displayName, InMemoryRelationshipTypeDefinition parentType)
public static InMemoryRelationshipTypeDefinition getRootRelationshipType()
public void addCustomPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.