public class RelationshipTypeImpl extends RelationshipTypeDefinitionImpl implements RelationshipType, Serializable
| Constructor and Description |
|---|
RelationshipTypeImpl(Session session,
RelationshipTypeDefinition typeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectType> |
getAllowedSourceTypes() |
List<ObjectType> |
getAllowedTargetTypes() |
ObjectType |
getBaseType() |
ItemIterable<ObjectType> |
getChildren() |
List<Tree<ObjectType>> |
getDescendants(int depth) |
ObjectType |
getParentType() |
boolean |
isBaseType() |
getAllowedSourceTypeIds, getAllowedTargetTypeIds, setAllowedSourceTypes, setAllowedTargetTypesaddPropertyDefinition, getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, initialize, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable, removeAllPropertyDefinitions, removePropertyDefinition, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setPropertyDefinitions, setQueryName, setTypeMutability, toStringgetExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryablegetExtensions, setExtensionsaddPropertyDefinition, removeAllPropertyDefinitions, removePropertyDefinition, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setQueryName, setTypeMutabilitypublic RelationshipTypeImpl(Session session, RelationshipTypeDefinition typeDefinition)
public ObjectType getBaseType()
getBaseType in interface ObjectTypepublic ItemIterable<ObjectType> getChildren()
getChildren in interface ObjectTypepublic List<Tree<ObjectType>> getDescendants(int depth)
getDescendants in interface ObjectTypepublic ObjectType getParentType()
getParentType in interface ObjectTypepublic boolean isBaseType()
isBaseType in interface ObjectTypepublic List<ObjectType> getAllowedSourceTypes()
getAllowedSourceTypes in interface RelationshipTypepublic List<ObjectType> getAllowedTargetTypes()
getAllowedTargetTypes in interface RelationshipTypeCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.