|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||