public class RelationshipTypeDefinitionImpl extends AbstractTypeDefinition implements RelationshipTypeDefinition
Constructor and Description |
---|
RelationshipTypeDefinitionImpl() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllowedSourceTypeIds()
Returns the list of type ids that are allowed as source objects.
|
List<String> |
getAllowedTargetTypeIds()
Returns the list of type ids that are allowed as target objects.
|
void |
setAllowedSourceTypes(List<String> allowedSourceTypes) |
void |
setAllowedTargetTypes(List<String> allowedTargetTypes) |
addPropertyDefinition, 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, toString
getExtensions, setExtensions
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable
getExtensions, setExtensions
public List<String> getAllowedSourceTypeIds()
RelationshipTypeDefinition
getAllowedSourceTypeIds
in interface RelationshipTypeDefinition
null if all types are allowed
public List<String> getAllowedTargetTypeIds()
RelationshipTypeDefinition
getAllowedTargetTypeIds
in interface RelationshipTypeDefinition
null if all types are allowed
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.