| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.search |
| Modifier and Type | Method and Description |
|---|---|
CMISPropertyDefinition |
CMISDictionaryService.findProperty(org.alfresco.service.namespace.QName property,
CMISTypeDefinition matchingType)
Find property.
|
CMISPropertyDefinition |
CMISDictionaryService.findProperty(String property,
CMISTypeDefinition matchingType)
Find property.
|
CMISPropertyDefinition |
CMISDictionaryService.findPropertyByQueryName(String queryName)
Find a property by its query name
|
CMISPropertyDefinition |
CMISResultSetColumn.getCMISPropertyDefinition()
The property definition if there is one for the column
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CMISPropertyDefinition> |
CMISTypeDefinition.getOwnedPropertyDefinitions()
Gets the property definitions owned by this type
|
Map<String,CMISPropertyDefinition> |
CMISTypeDefinition.getPropertyDefinitions()
Gets the property definitions for this type (owned and inherited)
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMISBasePropertyDefinition
CMIS Property Definition
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CMISPropertyDefinition> |
CMISAbstractTypeDefinition.inheritedProperties |
protected Map<String,CMISPropertyDefinition> |
CMISAbstractTypeDefinition.ownedProperties |
protected Map<String,CMISPropertyDefinition> |
CMISAbstractTypeDefinition.properties |
| Modifier and Type | Method and Description |
|---|---|
CMISPropertyDefinition |
CMISAbstractDictionaryService.findProperty(org.alfresco.service.namespace.QName property,
CMISTypeDefinition matchingType) |
CMISPropertyDefinition |
CMISAbstractDictionaryService.findProperty(String property,
CMISTypeDefinition matchingType) |
CMISPropertyDefinition |
CMISAbstractDictionaryService.findPropertyByQueryName(String queryName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CMISPropertyDefinition> |
CMISAbstractTypeDefinition.getOwnedPropertyDefinitions() |
Map<String,CMISPropertyDefinition> |
CMISAbstractTypeDefinition.getPropertyDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
CMISPropertyDefinition |
CMISResultSetColumnImpl.getCMISPropertyDefinition() |
Copyright © 2005–2014 Alfresco Software. All rights reserved.