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

Packages that use PropertyDefinition
org.xcmis.spi.model   
 

Uses of PropertyDefinition in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return PropertyDefinition
 PropertyDefinition<?> TypeDefinition.getPropertyDefinition(String id)
          Get PropertyDefinition by ID.
 PropertyDefinition<?> TypeDefinition.getPropertyDefinitionByQueryName(String queryName)
          Get PropertyDefinition by queryName.
 

Methods in org.xcmis.spi.model that return types with arguments of type PropertyDefinition
 Collection<PropertyDefinition<?>> TypeDefinition.getPropertyDefinitions()
           
 

Method parameters in org.xcmis.spi.model with type arguments of type PropertyDefinition
 void TypeDefinition.setPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
           
 

Constructor parameters in org.xcmis.spi.model with type arguments of type PropertyDefinition
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)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.