org.alfresco.cmis.dictionary
Class CMISFolderTypeDefinition

java.lang.Object
  extended by org.alfresco.cmis.dictionary.CMISAbstractTypeDefinition
      extended by org.alfresco.cmis.dictionary.CMISFolderTypeDefinition
All Implemented Interfaces:
java.io.Serializable, CMISTypeDefinition

public class CMISFolderTypeDefinition
extends CMISAbstractTypeDefinition

CMIS Folder Type Definition

See Also:
Serialized Form

Field Summary
protected  boolean fileable
           
 
Fields inherited from class org.alfresco.cmis.dictionary.CMISAbstractTypeDefinition
actionEvaluators, cmisClassDef, controllableACL, controllablePolicy, creatable, description, displayName, fullTextIndexed, includedInSuperTypeQuery, inheritedProperties, internalParentType, isPublic, logger, objectTypeId, objectTypeQueryName, ownedProperties, parentType, parentTypeId, properties, queryable, rootType, subTypeIds, subTypes
 
Constructor Summary
CMISFolderTypeDefinition(CMISMapping cmisMapping, CMISTypeId typeId, org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef, boolean isSystem)
          Construct
 
Method Summary
 boolean isFileable()
          Are objects of this type fileable?
 java.lang.String toString()
           
 
Methods inherited from class org.alfresco.cmis.dictionary.CMISAbstractTypeDefinition
equals, getActionEvaluators, getAllowedSourceTypes, getAllowedTargetTypes, getBaseType, getContentStreamAllowed, getDescription, getDisplayName, getInternalParentType, getOwnedPropertyDefinitions, getParentType, getPropertyDefinitions, getQueryName, getSubTypes, getTypeId, hashCode, isControllableACL, isControllablePolicy, isCreatable, isFullTextIndexed, isIncludedInSuperTypeQuery, isPublic, isQueryable, isVersionable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

fileable

protected final boolean fileable
See Also:
Constant Field Values
Constructor Detail

CMISFolderTypeDefinition

public CMISFolderTypeDefinition(CMISMapping cmisMapping,
                                CMISTypeId typeId,
                                org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef,
                                boolean isSystem)
Construct

Parameters:
cmisMapping -
typeId -
cmisClassDef -
Method Detail

isFileable

public boolean isFileable()
Are objects of this type fileable?

Specified by:
isFileable in interface CMISTypeDefinition
Overrides:
isFileable in class CMISAbstractTypeDefinition
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.