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

Packages that use BaseType
org.xcmis.spi   
org.xcmis.spi.basic   
org.xcmis.spi.model   
 

Uses of BaseType in org.xcmis.spi
 

Methods in org.xcmis.spi that return BaseType
 BaseType ObjectData.getBaseType()
          To get object's base type.
 

Uses of BaseType in org.xcmis.spi.basic
 

Fields in org.xcmis.spi.basic with type parameters of type BaseType
protected static Collection<BaseType> BasicStorageProvider.CHANGES_ON_TYPE
           
 

Uses of BaseType in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return BaseType
static BaseType BaseType.fromValue(String value)
           
 BaseType TypeDefinition.getBaseId()
          Base type ID.
 BaseType ObjectInfo.getBaseType()
          Base object type.
static BaseType BaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseType[] BaseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xcmis.spi.model that return types with arguments of type BaseType
 Collection<BaseType> RepositoryInfo.getChangesOnType()
           
 

Methods in org.xcmis.spi.model with parameters of type BaseType
 void TypeDefinition.setBaseId(BaseType baseId)
           
 void ObjectInfo.setBaseType(BaseType baseType)
           
 

Method parameters in org.xcmis.spi.model with type arguments of type BaseType
 void RepositoryInfo.setChangesOnType(Collection<BaseType> changesOnType)
           
 

Constructors in org.xcmis.spi.model with parameters of type BaseType
ObjectInfo(BaseType baseType, String typeId, String id, String name, String createdBy, Calendar creationDate, String lastModifiedBy, Calendar 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)
           
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)
           
 

Constructor parameters in org.xcmis.spi.model with type arguments of type BaseType
RepositoryInfo(String repositoryId, String repositoryName, String rootFolderId, String cmisVersionSupported, RepositoryCapabilities capabilities, ACLCapability aclCapability, String principalAnonymous, String principalAnyone, Collection<BaseType> changesOnType, String latestChangeLogToken, boolean changesIncomplete, String repositoryDescription, String vendorName, String productName, String productVersion, String thinClientURI)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.