org.apache.chemistry.opencmis.commons.impl.dataobjects
Class RelationshipTypeDefinitionImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
org.apache.chemistry.opencmis.commons.impl.dataobjects.RelationshipTypeDefinitionImpl
- All Implemented Interfaces:
- Serializable, Cloneable, ExtensionsData, RelationshipTypeDefinition, TypeDefinition
- Direct Known Subclasses:
- InMemoryRelationshipTypeDefinition, RelationshipTypeImpl
public class RelationshipTypeDefinitionImpl
- extends AbstractTypeDefinition
- implements RelationshipTypeDefinition
Relationship type definition.
- Author:
- Florian Müller
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition |
addPropertyDefinition, clone, getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, initialize, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setPropertyDefinitions, setQueryName, toString |
Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable |
RelationshipTypeDefinitionImpl
public RelationshipTypeDefinitionImpl()
getAllowedSourceTypeIds
public List<String> getAllowedSourceTypeIds()
- Specified by:
getAllowedSourceTypeIds
in interface RelationshipTypeDefinition
setAllowedSourceTypes
public void setAllowedSourceTypes(List<String> allowedSourceTypes)
getAllowedTargetTypeIds
public List<String> getAllowedTargetTypeIds()
- Specified by:
getAllowedTargetTypeIds
in interface RelationshipTypeDefinition
setAllowedTargetTypes
public void setAllowedTargetTypes(List<String> allowedTargetTypes)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.