public class RelationshipTypeDefinitionImpl extends AbstractTypeDefinition implements MutableRelationshipTypeDefinition
| Constructor and Description |
|---|
RelationshipTypeDefinitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedSourceTypeIds() |
List<String> |
getAllowedTargetTypeIds() |
void |
setAllowedSourceTypes(List<String> allowedSourceTypes) |
void |
setAllowedTargetTypes(List<String> allowedTargetTypes) |
addPropertyDefinition, 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, waitaddPropertyDefinition, removeAllPropertyDefinitions, removePropertyDefinition, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setQueryName, setTypeMutabilitygetBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryablegetExtensions, setExtensionspublic List<String> getAllowedSourceTypeIds()
getAllowedSourceTypeIds in interface RelationshipTypeDefinitionpublic void setAllowedSourceTypes(List<String> allowedSourceTypes)
setAllowedSourceTypes in interface MutableRelationshipTypeDefinitionpublic List<String> getAllowedTargetTypeIds()
getAllowedTargetTypeIds in interface RelationshipTypeDefinitionpublic void setAllowedTargetTypes(List<String> allowedTargetTypes)
setAllowedTargetTypes in interface MutableRelationshipTypeDefinitionCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.