Uses of Class
org.xcmis.client.gwt.model.EnumVersioningState

Packages that use EnumVersioningState
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.actions   
 

Uses of EnumVersioningState in org.xcmis.client.gwt.model
 

Methods in org.xcmis.client.gwt.model that return EnumVersioningState
static EnumVersioningState EnumVersioningState.fromValue(String v)
           
static EnumVersioningState EnumVersioningState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumVersioningState[] EnumVersioningState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumVersioningState in org.xcmis.client.gwt.model.actions
 

Fields in org.xcmis.client.gwt.model.actions declared as EnumVersioningState
protected  EnumVersioningState CreateDocument.versioningState
          Versioning state.
protected  EnumVersioningState CreateDocumentFromSource.versioningState
          Versioning state.
 

Methods in org.xcmis.client.gwt.model.actions that return EnumVersioningState
 EnumVersioningState CreateDocument.getVersioningState()
           
 EnumVersioningState CreateDocumentFromSource.getVersioningState()
           
 

Methods in org.xcmis.client.gwt.model.actions with parameters of type EnumVersioningState
 void CreateDocument.setVersioningState(EnumVersioningState value)
           
 void CreateDocumentFromSource.setVersioningState(EnumVersioningState value)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.