Uses of Class
org.xcmis.spi.model.ContentStreamAllowed

Packages that use ContentStreamAllowed
org.xcmis.spi.model   
 

Uses of ContentStreamAllowed in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return ContentStreamAllowed
static ContentStreamAllowed ContentStreamAllowed.fromValue(String value)
           
 ContentStreamAllowed TypeDefinition.getContentStreamAllowed()
          Indicates is content stream allowed or not allowed or needed for this type.
static ContentStreamAllowed ContentStreamAllowed.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentStreamAllowed[] ContentStreamAllowed.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xcmis.spi.model with parameters of type ContentStreamAllowed
 void TypeDefinition.setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed)
           
 

Constructors in org.xcmis.spi.model with parameters of type ContentStreamAllowed
TypeDefinition(String id, BaseType baseId, String queryName, String localName, String localNamespace, String parentId, String displayName, String description, boolean creatable, boolean fileable, boolean queryable, boolean fulltextIndexed, boolean includedInSupertypeQuery, boolean controllablePolicy, boolean controllableACL, boolean versionable, String[] allowedSourceTypes, String[] allowedTargetTypes, ContentStreamAllowed contentStreamAllowed, Map<String,PropertyDefinition<?>> propertyDefinitions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.