org.apache.chemistry.opencmis.commons.definitions
Interface RelationshipTypeDefinition

All Superinterfaces:
ExtensionsData, Serializable, TypeDefinition

public interface RelationshipTypeDefinition
extends TypeDefinition


Method Summary
 List<String> getAllowedSourceTypeIds()
           
 List<String> getAllowedTargetTypeIds()
           
 
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
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

getAllowedSourceTypeIds

List<String> getAllowedSourceTypeIds()

getAllowedTargetTypeIds

List<String> getAllowedTargetTypeIds()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.