org.alfresco.cmis.client.type
Class AlfrescoSecondaryType

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
          extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.SecondaryTypeDefinitionImpl
              extended by org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
                  extended by org.alfresco.cmis.client.type.AlfrescoSecondaryType
All Implemented Interfaces:
Serializable, Cloneable, AlfrescoType, org.apache.chemistry.opencmis.client.api.ObjectType, org.apache.chemistry.opencmis.client.api.SecondaryType, org.apache.chemistry.opencmis.commons.data.ExtensionsData, org.apache.chemistry.opencmis.commons.definitions.MutableSecondaryTypeDefinition, org.apache.chemistry.opencmis.commons.definitions.MutableTypeDefinition, org.apache.chemistry.opencmis.commons.definitions.SecondaryTypeDefinition, org.apache.chemistry.opencmis.commons.definitions.TypeDefinition

public class AlfrescoSecondaryType
extends org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
implements AlfrescoType

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.chemistry.opencmis.client.api.ObjectType
DOCUMENT_BASETYPE_ID, FOLDER_BASETYPE_ID, POLICY_BASETYPE_ID, RELATIONSHIP_BASETYPE_ID
 
Constructor Summary
AlfrescoSecondaryType(org.apache.chemistry.opencmis.client.api.Session session, org.apache.chemistry.opencmis.commons.definitions.SecondaryTypeDefinition typeDefinition)
           
 
Method Summary
 List<String> getMandatoryAspects()
           
 
Methods inherited from class org.apache.chemistry.opencmis.client.runtime.objecttype.SecondaryTypeImpl
getBaseType, getChildren, getDescendants, getParentType, isBaseType
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition
addPropertyDefinition, clone, 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 class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
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
 

Constructor Detail

AlfrescoSecondaryType

public AlfrescoSecondaryType(org.apache.chemistry.opencmis.client.api.Session session,
                             org.apache.chemistry.opencmis.commons.definitions.SecondaryTypeDefinition typeDefinition)
Method Detail

getMandatoryAspects

public List<String> getMandatoryAspects()
Specified by:
getMandatoryAspects in interface AlfrescoType


Copyright © 2011–2014 Alfresco. All rights reserved.