| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.mapping | |
| org.alfresco.cmis.search |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISDictionaryService.findType(CMISTypeId typeId)
Find type for type id
|
CMISTypeDefinition |
CMISDictionaryService.findType(String typeId)
Find type for type id
|
CMISTypeDefinition |
CMISDictionaryService.findTypeByQueryName(String queryName)
Find a type by its query name
|
CMISTypeDefinition |
CMISDictionaryService.findTypeForClass(org.alfresco.service.namespace.QName clazz,
CMISScope... matchingScopes)
Find type for Alfresco class name.
|
CMISTypeDefinition |
CMISTypeDefinition.getBaseType()
Get the base type
|
CMISTypeDefinition |
CMISPropertyDefinition.getOwningType()
Get Owning Type
|
CMISTypeDefinition |
CMISTypeDefinition.getParentType()
Get the type for the parent
|
CMISTypeDefinition |
CMISResultSetSelector.getTypeDefinition()
Get the type definition for the selector.
|
CMISTypeDefinition |
CMISServices.getTypeDefinition(org.alfresco.service.cmr.repository.AssociationRef associationRef)
Gets the type definition for an association.
|
CMISTypeDefinition |
CMISServices.getTypeDefinition(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the type definition for a node.
|
CMISTypeDefinition |
CMISServices.getTypeDefinition(Object object)
Gets the type definition for a given object.
|
CMISTypeDefinition |
CMISServices.getTypeDefinition(String typeId)
Gets the type definition for a given type ID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CMISTypeDefinition> |
CMISTypeDefinition.getAllowedSourceTypes()
For an association, get the collection of valid source types.
|
Collection<CMISTypeDefinition> |
CMISTypeDefinition.getAllowedTargetTypes()
For an association, get the collection of valid target types.
|
Collection<CMISTypeDefinition> |
CMISDictionaryService.getAllTypes()
Get all Types
|
List<CMISTypeDefinition> |
CMISServices.getAppliedPolicies(String objectId,
String filter)
Gets the list of policy objects currently applied to a target object.
|
Set<CMISTypeDefinition> |
CMISServices.getAspects(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the aspects applied to a node.
|
Collection<CMISTypeDefinition> |
CMISServices.getBaseTypes()
Gets the CMIS base types.
|
Collection<CMISTypeDefinition> |
CMISDictionaryService.getBaseTypes()
Get Base Types
|
Collection<CMISTypeDefinition> |
CMISTypeDefinition.getSubTypes(boolean descendants)
Get the sub-types
|
| 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.
|
Map<String,Serializable> |
CMISServices.getProperties(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef)
Get all of a node's values for the properties in the given type or aspect.
|
Serializable |
CMISServices.getProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef,
String propertyName)
Get a single property, optionally constrained to a given node type or aspect
|
org.alfresco.service.cmr.repository.AssociationRef[] |
CMISServices.getRelationships(org.alfresco.service.cmr.repository.NodeRef node,
CMISTypeDefinition relDef,
boolean includeSubTypes,
CMISRelationshipDirectionEnum direction)
Query for relationships.
|
void |
CMISServices.setProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef,
String propertyName,
Serializable value)
Set a single property, optionally constrained to a given node type or aspect
|
| Constructor and Description |
|---|
CMISStreamNotSupportedException(CMISTypeDefinition typeDefinition) |
CMISStreamNotSupportedException(CMISTypeDefinition typeDefinition,
Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
CMISAbstractTypeDefinition
CMIS Object Type Definition
|
class |
CMISDocumentTypeDefinition
CMIS Document Type Definition
|
class |
CMISFolderTypeDefinition
CMIS Folder Type Definition
|
class |
CMISObjectTypeDefinition
CMIS Object Type Definition
|
class |
CMISPolicyTypeDefinition
CMIS Policy Type Definition
|
class |
CMISRelationshipTypeDefinition
CMIS Relationship Type Definition
|
| Modifier and Type | Field and Description |
|---|---|
protected CMISTypeDefinition |
CMISAbstractTypeDefinition.parentType |
protected CMISTypeDefinition |
CMISAbstractTypeDefinition.rootType |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<CMISTypeDefinition> |
CMISAbstractTypeDefinition.subTypes |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISAbstractDictionaryService.findType(CMISTypeId typeId) |
CMISTypeDefinition |
CMISAbstractDictionaryService.findType(String typeId) |
CMISTypeDefinition |
CMISAbstractDictionaryService.findTypeByQueryName(String queryName) |
CMISTypeDefinition |
CMISAbstractDictionaryService.findTypeForClass(org.alfresco.service.namespace.QName clazz,
CMISScope... matchingScopes) |
CMISTypeDefinition |
CMISAbstractTypeDefinition.getBaseType() |
CMISTypeDefinition |
CMISBasePropertyDefinition.getOwningType()
Get Owning Type
|
CMISTypeDefinition |
CMISAbstractTypeDefinition.getParentType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMISTypeDefinition> |
CMISAbstractTypeDefinition.getAllowedSourceTypes() |
Collection<CMISTypeDefinition> |
CMISRelationshipTypeDefinition.getAllowedSourceTypes()
For an association, get the collection of valid source types.
|
Collection<CMISTypeDefinition> |
CMISAbstractTypeDefinition.getAllowedTargetTypes() |
Collection<CMISTypeDefinition> |
CMISRelationshipTypeDefinition.getAllowedTargetTypes()
For an association, get the collection of valid target types.
|
Collection<CMISTypeDefinition> |
CMISAbstractDictionaryService.getAllTypes() |
Collection<CMISTypeDefinition> |
CMISAbstractDictionaryService.getBaseTypes() |
Collection<CMISTypeDefinition> |
CMISAbstractTypeDefinition.getSubTypes(boolean includeDescendants) |
| Modifier and Type | Method and Description |
|---|---|
CMISPropertyDefinition |
CMISAbstractDictionaryService.findProperty(org.alfresco.service.namespace.QName property,
CMISTypeDefinition matchingType) |
CMISPropertyDefinition |
CMISAbstractDictionaryService.findProperty(String property,
CMISTypeDefinition matchingType) |
| Constructor and Description |
|---|
CMISBasePropertyDefinition(CMISMapping cmisMapping,
CMISPropertyId propertyId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.PropertyDefinition propDef,
CMISTypeDefinition typeDef)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISServicesImpl.getTypeDefinition(org.alfresco.service.cmr.repository.AssociationRef associationRef) |
CMISTypeDefinition |
CMISServicesImpl.getTypeDefinition(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
CMISTypeDefinition |
CMISServicesImpl.getTypeDefinition(Object object) |
CMISTypeDefinition |
CMISServicesImpl.getTypeDefinition(String typeId) |
| Modifier and Type | Method and Description |
|---|---|
List<CMISTypeDefinition> |
CMISServicesImpl.getAppliedPolicies(String objectId,
String filter) |
Set<CMISTypeDefinition> |
CMISServicesImpl.getAspects(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Collection<CMISTypeDefinition> |
CMISServicesImpl.getBaseTypes() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
CMISServicesImpl.getProperties(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef) |
Serializable |
CMISServicesImpl.getProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef,
String propertyName) |
org.alfresco.service.cmr.repository.AssociationRef[] |
CMISServicesImpl.getRelationships(org.alfresco.service.cmr.repository.NodeRef node,
CMISTypeDefinition relDef,
boolean includeSubTypes,
CMISRelationshipDirectionEnum direction) |
boolean |
TypeAttributeActionEvaluator.TypeDefinitionAttributeEnum.satisfies(CMISTypeDefinition typeDefinition,
org.alfresco.util.Pair<Object,Comparable<Object>> comparator,
boolean nullExpected,
boolean defaultAllowing)
This method determines, if object data type definition contains attribute, which satisfies to condition to allow some action
|
void |
CMISServicesImpl.setProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef,
String propertyName,
Serializable value) |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISResultSetSelectorImpl.getTypeDefinition() |
| Constructor and Description |
|---|
CMISResultSetSelectorImpl(String name,
CMISTypeDefinition typeDefinition) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.