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

All Superinterfaces:
ExtensionsData, java.io.Serializable, TypeDefinition

public interface RelationshipTypeDefinition
extends TypeDefinition


Method Summary
 java.util.List<java.lang.String> getAllowedSourceTypeIds()
           
 java.util.List<java.lang.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

java.util.List<java.lang.String> getAllowedSourceTypeIds()

getAllowedTargetTypeIds

java.util.List<java.lang.String> getAllowedTargetTypeIds()


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