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

Packages that use CapabilityContentStreamUpdates
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
 

Uses of CapabilityContentStreamUpdates in org.apache.chemistry.opencmis.commons.data
 

Methods in org.apache.chemistry.opencmis.commons.data that return CapabilityContentStreamUpdates
 CapabilityContentStreamUpdates RepositoryCapabilities.getContentStreamUpdatesCapability()
           
 

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

Methods in org.apache.chemistry.opencmis.commons.enums that return CapabilityContentStreamUpdates
static CapabilityContentStreamUpdates CapabilityContentStreamUpdates.fromValue(String v)
           
static CapabilityContentStreamUpdates CapabilityContentStreamUpdates.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CapabilityContentStreamUpdates[] CapabilityContentStreamUpdates.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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