Modifier and Type | Field and Description |
---|---|
protected QName |
AbstractTypeDefinitionWrapper.alfrescoClass |
protected QName |
AbstractTypeDefinitionWrapper.alfrescoName |
Modifier and Type | Field and Description |
---|---|
protected Map<QName,PropertyDefinitionWrapper> |
AbstractTypeDefinitionWrapper.propertiesByQName |
Modifier and Type | Method and Description |
---|---|
QName |
CMISAbstractDictionaryService.findAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType) |
QName |
CMISDictionaryService.findAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType) |
QName |
TypeDefinitionWrapper.getAlfrescoClass() |
QName |
AbstractTypeDefinitionWrapper.getAlfrescoClass() |
QName |
PropertyDefinitionWrapper.getAlfrescoName() |
QName |
TypeDefinitionWrapper.getAlfrescoName() |
QName |
AbstractTypeDefinitionWrapper.getAlfrescoName() |
QName |
BasePropertyDefintionWrapper.getAlfrescoName() |
QName |
CMISPropertyAccessor.getMappedProperty()
Get the (directly) mapped Alfresco property (if a direct mapping exists)
|
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
QNameFilterImpl.filterQName(Collection<QName> typesToFilter)
Filters out any QName defined in the "excludedModels" property
|
Collection<QName> |
QNameFilter.filterQName(Collection<QName> typesToFilter)
Filters out any QName defined in the "excludedTypes" property
|
Collection<QName> |
FilteredDictionaryComponent.getAllAspects() |
Collection<QName> |
FilteredDictionaryComponent.getAllAssociations() |
Collection<QName> |
FilteredDictionaryComponent.getAllTypes() |
Set<QName> |
CMISNodeInfo.getNodeAspects() |
Map<QName,Serializable> |
CMISNodeInfo.getNodeProps() |
Collection<QName> |
FilteredDictionaryComponent.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
FilteredDictionaryComponent.getSubTypes(QName superType,
boolean follow) |
Modifier and Type | Method and Description |
---|---|
CMISPropertyAccessor |
PropertyAccessorMapping.createDirectPropertyAccessor(String propertyId,
QName propertyName)
Create a direct node property accessor
|
CMISPropertyLuceneBuilder |
PropertyLuceneBuilderMapping.createDirectPropertyLuceneBuilder(QName propertyName)
Create a direct node property lucene builder
|
protected org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> |
AbstractTypeDefinitionWrapper.createPropertyDefinition(CMISMapping cmisMapping,
String id,
QName alfrescoPropName,
DictionaryService dictionaryService,
PropertyDefinition propDef,
boolean inherited)
Creates a property definition object.
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findAssocType(QName clazz) |
TypeDefinitionWrapper |
CMISDictionaryService.findAssocType(QName clazz) |
org.apache.chemistry.opencmis.commons.enums.PropertyType |
CMISAbstractDictionaryService.findDataType(QName dataType) |
org.apache.chemistry.opencmis.commons.enums.PropertyType |
CMISDictionaryService.findDataType(QName dataType)
Find data type
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findNodeType(QName clazz) |
TypeDefinitionWrapper |
CMISDictionaryService.findNodeType(QName clazz) |
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes) |
TypeDefinitionWrapper |
CMISDictionaryService.findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)
Find type for Alfresco class name.
|
AspectDefinition |
FilteredDictionaryComponent.getAspect(QName name) |
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getAssocDefByQName(QName qname) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getAssocDefByQName(QName qname) |
PropertyDefinitionWrapper |
TypeDefinitionWrapper.getPropertyByQName(QName name) |
PropertyDefinitionWrapper |
AbstractTypeDefinitionWrapper.getPropertyByQName(QName name) |
Collection<QName> |
FilteredDictionaryComponent.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
FilteredDictionaryComponent.getSubTypes(QName superType,
boolean follow) |
TypeDefinition |
FilteredDictionaryComponent.getType(QName name) |
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getTypeDefByQName(QName qname) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getTypeDefByQName(QName qname) |
boolean |
QNameFilterImpl.isExcluded(QName typeQName)
Indicates that this QName should be excluded.
|
boolean |
CMISAbstractDictionaryService.isExcluded(QName qname) |
boolean |
CMISDictionaryService.isExcluded(QName qname) |
boolean |
QNameFilter.isExcluded(QName typeQName)
Indicates that this QName should be excluded.
|
void |
QNameFilterImpl.setExcluded(QName typeQName,
boolean excluded) |
void |
QNameFilter.setExcluded(QName typeQName,
boolean excluded)
Exclude the type
|
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
QNameFilterImpl.filterQName(Collection<QName> typesToFilter)
Filters out any QName defined in the "excludedModels" property
|
Collection<QName> |
QNameFilter.filterQName(Collection<QName> typesToFilter)
Filters out any QName defined in the "excludedTypes" property
|
Constructor and Description |
---|
BasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef,
QName alfrescoName,
TypeDefinitionWrapper owningType,
CMISPropertyAccessor accessor,
CMISPropertyLuceneBuilder luceneBuilder) |
Modifier and Type | Field and Description |
---|---|
static QName |
CMISMapping.ASPECTS_QNAME |
static QName |
CMISMapping.CMIS_DATATYPE_HTML |
static QName |
CMISMapping.CMIS_DATATYPE_ID |
static QName |
CMISMapping.CMIS_DATATYPE_URI |
static QName |
CMISMapping.CMIS_DATATYPE_XML |
static QName |
CMISMapping.CMIS_MODEL_QNAME
The QName for the Alfresco CMIS Model.
|
static QName |
CMISMapping.DOCUMENT_QNAME |
static QName |
CMISMapping.FOLDER_QNAME |
static QName |
CMISMapping.ITEM_QNAME |
static QName |
CMISMapping.OBJECT_QNAME |
static QName |
CMISMapping.POLICY_QNAME |
static QName |
CMISMapping.RELATIONSHIP_QNAME |
static QName |
CMISMapping.SECONDARY_TYPES_QNAME |
Modifier and Type | Method and Description |
---|---|
QName |
CMISMapping.getAlfrescoClass(QName cmisTypeQName)
Given a CMIS model type map it to the appropriate Alfresco type.
|
QName |
CMISMapping.getAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType) |
QName |
CMISMapping.getAlfrescoName(String typeId) |
QName |
CMISMapping.getCmisType(QName typeQName)
Given an Alfresco model type map it to the appropriate type.
|
protected QName |
ContentStreamMimetypeLuceneBuilder.getQNameForExists() |
protected abstract QName |
AbstractSimpleLuceneBuilder.getQNameForExists() |
protected QName |
ContentStreamLengthLuceneBuilder.getQNameForExists() |
protected QName |
DirectLuceneBuilder.getQNameForExists() |
Modifier and Type | Method and Description |
---|---|
String |
CMISMapping.buildPrefixEncodedString(QName qname) |
CMISPropertyLuceneBuilder |
RuntimePropertyLuceneBuilderMapping.createDirectPropertyLuceneBuilder(QName propertyName) |
QName |
CMISMapping.getAlfrescoClass(QName cmisTypeQName)
Given a CMIS model type map it to the appropriate Alfresco type.
|
String |
CMISMapping.getCmisPropertyId(QName propertyQName) |
QName |
CMISMapping.getCmisType(QName typeQName)
Given an Alfresco model type map it to the appropriate type.
|
String |
CMISMapping.getCmisTypeId(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope,
QName typeQName)
Gets the CMIS Type Id given the Alfresco QName for the type in any
Alfresco model
|
String |
CMISMapping.getCmisTypeId(QName classQName) |
org.apache.chemistry.opencmis.commons.enums.PropertyType |
CMISMapping.getDataType(QName dataType) |
boolean |
CMISMapping.isExcluded(QName typeQName) |
boolean |
CMISMapping.isRemappedType(QName typeQName)
Is Alfresco Type mapped to an alternative CMIS Type?
|
boolean |
CMISMapping.isValidCmisDocument(QName typeQName)
Is this a valid CMIS document type?
|
boolean |
CMISMapping.isValidCmisFolder(QName typeQName)
Is this a valid CMIS folder type?
|
boolean |
CMISMapping.isValidCmisItem(QName typeQName)
Is this a valid CMIS item type?
|
boolean |
CMISMapping.isValidCmisObject(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope,
QName qname) |
boolean |
CMISMapping.isValidCmisPolicy(QName typeQName)
Is this a valid CMIS policy type?
|
boolean |
CMISMapping.isValidCmisRelationship(QName associationQName)
Is an association valid in CMIS? It must be a non-child relationship and
the source and target must both be valid CMIS types.
|
boolean |
CMISMapping.isValidCmisRelationshipEndPoint(QName typeQName) |
boolean |
CMISMapping.isValidCmisSecondaryType(QName typeQName)
Is this a valid CMIS secondary type?
|
Constructor and Description |
---|
DirectLuceneBuilder(DictionaryService dictionaryService,
QName alfrescoName) |
Modifier and Type | Method and Description |
---|---|
QName |
M2ModelDiff.getElementName() |
QName |
CustomModelDefinitionImpl.getName() |
QName |
M2ModelDefinition.getName() |
QName |
AbstractDictionaryRegistry.putModel(CompiledModel model) |
QName |
DictionaryRegistry.putModel(CompiledModel model) |
QName |
DictionaryDAO.putModel(M2Model model)
Adds a model to the dictionary.
|
QName |
DictionaryDAOImpl.putModel(M2Model model) |
QName |
DictionaryDAO.putModelIgnoringConstraints(M2Model model)
Adds a model to the dictionary.
|
QName |
DictionaryDAOImpl.putModelIgnoringConstraints(M2Model model) |
protected QName |
CoreDictionaryRegistryImpl.putModelImpl(CompiledModel model) |
protected QName |
AbstractDictionaryRegistry.putModelImpl(CompiledModel model) |
QName |
TenantDictionaryRegistryImpl.putModelImpl(CompiledModel model) |
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
DictionaryComponent.getAllAspects() |
Collection<QName> |
DictionaryComponent.getAllAspects(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getAllAssociations() |
Collection<QName> |
DictionaryComponent.getAllAssociations(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getAllDataTypes() |
Collection<QName> |
DictionaryComponent.getAllModels() |
Collection<QName> |
DictionaryComponent.getAllModels(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getAllProperties(QName dataType) |
Collection<QName> |
DictionaryComponent.getAllTypes() |
Collection<QName> |
DictionaryComponent.getAllTypes(boolean includeInherited) |
Collection<QName> |
DictionaryDAO.getAspects(boolean includeInherited) |
Collection<QName> |
DictionaryDAOImpl.getAspects(boolean includeInherited) |
Collection<QName> |
AbstractDictionaryRegistry.getAspects(boolean includeInherited) |
Collection<QName> |
DictionaryRegistry.getAspects(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getAspects(QName model) |
Collection<QName> |
DictionaryDAO.getAssociations(boolean includeInherited) |
Collection<QName> |
DictionaryDAOImpl.getAssociations(boolean includeInherited) |
Collection<QName> |
AbstractDictionaryRegistry.getAssociations(boolean includeInherited) |
Collection<QName> |
DictionaryRegistry.getAssociations(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getAssociations(QName model) |
Map<QName,CompiledModel> |
AbstractDictionaryRegistry.getCompiledModels(boolean includeInherited) |
Map<QName,CompiledModel> |
DictionaryRegistry.getCompiledModels(boolean includeInherited) |
Map<QName,CompiledModel> |
TenantDictionaryRegistryImpl.getCompiledModels(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getDataTypes(QName model) |
Collection<QName> |
DictionaryDAO.getModels() |
Collection<QName> |
DictionaryDAOImpl.getModels() |
Collection<QName> |
DictionaryDAO.getModels(boolean includeInherited) |
Collection<QName> |
DictionaryDAOImpl.getModels(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getProperties(QName model) |
Collection<QName> |
DictionaryComponent.getProperties(QName model,
QName dataType) |
Map<QName,PropertyDefinition> |
DictionaryComponent.getPropertyDefs(QName className) |
Collection<QName> |
DictionaryComponent.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
DictionaryDAO.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
DictionaryDAOImpl.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
DictionaryComponent.getSubTypes(QName superType,
boolean follow) |
Collection<QName> |
DictionaryDAO.getSubTypes(QName superType,
boolean follow) |
Collection<QName> |
DictionaryDAOImpl.getSubTypes(QName superType,
boolean follow) |
Collection<QName> |
DictionaryDAO.getTypes(boolean includeInherited) |
Collection<QName> |
DictionaryDAOImpl.getTypes(boolean includeInherited) |
Collection<QName> |
AbstractDictionaryRegistry.getTypes(boolean includeInherited) |
Collection<QName> |
DictionaryRegistry.getTypes(boolean includeInherited) |
Collection<QName> |
DictionaryComponent.getTypes(QName model) |
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
DictionaryComponent.getAllProperties(QName dataType) |
TypeDefinition |
DictionaryComponent.getAnonymousType(QName name)
Creates an anonymous
TypeDefinition with all the mandatory Aspects applied. |
TypeDefinition |
DictionaryComponent.getAnonymousType(QName type,
Collection<QName> aspects) |
TypeDefinition |
DictionaryDAO.getAnonymousType(QName type,
Collection<QName> aspects)
Construct an anonymous type that combines a primary type definition and
and one or more aspects
|
TypeDefinition |
DictionaryDAOImpl.getAnonymousType(QName type,
Collection<QName> aspects) |
AspectDefinition |
DictionaryComponent.getAspect(QName name) |
AspectDefinition |
DictionaryDAOImpl.getAspect(QName aspectName) |
AspectDefinition |
AbstractDictionaryRegistry.getAspect(QName aspectName) |
AspectDefinition |
CompiledModel.getAspect(QName name) |
AspectDefinition |
DictionaryRegistry.getAspect(QName aspectName) |
AspectDefinition |
TenantDictionaryRegistryImpl.getAspect(QName aspectName) |
protected AspectDefinition |
AbstractDictionaryRegistry.getAspectImpl(QName aspectName) |
Collection<QName> |
DictionaryComponent.getAspects(QName model) |
Collection<AspectDefinition> |
DictionaryDAO.getAspects(QName model) |
Collection<AspectDefinition> |
DictionaryDAOImpl.getAspects(QName modelName) |
AssociationDefinition |
DictionaryComponent.getAssociation(QName associationName) |
AssociationDefinition |
DictionaryDAOImpl.getAssociation(QName assocName) |
AssociationDefinition |
AbstractDictionaryRegistry.getAssociation(QName assocName) |
AssociationDefinition |
CompiledModel.getAssociation(QName name) |
AssociationDefinition |
DictionaryRegistry.getAssociation(QName assocName) |
protected AssociationDefinition |
AbstractDictionaryRegistry.getAssociationImpl(QName assocName) |
Collection<QName> |
DictionaryComponent.getAssociations(QName model) |
Collection<AssociationDefinition> |
DictionaryDAO.getAssociations(QName model) |
Collection<AssociationDefinition> |
DictionaryDAOImpl.getAssociations(QName modelName) |
ClassDefinition |
DictionaryComponent.getClass(QName name) |
ClassDefinition |
DictionaryDAOImpl.getClass(QName className) |
ClassDefinition |
AbstractDictionaryRegistry.getClass(QName className) |
ClassDefinition |
CompiledModel.getClass(QName name) |
ClassDefinition |
DictionaryRegistry.getClass(QName className) |
protected ClassDefinition |
AbstractDictionaryRegistry.getClassImpl(QName className) |
CompiledModel |
DictionaryDAOImpl.getCompiledModel(QName modelName) |
ConstraintDefinition |
DictionaryComponent.getConstraint(QName constraintQName) |
ConstraintDefinition |
DictionaryDAOImpl.getConstraint(QName constraintQName) |
ConstraintDefinition |
AbstractDictionaryRegistry.getConstraint(QName constraintQName) |
ConstraintDefinition |
CompiledModel.getConstraint(QName name) |
ConstraintDefinition |
DictionaryRegistry.getConstraint(QName constraintQName) |
protected ConstraintDefinition |
AbstractDictionaryRegistry.getConstraintImpl(QName constraintQName) |
Collection<ConstraintDefinition> |
DictionaryComponent.getConstraints(QName model) |
Collection<ConstraintDefinition> |
DictionaryDAO.getConstraints(QName model) |
Collection<ConstraintDefinition> |
DictionaryDAOImpl.getConstraints(QName modelName) |
Collection<ConstraintDefinition> |
DictionaryComponent.getConstraints(QName model,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
DictionaryDAO.getConstraints(QName model,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
DictionaryDAOImpl.getConstraints(QName modelName,
boolean referenceableDefsOnly) |
DataTypeDefinition |
DictionaryComponent.getDataType(QName name) |
DataTypeDefinition |
DictionaryDAOImpl.getDataType(QName typeName) |
DataTypeDefinition |
AbstractDictionaryRegistry.getDataType(QName typeName) |
DataTypeDefinition |
CompiledModel.getDataType(QName name) |
DataTypeDefinition |
DictionaryRegistry.getDataType(QName typeName) |
protected DataTypeDefinition |
AbstractDictionaryRegistry.getDataTypeImp(QName typeName) |
Collection<QName> |
DictionaryComponent.getDataTypes(QName model) |
Collection<DataTypeDefinition> |
DictionaryDAO.getDataTypes(QName model) |
Collection<DataTypeDefinition> |
DictionaryDAOImpl.getDataTypes(QName modelName) |
static String |
M2Label.getLabel(Locale locale,
ModelDefinition model,
MessageLookup messageLookup,
String type,
QName item,
String label)
Get label for data dictionary item given specified locale
|
static String |
M2Label.getLabel(ModelDefinition model,
MessageLookup messageLookup,
String type,
QName item,
String label)
Get label for data dictionary item
|
ModelDefinition |
DictionaryComponent.getModel(QName model) |
ModelDefinition |
DictionaryDAO.getModel(QName name) |
ModelDefinition |
DictionaryDAOImpl.getModel(QName name) |
CompiledModel |
AbstractDictionaryRegistry.getModel(QName modelName) |
CompiledModel |
DictionaryRegistry.getModel(QName name) |
CompiledModel |
TenantDictionaryRegistryImpl.getModel(QName name) |
protected CompiledModel |
AbstractDictionaryRegistry.getModelImpl(QName modelName) |
Collection<NamespaceDefinition> |
DictionaryDAO.getNamespaces(QName modelName) |
Collection<NamespaceDefinition> |
DictionaryDAOImpl.getNamespaces(QName modelName) |
Collection<QName> |
DictionaryComponent.getProperties(QName model) |
Collection<PropertyDefinition> |
DictionaryDAO.getProperties(QName model) |
Collection<PropertyDefinition> |
DictionaryDAOImpl.getProperties(QName modelName) |
Collection<QName> |
DictionaryComponent.getProperties(QName model,
QName dataType) |
Collection<PropertyDefinition> |
DictionaryDAO.getProperties(QName modelName,
QName dataType)
Get all properties for the model and that are of the given data type.
|
Collection<PropertyDefinition> |
DictionaryDAOImpl.getProperties(QName modelName,
QName dataType) |
Collection<PropertyDefinition> |
DictionaryDAO.getPropertiesOfDataType(QName dataType)
Get all properties for all models of the given data type.
|
Collection<PropertyDefinition> |
DictionaryDAOImpl.getPropertiesOfDataType(QName dataType) |
PropertyDefinition |
DictionaryComponent.getProperty(QName propertyName) |
PropertyDefinition |
DictionaryDAOImpl.getProperty(QName propertyName) |
PropertyDefinition |
AbstractDictionaryRegistry.getProperty(QName propertyName) |
PropertyDefinition |
CompiledModel.getProperty(QName name) |
PropertyDefinition |
DictionaryRegistry.getProperty(QName propertyName) |
PropertyDefinition |
DictionaryComponent.getProperty(QName className,
QName propertyName) |
Map<QName,PropertyDefinition> |
DictionaryComponent.getPropertyDefs(QName className) |
protected PropertyDefinition |
AbstractDictionaryRegistry.getPropertyImpl(QName propertyName) |
Collection<QName> |
DictionaryComponent.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
DictionaryDAO.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
DictionaryDAOImpl.getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
DictionaryComponent.getSubTypes(QName superType,
boolean follow) |
Collection<QName> |
DictionaryDAO.getSubTypes(QName superType,
boolean follow) |
Collection<QName> |
DictionaryDAOImpl.getSubTypes(QName superType,
boolean follow) |
TypeDefinition |
DictionaryComponent.getType(QName name) |
TypeDefinition |
DictionaryDAOImpl.getType(QName typeName) |
TypeDefinition |
AbstractDictionaryRegistry.getType(QName typeName) |
TypeDefinition |
CompiledModel.getType(QName name) |
TypeDefinition |
DictionaryRegistry.getType(QName typeName) |
TypeDefinition |
TenantDictionaryRegistryImpl.getType(QName typeName) |
protected TypeDefinition |
AbstractDictionaryRegistry.getTypeImpl(QName typeName) |
Collection<QName> |
DictionaryComponent.getTypes(QName model) |
Collection<TypeDefinition> |
DictionaryDAO.getTypes(QName model) |
Collection<TypeDefinition> |
DictionaryDAOImpl.getTypes(QName modelName) |
boolean |
DictionaryDAO.isModelInherited(QName name) |
boolean |
DictionaryDAOImpl.isModelInherited(QName modelName) |
boolean |
AbstractDictionaryRegistry.isModelInherited(QName modelName) |
boolean |
DictionaryRegistry.isModelInherited(QName modelName) |
boolean |
TenantDictionaryRegistryImpl.isModelInherited(QName modelName) |
boolean |
DictionaryComponent.isSubClass(QName className,
QName ofClassName) |
boolean |
AbstractDictionaryRegistry.modelExists(QName modelName) |
boolean |
DictionaryRegistry.modelExists(QName name) |
void |
DictionaryDAO.removeModel(QName model)
Removes a model from the dictionary.
|
void |
DictionaryDAOImpl.removeModel(QName modelName) |
void |
AbstractDictionaryRegistry.removeModel(QName modelName) |
void |
DictionaryRegistry.removeModel(QName modelName) |
void |
TenantDictionaryRegistryImpl.removeModel(QName modelName) |
protected CompiledModel |
AbstractDictionaryRegistry.removeModelImpl(QName modelName) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
DictionaryComponent.getAnonymousType(QName type,
Collection<QName> aspects) |
TypeDefinition |
DictionaryDAO.getAnonymousType(QName type,
Collection<QName> aspects)
Construct an anonymous type that combines a primary type definition and
and one or more aspects
|
TypeDefinition |
DictionaryDAOImpl.getAnonymousType(QName type,
Collection<QName> aspects) |
Constructor and Description |
---|
M2ModelDiff(QName elementName,
NamespaceDefinition namespace,
String elementType,
String diffType) |
M2ModelDiff(QName elementName,
String elementType,
String diffType) |
Modifier and Type | Method and Description |
---|---|
QName |
AlfrescoFunctionEvaluationContext.stripSuffixes(QName qname) |
Modifier and Type | Method and Description |
---|---|
QName |
AlfrescoFunctionEvaluationContext.stripSuffixes(QName qname) |
Modifier and Type | Method and Description |
---|---|
QName |
Function.getReturnType()
Get the return type for the function
|
QName |
ArgumentDefinition.getType() |
QName |
LiteralArgument.getType() |
QName |
Selector.getType()
The qname of the type or aspect to select
|
Modifier and Type | Method and Description |
---|---|
LiteralArgument |
QueryModelFactory.createLiteralArgument(String name,
QName type,
Serializable value) |
Selector |
QueryModelFactory.createSelector(QName classQName,
String alias) |
Modifier and Type | Method and Description |
---|---|
QName |
BaseFunction.getReturnType() |
QName |
BaseSelector.getType() |
QName |
BaseLiteralArgument.getType() |
QName |
BaseArgumentDefinition.getType() |
Constructor and Description |
---|
BaseArgumentDefinition(Multiplicity multiplicity,
String name,
QName type,
boolean mandatory) |
BaseComparison(String name,
QName returnType,
LinkedHashMap<String,ArgumentDefinition> argumentDefinitions) |
BaseFunction(String name,
QName returnType,
LinkedHashMap<String,ArgumentDefinition> argumentDefinitions) |
BaseLiteralArgument(String name,
QName type,
Serializable value) |
BaseSelector(QName type,
String alias) |
Modifier and Type | Method and Description |
---|---|
LiteralArgument |
LuceneQueryModelFactory.createLiteralArgument(String name,
QName type,
Serializable value) |
Selector |
LuceneQueryModelFactory.createSelector(QName classQName,
String alias) |
Constructor and Description |
---|
LuceneLiteralArgument(String name,
QName type,
Serializable value) |
LuceneSelector(QName type,
String alias) |
Modifier and Type | Method and Description |
---|---|
QName |
SingleTServiceImpl.getBaseName(QName name,
boolean forceForNonTenant) |
QName |
TenantService.getBaseName(QName name,
boolean forceIfNonTenant) |
QName |
SingleTServiceImpl.getName(NodeRef inNodeRef,
QName name) |
QName |
TenantService.getName(NodeRef inNodeRef,
QName name) |
QName |
SingleTServiceImpl.getName(QName name) |
QName |
TenantService.getName(QName name) |
Modifier and Type | Method and Description |
---|---|
QName |
SingleTServiceImpl.getBaseName(QName name,
boolean forceForNonTenant) |
QName |
TenantService.getBaseName(QName name,
boolean forceIfNonTenant) |
QName |
SingleTServiceImpl.getName(NodeRef inNodeRef,
QName name) |
QName |
TenantService.getName(NodeRef inNodeRef,
QName name) |
QName |
SingleTServiceImpl.getName(QName name) |
QName |
TenantService.getName(QName name) |
Modifier and Type | Field and Description |
---|---|
static QName |
DataTypeDefinition.ANY |
static QName |
DataTypeDefinition.ASSOC_REF |
static QName |
DataTypeDefinition.BOOLEAN |
static QName |
DataTypeDefinition.CATEGORY |
static QName |
DataTypeDefinition.CHILD_ASSOC_REF |
static QName |
DataTypeDefinition.CONTENT |
static QName |
DataTypeDefinition.DATE |
static QName |
DataTypeDefinition.DATETIME |
static QName |
DataTypeDefinition.DOUBLE |
static QName |
DataTypeDefinition.ENCRYPTED |
static QName |
DataTypeDefinition.FLOAT |
static QName |
DataTypeDefinition.INT |
static QName |
DataTypeDefinition.LOCALE |
static QName |
DataTypeDefinition.LONG |
static QName |
DataTypeDefinition.MLTEXT |
static QName |
DataTypeDefinition.NODE_REF |
static QName |
DataTypeDefinition.PATH |
static QName |
DataTypeDefinition.PERIOD |
static QName |
DataTypeDefinition.QNAME |
static QName |
DataTypeDefinition.TEXT |
Modifier and Type | Method and Description |
---|---|
QName |
InvalidAspectException.getAspectName() |
QName |
InvalidClassException.getClassName() |
QName |
ClassAttributeDefinition.getName() |
QName |
DataTypeDefinition.getName() |
QName |
AssociationDefinition.getName() |
QName |
PropertyDefinition.getName() |
QName |
ConstraintDefinition.getName() |
QName |
ModelDefinition.getName() |
QName |
ClassDefinition.getName() |
QName |
ClassDefinition.getParentName() |
QName |
ConstraintDefinition.getRef() |
QName |
AssociationDefinition.getSourceRoleName() |
QName |
AssociationDefinition.getTargetRoleName() |
QName |
InvalidTypeException.getTypeName() |
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
DictionaryService.getAllAspects() |
Collection<QName> |
DictionaryService.getAllAspects(boolean includeInherited) |
Collection<QName> |
DictionaryService.getAllAssociations()
Get all the association definitions
|
Collection<QName> |
DictionaryService.getAllAssociations(boolean includeInherited) |
Collection<QName> |
DictionaryService.getAllDataTypes() |
Collection<QName> |
DictionaryService.getAllModels() |
Collection<QName> |
DictionaryService.getAllProperties(QName dataType)
Get all properties defined across all models with the given data type.
|
Collection<QName> |
DictionaryService.getAllTypes() |
Collection<QName> |
DictionaryService.getAllTypes(boolean includeInherited) |
Collection<QName> |
DictionaryService.getAspects(QName model) |
Map<QName,AssociationDefinition> |
ClassDefinition.getAssociations()
Fetch all associations for which this is a source type, including child associations.
|
Collection<QName> |
DictionaryService.getAssociations(QName model) |
Map<QName,ChildAssociationDefinition> |
ClassDefinition.getChildAssociations()
Fetch only child associations for which this is a source type.
|
Collection<QName> |
DictionaryService.getDataTypes(QName model) |
Set<QName> |
ClassDefinition.getDefaultAspectNames() |
Map<QName,Serializable> |
ClassDefinition.getDefaultValues() |
Map<QName,PropertyDefinition> |
ClassDefinition.getProperties() |
Collection<QName> |
DictionaryService.getProperties(QName model)
Get all properties for the specified model
|
Collection<QName> |
DictionaryService.getProperties(QName model,
QName dataType)
Get all properties defined for the given model with the given data type.
|
Map<QName,PropertyDefinition> |
DictionaryService.getPropertyDefs(QName className)
Gets the definitions of the properties defined by the specified Class.
|
Collection<QName> |
DictionaryService.getSubAspects(QName aspect,
boolean follow) |
Collection<QName> |
DictionaryService.getSubTypes(QName type,
boolean follow)
Get the sub types of the type.
|
Collection<QName> |
DictionaryService.getTypes(QName model) |
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
DictionaryService.getAllProperties(QName dataType)
Get all properties defined across all models with the given data type.
|
TypeDefinition |
DictionaryService.getAnonymousType(QName name)
Creates an anonymous
TypeDefinition with all the mandatory Aspects applied. |
TypeDefinition |
DictionaryService.getAnonymousType(QName type,
Collection<QName> aspects)
Construct an anonymous type that combines the definitions of the specified
type and aspects.
|
AspectDefinition |
DictionaryService.getAspect(QName name) |
Collection<QName> |
DictionaryService.getAspects(QName model) |
AssociationDefinition |
DictionaryService.getAssociation(QName associationName)
Gets the definition of the association as defined by its owning Class.
|
Collection<QName> |
DictionaryService.getAssociations(QName model) |
ClassDefinition |
DictionaryService.getClass(QName name) |
ConstraintDefinition |
DictionaryService.getConstraint(QName constraintQName)
Gets the definition of the constraint
|
Collection<ConstraintDefinition> |
DictionaryService.getConstraints(QName model)
Get constraints for the specified model
|
Collection<ConstraintDefinition> |
DictionaryService.getConstraints(QName model,
boolean referenceableDefsOnly)
Get constraints for the specified model
Optionally return referenceable (ie.
|
AspectDefinition |
CustomModelService.getCustomAspect(QName name)
Gets custom aspect
|
ConstraintDefinition |
CustomModelService.getCustomConstraint(QName name)
Gets custom constraint
|
TypeDefinition |
CustomModelService.getCustomType(QName name)
Gets custom type
|
DataTypeDefinition |
DictionaryService.getDataType(QName name) |
Collection<QName> |
DictionaryService.getDataTypes(QName model) |
ModelDefinition |
DictionaryService.getModel(QName model) |
Collection<QName> |
DictionaryService.getProperties(QName model)
Get all properties for the specified model
|
Collection<QName> |
DictionaryService.getProperties(QName model,
QName dataType)
Get all properties defined for the given model with the given data type.
|
PropertyDefinition |
DictionaryService.getProperty(QName propertyName)
Gets the definition of the property as defined by its owning Class.
|
PropertyDefinition |
DictionaryService.getProperty(QName className,
QName propertyName)
Gets the definition of the property as defined by the specified Class.
|
Map<QName,PropertyDefinition> |
DictionaryService.getPropertyDefs(QName className)
Gets the definitions of the properties defined by the specified Class.
|
Collection<QName> |
DictionaryService.getSubAspects(QName aspect,
boolean follow) |
Collection<QName> |
DictionaryService.getSubTypes(QName type,
boolean follow)
Get the sub types of the type.
|
TypeDefinition |
DictionaryService.getType(QName name) |
Collection<QName> |
DictionaryService.getTypes(QName model) |
boolean |
DictionaryService.isSubClass(QName className,
QName ofClassName)
Determines whether a class is a sub-class of another class
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
DictionaryService.getAnonymousType(QName type,
Collection<QName> aspects)
Construct an anonymous type that combines the definitions of the specified
type and aspects.
|
Constructor and Description |
---|
InvalidAspectException(QName aspectName) |
InvalidAspectException(String msg,
QName aspectName) |
InvalidClassException(QName className) |
InvalidClassException(String msg,
QName className) |
InvalidTypeException(QName typeName) |
InvalidTypeException(String msg,
QName typeName) |
Modifier and Type | Method and Description |
---|---|
QName |
PeriodProvider.getExpressionDataType()
Return the Alfresco data type QName to which the string value of the expression will be converted.
|
QName |
ChildAssociationRef.getQName()
Get the qualified name of the parent-child association
|
QName |
Path.AttributeElement.getQName() |
QName |
AssociationExistsException.getQName() |
QName |
NodeService.getType(NodeRef nodeRef) |
QName |
ChildAssociationRef.getTypeQName()
Get the qualified name of the association type
|
QName |
AssociationRef.getTypeQName()
Get the qualified name of the source-target association
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
NodeService.getAspects(NodeRef nodeRef) |
List<QName> |
NodeService.FindNodeParameters.getNodeAspects() |
List<QName> |
NodeService.FindNodeParameters.getNodeTypes() |
Map<QName,Serializable> |
NodeService.getProperties(NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
void |
NodeService.addAspect(NodeRef nodeRef,
QName aspectTypeQName,
Map<QName,Serializable> aspectProperties)
Applies an aspect to the given node.
|
List<ChildAssociationRef> |
NodeService.addChild(Collection<NodeRef> parentRefs,
NodeRef childRef,
QName assocTypeQName,
QName qname)
Associates a given child node with a given collection of parents.
|
ChildAssociationRef |
NodeService.addChild(NodeRef parentRef,
NodeRef childRef,
QName assocTypeQName,
QName qname)
Makes a parent-child association between the given nodes.
|
AssociationRef |
NodeService.createAssociation(NodeRef sourceRef,
NodeRef targetRef,
QName assocTypeQName)
Create a peer association between two nodes.
|
ChildAssociationRef |
NodeService.createNode(NodeRef parentRef,
QName assocTypeQName,
QName assocQName,
QName nodeTypeQName) |
ChildAssociationRef |
NodeService.createNode(NodeRef parentRef,
QName assocTypeQName,
QName assocQName,
QName nodeTypeQName,
Map<QName,Serializable> properties)
Creates a new, non-abstract, real node as a primary child of the given parent node.
|
List<ChildAssociationRef> |
NodeService.getChildAssocsByPropertyValue(NodeRef nodeRef,
QName propertyQName,
Serializable value)
Retrieve the immediate children of a given node based on the value of a property of those
children.
|
Collection<ChildAssociationRef> |
NodeService.getChildAssocsWithoutParentAssocsOfType(NodeRef parent,
QName assocTypeQName)
Gets the set of child associations of a certain parent node without parent associations of a certain type to
other nodes with the same parent! In effect the 'orphans' with respect to a certain association type.
|
NodeRef |
NodeService.getChildByName(NodeRef nodeRef,
QName assocTypeQName,
String childName)
Get the node with the given name within the context of the parent node.
|
List<ChildAssociationRef> |
NodeService.getChildrenByName(NodeRef nodeRef,
QName assocTypeQName,
Collection<String> childNames)
Get the nodes with the given names within the context of the parent node.
|
Serializable |
NodeService.getProperty(NodeRef nodeRef,
QName qname) |
List<AssociationRef> |
NodeService.getTargetAssocsByPropertyValue(NodeRef sourceRef,
QNamePattern qnamePattern,
QName propertyQName,
Serializable propertyValue)
Fetches all associations from the given source where the associations'
qualified names match the pattern provided.
|
boolean |
NodeService.hasAspect(NodeRef nodeRef,
QName aspectTypeQName)
Determines if a given aspect is present on a node.
|
ChildAssociationRef |
NodeService.moveNode(NodeRef nodeToMoveRef,
NodeRef newParentRef,
QName assocTypeQName,
QName assocQName)
Moves the primary location of the given node.
|
void |
NodeService.removeAspect(NodeRef nodeRef,
QName aspectTypeQName)
Remove an aspect and all related properties from a node
|
void |
NodeService.removeAssociation(NodeRef sourceRef,
NodeRef targetRef,
QName assocTypeQName) |
void |
NodeService.removeProperty(NodeRef nodeRef,
QName qname)
Removes a property value completely.
|
NodeRef |
NodeService.restoreNode(NodeRef archivedNodeRef,
NodeRef destinationParentNodeRef,
QName assocTypeQName,
QName assocQName)
Restore an individual node (along with its sub-tree nodes) to the target location.
|
void |
NodeService.setAssociations(NodeRef sourceRef,
QName assocTypeQName,
List<NodeRef> targetRefs)
Re-assign all typed target associations for a given node.
|
void |
NodeService.setProperty(NodeRef nodeRef,
QName qname,
Serializable value)
Sets the value of a property to be any
Serializable instance. |
void |
NodeService.setType(NodeRef nodeRef,
QName typeQName)
Re-sets the type of the node.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeService.addAspect(NodeRef nodeRef,
QName aspectTypeQName,
Map<QName,Serializable> aspectProperties)
Applies an aspect to the given node.
|
void |
NodeService.addProperties(NodeRef nodeRef,
Map<QName,Serializable> properties)
Add all given properties to the node.
|
ChildAssociationRef |
NodeService.createNode(NodeRef parentRef,
QName assocTypeQName,
QName assocQName,
QName nodeTypeQName,
Map<QName,Serializable> properties)
Creates a new, non-abstract, real node as a primary child of the given parent node.
|
List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef,
Set<QName> childNodeTypeQNames)
Retrieve immediate children of a given node where the child nodes are in the given inclusive list.
|
void |
NodeService.FindNodeParameters.setNodeAspects(List<QName> nodeAspects)
Set the node aspects to find.
|
void |
NodeService.FindNodeParameters.setNodeTypes(List<QName> nodeTypes)
Set the node types to find.
|
void |
NodeService.setProperties(NodeRef nodeRef,
Map<QName,Serializable> properties)
Replace all current properties on the node with the given properties.
|
Constructor and Description |
---|
AssociationExistsException(Long sourceNodeId,
Long targetNodeId,
QName qname) |
AssociationExistsException(Long sourceNodeId,
Long targetNodeId,
QName qname,
Throwable cause) |
AssociationRef(Long id,
NodeRef sourceRef,
QName assocTypeQName,
NodeRef targetRef)
Construct a representation of a source --- name ----> target relationship.
|
AssociationRef(NodeRef sourceRef,
QName assocTypeQName,
NodeRef targetRef)
Construct a representation of a source --- name ----> target relationship.
|
AttributeElement(QName attribute) |
AttributeElement(QName attribute,
int position) |
ChildAssociationRef(QName assocTypeQName,
NodeRef parentRef,
QName childQName,
NodeRef childRef)
Constructs a non-primary, -1th sibling parent-child association
reference.
|
ChildAssociationRef(QName assocTypeQName,
NodeRef parentRef,
QName childQName,
NodeRef childRef,
boolean isPrimary,
int nthSibling)
Construct a representation of a parent --- name ----> child relationship.
|
Modifier and Type | Method and Description |
---|---|
QName |
ResultSetColumn.getDataType()
The type of the column
|
QName |
ResultSetColumn.getPropertyType()
The property definition if there is one for the column
|
QName |
QueryParameter.getQName() |
QName |
ResultSetRow.getQName() |
QName |
NamedQueryParameterDefinition.getQName()
Get the name of this parameter.
|
QName |
ResultSetSelector.getType()
Get the Alfresco type QName for the type or aspect
|
Modifier and Type | Method and Description |
---|---|
boolean |
SearchService.contains(NodeRef nodeRef,
QName propertyQName,
String googleLikePattern)
Search for string pattern in both the node text (if present) and node
properties
|
boolean |
SearchService.contains(NodeRef nodeRef,
QName propertyQName,
String googleLikePattern,
SearchParameters.Operator defaultOperator)
Search for string pattern in both the node text (if present) and node
properties
|
Serializable |
ResultSetRow.getValue(QName qname)
Get a node property value by name
|
boolean |
SearchService.like(NodeRef nodeRef,
QName propertyQName,
String sqlLikePattern,
boolean includeFTS)
Search for string pattern in both the node text (if present) and node
properties
|
ResultSet |
SearchService.query(StoreRef store,
QName queryId,
QueryParameter[] queryParameters)
Execute a canned query
|
Constructor and Description |
---|
QueryParameter(QName qName,
Serializable value) |
Modifier and Type | Method and Description |
---|---|
QName |
PermissionContext.getType() |
Modifier and Type | Method and Description |
---|---|
HashSet<QName> |
PermissionContext.getAspects() |
Map<QName,Serializable> |
PermissionContext.getProperties() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
PermissionService.getSettablePermissions(QName type)
Get the permissions that can be set for a given type
|
Constructor and Description |
---|
PermissionContext(QName type) |
Modifier and Type | Method and Description |
---|---|
static QName |
QName.createQName(String qname)
Create a QName from its internal string representation of the following format:
{namespaceURI}localName |
static QName |
QName.createQName(String qname,
NamespacePrefixResolver prefixResolver)
Create a QName (from prefix format)
prefix:localName |
static QName |
QName.createQName(String namespaceURI,
String localName)
Create a QName
(With no prefix)
|
static QName |
QName.createQName(String prefix,
String localName,
NamespacePrefixResolver prefixResolver)
Create a QName
|
static QName |
QName.createQNameWithValidLocalName(String namespaceURI,
String localName)
Create a QName, optionally truncating the localname to
MAX_LENGTH . |
QName |
QName.getPrefixedQName(NamespacePrefixResolver resolver)
Gets a prefix resolved version of this QName
|
QName |
QNameCache.getQName(String name) |
static QName |
QName.resolveToQName(NamespacePrefixResolver prefixResolver,
String str)
Creates a QName representation for the given String.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,V> |
QNameMap.getMapOfQNames() |
Modifier and Type | Method and Description |
---|---|
int |
QName.compareTo(QName qname)
Uses the
namespace URI and then the localname
to do the comparison i.e. |
String |
QNameCache.getName(QName qName) |
boolean |
QName.isMatch(QName qname)
Performs a direct comparison between qnames.
|
boolean |
QNamePattern.isMatch(QName qname)
Checks if the given qualified name matches the pattern represented
by this instance
|
boolean |
RegexQNamePattern.isMatch(QName qname) |
void |
QNameCache.putNameToQName(String name,
QName qName) |
void |
QNameCache.putQNameToName(QName qName,
String name) |
Modifier and Type | Method and Description |
---|---|
static QName |
ISO9075.parseXPathName(String str) |
Modifier and Type | Method and Description |
---|---|
static String |
ISO9075.getXPathName(QName qName) |
static String |
ISO9075.getXPathName(QName qName,
NamespacePrefixResolver nspr) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.