Uses of Class
org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed

Packages that use ContentStreamAllowed
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
 

Uses of ContentStreamAllowed in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return ContentStreamAllowed
 ContentStreamAllowed DocumentType.getContentStreamAllowed()
          Gets the enum that describes, how content streams have to be handled with this document type.
 

Uses of ContentStreamAllowed in org.apache.chemistry.opencmis.commons.definitions
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return ContentStreamAllowed
 ContentStreamAllowed DocumentTypeDefinition.getContentStreamAllowed()
           
 

Uses of ContentStreamAllowed in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return ContentStreamAllowed
static ContentStreamAllowed ContentStreamAllowed.fromValue(String v)
           
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.
 



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