Class AlfrescoRelationshipType

  • All Implemented Interfaces:
    Serializable, AlfrescoType, org.apache.chemistry.opencmis.client.api.ObjectType, org.apache.chemistry.opencmis.client.api.RelationshipType, org.apache.chemistry.opencmis.commons.data.ExtensionsData, org.apache.chemistry.opencmis.commons.definitions.MutableRelationshipTypeDefinition, org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition, org.apache.chemistry.opencmis.commons.definitions.RelationshipTypeDefinition, org.apache.chemistry.opencmis.commons.definitions.TypeDefinition

    public class AlfrescoRelationshipType
    extends org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl
    implements AlfrescoType
    Represents an Alfresco relationship type, including mandatory aspects.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AlfrescoRelationshipType​(org.apache.chemistry.opencmis.client.api.Session session, org.apache.chemistry.opencmis.commons.definitions.RelationshipTypeDefinition typeDefinition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<String> getMandatoryAspects()  
      • Methods inherited from class org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl

        getAllowedSourceTypes, getAllowedTargetTypes, getBaseType, getChildren, getDescendants, getParentType, isBaseType
      • Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.RelationshipTypeDefinitionImpl

        getAllowedSourceTypeIds, getAllowedTargetTypeIds, setAllowedSourceTypes, setAllowedTargetTypes
      • Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition

        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, toString
      • Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData

        getExtensions, setExtensions
      • Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData

        getExtensions, setExtensions
      • Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition

        addPropertyDefinition, removeAllPropertyDefinitions, removePropertyDefinition, setBaseTypeId, setDescription, setDisplayName, setId, setIsControllableAcl, setIsControllablePolicy, setIsCreatable, setIsFileable, setIsFulltextIndexed, setIsIncludedInSupertypeQuery, setIsQueryable, setLocalName, setLocalNamespace, setParentTypeId, setQueryName, setTypeMutability
      • Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition

        getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable
    • Constructor Detail

      • AlfrescoRelationshipType

        public AlfrescoRelationshipType​(org.apache.chemistry.opencmis.client.api.Session session,
                                        org.apache.chemistry.opencmis.commons.definitions.RelationshipTypeDefinition typeDefinition)