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

Packages that use EnumBaseObjectTypeIds
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.repository   
org.xcmis.client.gwt.model.type   
org.xcmis.client.gwt.object.impl   
 

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

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

Uses of EnumBaseObjectTypeIds in org.xcmis.client.gwt.model.repository
 

Fields in org.xcmis.client.gwt.model.repository with type parameters of type EnumBaseObjectTypeIds
protected  List<EnumBaseObjectTypeIds> CmisRepositoryInfo.changesOnType
          Changes on type.
 

Methods in org.xcmis.client.gwt.model.repository that return types with arguments of type EnumBaseObjectTypeIds
 List<EnumBaseObjectTypeIds> CmisRepositoryInfo.getChangesOnType()
          Gets the value of the changesOnType property.
 

Uses of EnumBaseObjectTypeIds in org.xcmis.client.gwt.model.type
 

Methods in org.xcmis.client.gwt.model.type that return EnumBaseObjectTypeIds
 EnumBaseObjectTypeIds TypeDefinition.getBaseId()
          
 

Methods in org.xcmis.client.gwt.model.type with parameters of type EnumBaseObjectTypeIds
 void TypeDefinition.setBaseId(EnumBaseObjectTypeIds baseId)
           
 

Constructors in org.xcmis.client.gwt.model.type with parameters of type EnumBaseObjectTypeIds
TypeDefinition(String id, EnumBaseObjectTypeIds 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, EnumContentStreamAllowed contentStreamAllowed, Map<String,PropertyDefinition<?>> propertyDefinitions)
           
 

Uses of EnumBaseObjectTypeIds in org.xcmis.client.gwt.object.impl
 

Methods in org.xcmis.client.gwt.object.impl that return EnumBaseObjectTypeIds
 EnumBaseObjectTypeIds ObjectInfo.getBaseType()
          
 

Methods in org.xcmis.client.gwt.object.impl with parameters of type EnumBaseObjectTypeIds
 void ObjectInfo.setBaseType(EnumBaseObjectTypeIds baseType)
           
 

Constructors in org.xcmis.client.gwt.object.impl with parameters of type EnumBaseObjectTypeIds
ObjectInfo(EnumBaseObjectTypeIds baseType, String typeId, String id, String name, String createdBy, Date creationDate, String lastModifiedBy, Date lastModificationDate, String changeToken, String parentId, Boolean latestVersion, Boolean majorVersion, Boolean latestMajorVersion, String versionSeriesId, String versionSeriesCheckedOutId, String versionSeriesCheckedOutBy, String versionLabel, String contentStreamMimeType, String sourceId, String targetId)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.