Uses of Class
org.alfresco.service.namespace.QName
-
-
Uses of QName in org.alfresco.model
-
Uses of QName in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as QName Modifier and Type Field Description protected QNameAbstractTypeDefinitionWrapper. alfrescoClassprotected QNameAbstractTypeDefinitionWrapper. alfrescoNameFields in org.alfresco.opencmis.dictionary with type parameters of type QName Modifier and Type Field Description protected Map<QName,PropertyDefinitionWrapper>AbstractTypeDefinitionWrapper. propertiesByQNameMethods in org.alfresco.opencmis.dictionary that return QName Modifier and Type Method Description QNameCMISAbstractDictionaryService. findAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType)QNameCMISDictionaryService. findAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType)QNameAbstractTypeDefinitionWrapper. getAlfrescoClass()QNameTypeDefinitionWrapper. getAlfrescoClass()QNameAbstractTypeDefinitionWrapper. getAlfrescoName()QNameBasePropertyDefintionWrapper. getAlfrescoName()QNamePropertyDefinitionWrapper. getAlfrescoName()QNameTypeDefinitionWrapper. getAlfrescoName()QNameCMISPropertyAccessor. getMappedProperty()Get the (directly) mapped Alfresco property (if a direct mapping exists)Methods in org.alfresco.opencmis.dictionary that return types with arguments of type QName Modifier and Type Method Description Collection<QName>QNameFilter. filterQName(Collection<QName> typesToFilter)Filters out any QName defined in the "excludedTypes" propertyCollection<QName>QNameFilterImpl. filterQName(Collection<QName> typesToFilter)Filters out any QName defined in the "excludedModels" propertyCollection<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)Methods in org.alfresco.opencmis.dictionary with parameters of type QName Modifier and Type Method Description CMISPropertyAccessorPropertyAccessorMapping. createDirectPropertyAccessor(String propertyId, QName propertyName)Create a direct node property accessorCMISPropertyLuceneBuilderPropertyLuceneBuilderMapping. createDirectPropertyLuceneBuilder(QName propertyName)Create a direct node property lucene builderprotected 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.TypeDefinitionWrapperCMISAbstractDictionaryService. findAssocType(QName clazz)TypeDefinitionWrapperCMISDictionaryService. findAssocType(QName clazz)org.apache.chemistry.opencmis.commons.enums.PropertyTypeCMISAbstractDictionaryService. findDataType(QName dataType)org.apache.chemistry.opencmis.commons.enums.PropertyTypeCMISDictionaryService. findDataType(QName dataType)Find data typeTypeDefinitionWrapperCMISAbstractDictionaryService. findNodeType(QName clazz)TypeDefinitionWrapperCMISDictionaryService. findNodeType(QName clazz)TypeDefinitionWrapperCMISAbstractDictionaryService. findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)TypeDefinitionWrapperCMISDictionaryService. findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)Find type for Alfresco class name.AspectDefinitionFilteredDictionaryComponent. getAspect(QName name)TypeDefinitionWrapperCMISDictionaryRegistry. getAssocDefByQName(QName qname)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getAssocDefByQName(QName qname)PropertyDefinitionWrapperAbstractTypeDefinitionWrapper. getPropertyByQName(QName name)PropertyDefinitionWrapperTypeDefinitionWrapper. getPropertyByQName(QName name)Collection<QName>FilteredDictionaryComponent. getSubAspects(QName superAspect, boolean follow)Collection<QName>FilteredDictionaryComponent. getSubTypes(QName superType, boolean follow)TypeDefinitionFilteredDictionaryComponent. getType(QName name)TypeDefinitionWrapperCMISDictionaryRegistry. getTypeDefByQName(QName qname)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getTypeDefByQName(QName qname)booleanCMISAbstractDictionaryService. isExcluded(QName qname)booleanCMISDictionaryService. isExcluded(QName qname)booleanQNameFilter. isExcluded(QName typeQName)Indicates that this QName should be excluded.booleanQNameFilterImpl. isExcluded(QName typeQName)Indicates that this QName should be excluded.voidQNameFilter. setExcluded(QName typeQName, boolean excluded)Exclude the typevoidQNameFilterImpl. setExcluded(QName typeQName, boolean excluded)Method parameters in org.alfresco.opencmis.dictionary with type arguments of type QName Modifier and Type Method Description Collection<QName>QNameFilter. filterQName(Collection<QName> typesToFilter)Filters out any QName defined in the "excludedTypes" propertyCollection<QName>QNameFilterImpl. filterQName(Collection<QName> typesToFilter)Filters out any QName defined in the "excludedModels" propertyConstructors in org.alfresco.opencmis.dictionary with parameters of type QName Constructor Description BasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef, QName alfrescoName, TypeDefinitionWrapper owningType, CMISPropertyAccessor accessor, CMISPropertyLuceneBuilder luceneBuilder) -
Uses of QName in org.alfresco.opencmis.mapping
Fields in org.alfresco.opencmis.mapping declared as QName Modifier and Type Field Description static QNameCMISMapping. ASPECTS_QNAMEstatic QNameCMISMapping. CMIS_DATATYPE_HTMLstatic QNameCMISMapping. CMIS_DATATYPE_IDstatic QNameCMISMapping. CMIS_DATATYPE_URIstatic QNameCMISMapping. CMIS_DATATYPE_XMLstatic QNameCMISMapping. CMIS_MODEL_QNAMEThe QName for the Alfresco CMIS Model.static QNameCMISMapping. DOCUMENT_QNAMEstatic QNameCMISMapping. FOLDER_QNAMEstatic QNameCMISMapping. ITEM_QNAMEstatic QNameCMISMapping. OBJECT_QNAMEstatic QNameCMISMapping. POLICY_QNAMEstatic QNameCMISMapping. RELATIONSHIP_QNAMEstatic QNameCMISMapping. SECONDARY_TYPES_QNAMEMethods in org.alfresco.opencmis.mapping that return QName Modifier and Type Method Description QNameCMISMapping. getAlfrescoClass(QName cmisTypeQName)Given a CMIS model type map it to the appropriate Alfresco type.QNameCMISMapping. getAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType)QNameCMISMapping. getAlfrescoName(String typeId)QNameCMISMapping. getCmisType(QName typeQName)Given an Alfresco model type map it to the appropriate type.protected abstract QNameAbstractSimpleLuceneBuilder. getQNameForExists()protected QNameContentStreamLengthLuceneBuilder. getQNameForExists()protected QNameContentStreamMimetypeLuceneBuilder. getQNameForExists()protected QNameDirectLuceneBuilder. getQNameForExists()Methods in org.alfresco.opencmis.mapping with parameters of type QName Modifier and Type Method Description StringCMISMapping. buildPrefixEncodedString(QName qname)CMISPropertyLuceneBuilderRuntimePropertyLuceneBuilderMapping. createDirectPropertyLuceneBuilder(QName propertyName)QNameCMISMapping. getAlfrescoClass(QName cmisTypeQName)Given a CMIS model type map it to the appropriate Alfresco type.StringCMISMapping. getCmisPropertyId(QName propertyQName)QNameCMISMapping. getCmisType(QName typeQName)Given an Alfresco model type map it to the appropriate type.StringCMISMapping. getCmisTypeId(QName classQName)StringCMISMapping. 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 modelorg.apache.chemistry.opencmis.commons.enums.PropertyTypeCMISMapping. getDataType(QName dataType)booleanCMISMapping. isExcluded(QName typeQName)booleanCMISMapping. isRemappedType(QName typeQName)Is Alfresco Type mapped to an alternative CMIS Type?booleanCMISMapping. isValidCmisDocument(QName typeQName)Is this a valid CMIS document type?booleanCMISMapping. isValidCmisFolder(QName typeQName)Is this a valid CMIS folder type?booleanCMISMapping. isValidCmisItem(QName typeQName)Is this a valid CMIS item type?booleanCMISMapping. isValidCmisObject(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope, QName qname)booleanCMISMapping. isValidCmisPolicy(QName typeQName)Is this a valid CMIS policy type?booleanCMISMapping. 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.booleanCMISMapping. isValidCmisRelationshipEndPoint(QName typeQName)booleanCMISMapping. isValidCmisSecondaryType(QName typeQName)Is this a valid CMIS secondary type?Constructors in org.alfresco.opencmis.mapping with parameters of type QName Constructor Description DirectLuceneBuilder(DictionaryService dictionaryService, QName alfrescoName) -
Uses of QName in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return QName Modifier and Type Method Description QNameM2ModelDiff. getElementName()QNameCustomModelDefinitionImpl. getName()QNameM2ModelDefinition. getName()QNameAbstractDictionaryRegistry. putModel(CompiledModel model)QNameDictionaryDAO. putModel(M2Model model)Adds a model to the dictionary.QNameDictionaryDAOImpl. putModel(M2Model model)QNameDictionaryRegistry. putModel(CompiledModel model)QNameDictionaryDAO. putModelIgnoringConstraints(M2Model model)Adds a model to the dictionary.QNameDictionaryDAOImpl. putModelIgnoringConstraints(M2Model model)protected QNameAbstractDictionaryRegistry. putModelImpl(CompiledModel model)protected QNameCoreDictionaryRegistryImpl. putModelImpl(CompiledModel model)QNameTenantDictionaryRegistryImpl. putModelImpl(CompiledModel model)Methods in org.alfresco.repo.dictionary that return types with arguments of type QName Modifier and Type Method 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>AbstractDictionaryRegistry. getAspects(boolean includeInherited)Collection<QName>DictionaryComponent. getAspects(QName model)Collection<QName>DictionaryDAO. getAspects(boolean includeInherited)Collection<QName>DictionaryDAOImpl. getAspects(boolean includeInherited)Collection<QName>DictionaryRegistry. getAspects(boolean includeInherited)Collection<QName>AbstractDictionaryRegistry. getAssociations(boolean includeInherited)Collection<QName>DictionaryComponent. getAssociations(QName model)Collection<QName>DictionaryDAO. getAssociations(boolean includeInherited)Collection<QName>DictionaryDAOImpl. getAssociations(boolean includeInherited)Collection<QName>DictionaryRegistry. getAssociations(boolean includeInherited)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>DictionaryDAO. getModels(boolean includeInherited)Collection<QName>DictionaryDAOImpl. getModels()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>AbstractDictionaryRegistry. getTypes(boolean includeInherited)Collection<QName>DictionaryComponent. getTypes(QName model)Collection<QName>DictionaryDAO. getTypes(boolean includeInherited)Collection<QName>DictionaryDAOImpl. getTypes(boolean includeInherited)Collection<QName>DictionaryRegistry. getTypes(boolean includeInherited)Methods in org.alfresco.repo.dictionary with parameters of type QName Modifier and Type Method Description Collection<QName>DictionaryComponent. getAllProperties(QName dataType)TypeDefinitionDictionaryComponent. getAnonymousType(QName name)Creates an anonymousTypeDefinitionwith all the mandatoryAspectsapplied.TypeDefinitionDictionaryComponent. getAnonymousType(QName type, Collection<QName> aspects)TypeDefinitionDictionaryDAO. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines a primary type definition and and one or more aspectsTypeDefinitionDictionaryDAOImpl. getAnonymousType(QName type, Collection<QName> aspects)AspectDefinitionAbstractDictionaryRegistry. getAspect(QName aspectName)AspectDefinitionCompiledModel. getAspect(QName name)AspectDefinitionDictionaryComponent. getAspect(QName name)AspectDefinitionDictionaryDAOImpl. getAspect(QName aspectName)AspectDefinitionDictionaryRegistry. getAspect(QName aspectName)AspectDefinitionTenantDictionaryRegistryImpl. getAspect(QName aspectName)protected AspectDefinitionAbstractDictionaryRegistry. getAspectImpl(QName aspectName)Collection<QName>DictionaryComponent. getAspects(QName model)Collection<AspectDefinition>DictionaryDAO. getAspects(QName model)Collection<AspectDefinition>DictionaryDAOImpl. getAspects(QName modelName)AssociationDefinitionAbstractDictionaryRegistry. getAssociation(QName assocName)AssociationDefinitionCompiledModel. getAssociation(QName name)AssociationDefinitionDictionaryComponent. getAssociation(QName associationName)AssociationDefinitionDictionaryDAOImpl. getAssociation(QName assocName)AssociationDefinitionDictionaryRegistry. getAssociation(QName assocName)protected AssociationDefinitionAbstractDictionaryRegistry. getAssociationImpl(QName assocName)Collection<QName>DictionaryComponent. getAssociations(QName model)Collection<AssociationDefinition>DictionaryDAO. getAssociations(QName model)Collection<AssociationDefinition>DictionaryDAOImpl. getAssociations(QName modelName)ClassDefinitionAbstractDictionaryRegistry. getClass(QName className)ClassDefinitionCompiledModel. getClass(QName name)ClassDefinitionDictionaryComponent. getClass(QName name)ClassDefinitionDictionaryDAOImpl. getClass(QName className)ClassDefinitionDictionaryRegistry. getClass(QName className)protected ClassDefinitionAbstractDictionaryRegistry. getClassImpl(QName className)CompiledModelDictionaryDAOImpl. getCompiledModel(QName modelName)ConstraintDefinitionAbstractDictionaryRegistry. getConstraint(QName constraintQName)ConstraintDefinitionCompiledModel. getConstraint(QName name)ConstraintDefinitionDictionaryComponent. getConstraint(QName constraintQName)ConstraintDefinitionDictionaryDAOImpl. getConstraint(QName constraintQName)ConstraintDefinitionDictionaryRegistry. getConstraint(QName constraintQName)protected ConstraintDefinitionAbstractDictionaryRegistry. getConstraintImpl(QName constraintQName)Collection<ConstraintDefinition>DictionaryComponent. getConstraints(QName model)Collection<ConstraintDefinition>DictionaryComponent. getConstraints(QName model, boolean referenceableDefsOnly)Collection<ConstraintDefinition>DictionaryDAO. getConstraints(QName model)Collection<ConstraintDefinition>DictionaryDAO. getConstraints(QName model, boolean referenceableDefsOnly)Collection<ConstraintDefinition>DictionaryDAOImpl. getConstraints(QName modelName)Collection<ConstraintDefinition>DictionaryDAOImpl. getConstraints(QName modelName, boolean referenceableDefsOnly)DataTypeDefinitionAbstractDictionaryRegistry. getDataType(QName typeName)DataTypeDefinitionCompiledModel. getDataType(QName name)DataTypeDefinitionDictionaryComponent. getDataType(QName name)DataTypeDefinitionDictionaryDAOImpl. getDataType(QName typeName)DataTypeDefinitionDictionaryRegistry. getDataType(QName typeName)protected DataTypeDefinitionAbstractDictionaryRegistry. getDataTypeImp(QName typeName)Collection<QName>DictionaryComponent. getDataTypes(QName model)Collection<DataTypeDefinition>DictionaryDAO. getDataTypes(QName model)Collection<DataTypeDefinition>DictionaryDAOImpl. getDataTypes(QName modelName)static StringM2Label. getLabel(Locale locale, ModelDefinition model, MessageLookup messageLookup, String type, QName item, String label)Get label for data dictionary item given specified localestatic StringM2Label. getLabel(ModelDefinition model, MessageLookup messageLookup, String type, QName item, String label)Get label for data dictionary itemCompiledModelAbstractDictionaryRegistry. getModel(QName modelName)ModelDefinitionDictionaryComponent. getModel(QName model)ModelDefinitionDictionaryDAO. getModel(QName name)ModelDefinitionDictionaryDAOImpl. getModel(QName name)CompiledModelDictionaryRegistry. getModel(QName name)CompiledModelTenantDictionaryRegistryImpl. getModel(QName name)protected CompiledModelAbstractDictionaryRegistry. getModelImpl(QName modelName)Collection<NamespaceDefinition>DictionaryDAO. getNamespaces(QName modelName)Collection<NamespaceDefinition>DictionaryDAOImpl. getNamespaces(QName modelName)Collection<QName>DictionaryComponent. getProperties(QName model)Collection<QName>DictionaryComponent. getProperties(QName model, QName dataType)Collection<PropertyDefinition>DictionaryDAO. getProperties(QName model)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)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)PropertyDefinitionAbstractDictionaryRegistry. getProperty(QName propertyName)PropertyDefinitionCompiledModel. getProperty(QName name)PropertyDefinitionDictionaryComponent. getProperty(QName propertyName)PropertyDefinitionDictionaryComponent. getProperty(QName className, QName propertyName)PropertyDefinitionDictionaryDAOImpl. getProperty(QName propertyName)PropertyDefinitionDictionaryRegistry. getProperty(QName propertyName)Map<QName,PropertyDefinition>DictionaryComponent. getPropertyDefs(QName className)protected PropertyDefinitionAbstractDictionaryRegistry. 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)TypeDefinitionAbstractDictionaryRegistry. getType(QName typeName)TypeDefinitionCompiledModel. getType(QName name)TypeDefinitionDictionaryComponent. getType(QName name)TypeDefinitionDictionaryDAOImpl. getType(QName typeName)TypeDefinitionDictionaryRegistry. getType(QName typeName)TypeDefinitionTenantDictionaryRegistryImpl. getType(QName typeName)protected TypeDefinitionAbstractDictionaryRegistry. getTypeImpl(QName typeName)Collection<QName>DictionaryComponent. getTypes(QName model)Collection<TypeDefinition>DictionaryDAO. getTypes(QName model)Collection<TypeDefinition>DictionaryDAOImpl. getTypes(QName modelName)booleanAbstractDictionaryRegistry. isModelInherited(QName modelName)booleanDictionaryDAO. isModelInherited(QName name)booleanDictionaryDAOImpl. isModelInherited(QName modelName)booleanDictionaryRegistry. isModelInherited(QName modelName)booleanTenantDictionaryRegistryImpl. isModelInherited(QName modelName)booleanDictionaryComponent. isSubClass(QName className, QName ofClassName)booleanAbstractDictionaryRegistry. modelExists(QName modelName)booleanDictionaryRegistry. modelExists(QName name)voidAbstractDictionaryRegistry. removeModel(QName modelName)voidDictionaryDAO. removeModel(QName model)Removes a model from the dictionary.voidDictionaryDAOImpl. removeModel(QName modelName)voidDictionaryRegistry. removeModel(QName modelName)voidTenantDictionaryRegistryImpl. removeModel(QName modelName)protected CompiledModelAbstractDictionaryRegistry. removeModelImpl(QName modelName)Method parameters in org.alfresco.repo.dictionary with type arguments of type QName Modifier and Type Method Description TypeDefinitionDictionaryComponent. getAnonymousType(QName type, Collection<QName> aspects)TypeDefinitionDictionaryDAO. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines a primary type definition and and one or more aspectsTypeDefinitionDictionaryDAOImpl. getAnonymousType(QName type, Collection<QName> aspects)Constructors in org.alfresco.repo.dictionary with parameters of type QName Constructor Description M2ModelDiff(QName elementName, String elementType, String diffType)M2ModelDiff(QName elementName, NamespaceDefinition namespace, String elementType, String diffType) -
Uses of QName in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers that return QName Modifier and Type Method Description QNameAlfrescoFunctionEvaluationContext. stripSuffixes(QName qname)Methods in org.alfresco.repo.search.impl.parsers with parameters of type QName Modifier and Type Method Description QNameAlfrescoFunctionEvaluationContext. stripSuffixes(QName qname) -
Uses of QName in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return QName Modifier and Type Method Description QNameFunction. getReturnType()Get the return type for the functionQNameArgumentDefinition. getType()QNameLiteralArgument. getType()QNameSelector. getType()The qname of the type or aspect to selectMethods in org.alfresco.repo.search.impl.querymodel with parameters of type QName Modifier and Type Method Description LiteralArgumentQueryModelFactory. createLiteralArgument(String name, QName type, Serializable value)SelectorQueryModelFactory. createSelector(QName classQName, String alias) -
Uses of QName in org.alfresco.repo.search.impl.querymodel.impl
Methods in org.alfresco.repo.search.impl.querymodel.impl that return QName Modifier and Type Method Description QNameBaseFunction. getReturnType()QNameBaseArgumentDefinition. getType()QNameBaseLiteralArgument. getType()QNameBaseSelector. getType()Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type QName Constructor 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) -
Uses of QName in org.alfresco.repo.search.impl.querymodel.impl.lucene
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type QName Modifier and Type Method Description LiteralArgumentLuceneQueryModelFactory. createLiteralArgument(String name, QName type, Serializable value)SelectorLuceneQueryModelFactory. createSelector(QName classQName, String alias)Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type QName Constructor Description LuceneLiteralArgument(String name, QName type, Serializable value)LuceneSelector(QName type, String alias) -
Uses of QName in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant that return QName Modifier and Type Method Description QNameSingleTServiceImpl. getBaseName(QName name, boolean forceForNonTenant)QNameTenantService. getBaseName(QName name, boolean forceIfNonTenant)QNameSingleTServiceImpl. getName(NodeRef inNodeRef, QName name)QNameSingleTServiceImpl. getName(QName name)QNameTenantService. getName(NodeRef inNodeRef, QName name)QNameTenantService. getName(QName name)Methods in org.alfresco.repo.tenant with parameters of type QName Modifier and Type Method Description QNameSingleTServiceImpl. getBaseName(QName name, boolean forceForNonTenant)QNameTenantService. getBaseName(QName name, boolean forceIfNonTenant)QNameSingleTServiceImpl. getName(NodeRef inNodeRef, QName name)QNameSingleTServiceImpl. getName(QName name)QNameTenantService. getName(NodeRef inNodeRef, QName name)QNameTenantService. getName(QName name) -
Uses of QName in org.alfresco.service.cmr.dictionary
Fields in org.alfresco.service.cmr.dictionary declared as QName Modifier and Type Field Description static QNameDataTypeDefinition. ANYstatic QNameDataTypeDefinition. ASSOC_REFstatic QNameDataTypeDefinition. BOOLEANstatic QNameDataTypeDefinition. CATEGORYstatic QNameDataTypeDefinition. CHILD_ASSOC_REFstatic QNameDataTypeDefinition. CONTENTstatic QNameDataTypeDefinition. DATEstatic QNameDataTypeDefinition. DATETIMEstatic QNameDataTypeDefinition. DOUBLEstatic QNameDataTypeDefinition. ENCRYPTEDstatic QNameDataTypeDefinition. FLOATstatic QNameDataTypeDefinition. INTstatic QNameDataTypeDefinition. LOCALEstatic QNameDataTypeDefinition. LONGstatic QNameDataTypeDefinition. MLTEXTstatic QNameDataTypeDefinition. NODE_REFstatic QNameDataTypeDefinition. PATHstatic QNameDataTypeDefinition. PERIODstatic QNameDataTypeDefinition. QNAMEstatic QNameDataTypeDefinition. TEXTMethods in org.alfresco.service.cmr.dictionary that return QName Modifier and Type Method Description QNameInvalidAspectException. getAspectName()QNameInvalidClassException. getClassName()QNameAssociationDefinition. getName()QNameClassAttributeDefinition. getName()QNameClassDefinition. getName()QNameConstraintDefinition. getName()QNameDataTypeDefinition. getName()QNameModelDefinition. getName()QNamePropertyDefinition. getName()QNameClassDefinition. getParentName()QNameConstraintDefinition. getRef()QNameAssociationDefinition. getSourceRoleName()QNameAssociationDefinition. getTargetRoleName()QNameInvalidTypeException. getTypeName()Methods in org.alfresco.service.cmr.dictionary that return types with arguments of type QName Modifier and Type Method Description Collection<QName>DictionaryService. getAllAspects()Collection<QName>DictionaryService. getAllAspects(boolean includeInherited)Collection<QName>DictionaryService. getAllAssociations()Get all the association definitionsCollection<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 modelCollection<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)Methods in org.alfresco.service.cmr.dictionary with parameters of type QName Modifier and Type Method Description Collection<QName>DictionaryService. getAllProperties(QName dataType)Get all properties defined across all models with the given data type.TypeDefinitionDictionaryService. getAnonymousType(QName name)Creates an anonymousTypeDefinitionwith all the mandatoryAspectsapplied.TypeDefinitionDictionaryService. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines the definitions of the specified type and aspects.AspectDefinitionDictionaryService. getAspect(QName name)Collection<QName>DictionaryService. getAspects(QName model)AssociationDefinitionDictionaryService. getAssociation(QName associationName)Gets the definition of the association as defined by its owning Class.Collection<QName>DictionaryService. getAssociations(QName model)ClassDefinitionDictionaryService. getClass(QName name)ConstraintDefinitionDictionaryService. getConstraint(QName constraintQName)Gets the definition of the constraintCollection<ConstraintDefinition>DictionaryService. getConstraints(QName model)Get constraints for the specified modelCollection<ConstraintDefinition>DictionaryService. getConstraints(QName model, boolean referenceableDefsOnly)Get constraints for the specified model Optionally return referenceable (ie.AspectDefinitionCustomModelService. getCustomAspect(QName name)Gets custom aspectConstraintDefinitionCustomModelService. getCustomConstraint(QName name)Gets custom constraintTypeDefinitionCustomModelService. getCustomType(QName name)Gets custom typeDataTypeDefinitionDictionaryService. getDataType(QName name)Collection<QName>DictionaryService. getDataTypes(QName model)ModelDefinitionDictionaryService. getModel(QName model)Collection<QName>DictionaryService. getProperties(QName model)Get all properties for the specified modelCollection<QName>DictionaryService. getProperties(QName model, QName dataType)Get all properties defined for the given model with the given data type.PropertyDefinitionDictionaryService. getProperty(QName propertyName)Gets the definition of the property as defined by its owning Class.PropertyDefinitionDictionaryService. 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.TypeDefinitionDictionaryService. getType(QName name)Collection<QName>DictionaryService. getTypes(QName model)booleanDictionaryService. isSubClass(QName className, QName ofClassName)Determines whether a class is a sub-class of another classMethod parameters in org.alfresco.service.cmr.dictionary with type arguments of type QName Modifier and Type Method Description TypeDefinitionDictionaryService. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines the definitions of the specified type and aspects.Constructors in org.alfresco.service.cmr.dictionary with parameters of type QName Constructor Description InvalidAspectException(String msg, QName aspectName)InvalidAspectException(QName aspectName)InvalidClassException(String msg, QName className)InvalidClassException(QName className)InvalidTypeException(String msg, QName typeName)InvalidTypeException(QName typeName) -
Uses of QName in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return QName Modifier and Type Method Description QNamePeriodProvider. getExpressionDataType()Return the Alfresco data type QName to which the string value of the expression will be converted.QNameAssociationExistsException. getQName()QNameChildAssociationRef. getQName()Get the qualified name of the parent-child associationQNamePath.AttributeElement. getQName()QNameNodeService. getType(NodeRef nodeRef)QNameAssociationRef. getTypeQName()Get the qualified name of the source-target associationQNameChildAssociationRef. getTypeQName()Get the qualified name of the association typeMethods in org.alfresco.service.cmr.repository that return types with arguments of type QName Modifier and Type Method Description Set<QName>NodeService. getAspects(NodeRef nodeRef)List<QName>NodeService.FindNodeParameters. getNodeAspects()List<QName>NodeService.FindNodeParameters. getNodeTypes()Map<QName,Serializable>NodeService. getProperties(NodeRef nodeRef)Methods in org.alfresco.service.cmr.repository with parameters of type QName Modifier and Type Method Description voidNodeService. 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.ChildAssociationRefNodeService. addChild(NodeRef parentRef, NodeRef childRef, QName assocTypeQName, QName qname)Makes a parent-child association between the given nodes.AssociationRefNodeService. createAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName)Create a peer association between two nodes.ChildAssociationRefNodeService. createNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName)ChildAssociationRefNodeService. 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.NodeRefNodeService. 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.SerializableNodeService. 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.booleanNodeService. hasAspect(NodeRef nodeRef, QName aspectTypeQName)Determines if a given aspect is present on a node.ChildAssociationRefNodeService. moveNode(NodeRef nodeToMoveRef, NodeRef newParentRef, QName assocTypeQName, QName assocQName)Moves the primary location of the given node.voidNodeService. removeAspect(NodeRef nodeRef, QName aspectTypeQName)Remove an aspect and all related properties from a nodevoidNodeService. removeAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName)voidNodeService. removeProperty(NodeRef nodeRef, QName qname)Removes a property value completely.NodeRefNodeService. restoreNode(NodeRef archivedNodeRef, NodeRef destinationParentNodeRef, QName assocTypeQName, QName assocQName)Restore an individual node (along with its sub-tree nodes) to the target location.voidNodeService. setAssociations(NodeRef sourceRef, QName assocTypeQName, List<NodeRef> targetRefs)Re-assign all typed target associations for a given node.voidNodeService. setProperty(NodeRef nodeRef, QName qname, Serializable value)Sets the value of a property to be anySerializableinstance.voidNodeService. setType(NodeRef nodeRef, QName typeQName)Re-sets the type of the node.Method parameters in org.alfresco.service.cmr.repository with type arguments of type QName Modifier and Type Method Description voidNodeService. addAspect(NodeRef nodeRef, QName aspectTypeQName, Map<QName,Serializable> aspectProperties)Applies an aspect to the given node.voidNodeService. addProperties(NodeRef nodeRef, Map<QName,Serializable> properties)Add all given properties to the node.ChildAssociationRefNodeService. 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.voidNodeService.FindNodeParameters. setNodeAspects(List<QName> nodeAspects)Set the node aspects to find.voidNodeService.FindNodeParameters. setNodeTypes(List<QName> nodeTypes)Set the node types to find.voidNodeService. setProperties(NodeRef nodeRef, Map<QName,Serializable> properties)Replace all current properties on the node with the given properties.Constructors in org.alfresco.service.cmr.repository with parameters of type QName Constructor 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. -
Uses of QName in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return QName Modifier and Type Method Description QNameResultSetColumn. getDataType()The type of the columnQNameResultSetColumn. getPropertyType()The property definition if there is one for the columnQNameNamedQueryParameterDefinition. getQName()Get the name of this parameter.QNameQueryParameter. getQName()QNameResultSetRow. getQName()QNameResultSetSelector. getType()Get the Alfresco type QName for the type or aspectMethods in org.alfresco.service.cmr.search with parameters of type QName Modifier and Type Method Description booleanSearchService. contains(NodeRef nodeRef, QName propertyQName, String googleLikePattern)Search for string pattern in both the node text (if present) and node propertiesbooleanSearchService. contains(NodeRef nodeRef, QName propertyQName, String googleLikePattern, SearchParameters.Operator defaultOperator)Search for string pattern in both the node text (if present) and node propertiesSerializableResultSetRow. getValue(QName qname)Get a node property value by namebooleanSearchService. like(NodeRef nodeRef, QName propertyQName, String sqlLikePattern, boolean includeFTS)Search for string pattern in both the node text (if present) and node propertiesResultSetSearchService. query(StoreRef store, QName queryId, QueryParameter[] queryParameters)Execute a canned queryConstructors in org.alfresco.service.cmr.search with parameters of type QName Constructor Description QueryParameter(QName qName, Serializable value) -
Uses of QName in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security that return QName Modifier and Type Method Description QNamePermissionContext. getType()Methods in org.alfresco.service.cmr.security that return types with arguments of type QName Modifier and Type Method Description HashSet<QName>PermissionContext. getAspects()Map<QName,Serializable>PermissionContext. getProperties()Methods in org.alfresco.service.cmr.security with parameters of type QName Modifier and Type Method Description Set<String>PermissionService. getSettablePermissions(QName type)Get the permissions that can be set for a given typeConstructors in org.alfresco.service.cmr.security with parameters of type QName Constructor Description PermissionContext(QName type) -
Uses of QName in org.alfresco.service.namespace
Methods in org.alfresco.service.namespace that return QName Modifier and Type Method Description static QNameQName. createQName(String qname)Create a QName from its internal string representation of the following format:{namespaceURI}localNamestatic QNameQName. createQName(String namespaceURI, String localName)Create a QName (With no prefix)static QNameQName. createQName(String prefix, String localName, NamespacePrefixResolver prefixResolver)Create a QNamestatic QNameQName. createQName(String qname, NamespacePrefixResolver prefixResolver)Create a QName (from prefix format)prefix:localNamestatic QNameQName. createQNameWithValidLocalName(String namespaceURI, String localName)Create a QName, optionally truncating the localname toMAX_LENGTH.QNameQName. getPrefixedQName(NamespacePrefixResolver resolver)Gets a prefix resolved version of this QNameQNameQNameCache. getQName(String name)static QNameQName. resolveToQName(NamespacePrefixResolver prefixResolver, String str)Creates a QName representation for the given String.Methods in org.alfresco.service.namespace that return types with arguments of type QName Modifier and Type Method Description Map<QName,V>QNameMap. getMapOfQNames()Methods in org.alfresco.service.namespace with parameters of type QName Modifier and Type Method Description intQName. compareTo(QName qname)Uses thenamespace URIand then thelocalnameto do the comparison i.e.StringQNameCache. getName(QName qName)booleanQName. isMatch(QName qname)Performs a direct comparison between qnames.booleanQNamePattern. isMatch(QName qname)Checks if the given qualified name matches the pattern represented by this instancebooleanRegexQNamePattern. isMatch(QName qname)voidQNameCache. putNameToQName(String name, QName qName)voidQNameCache. putQNameToName(QName qName, String name) -
Uses of QName in org.alfresco.util
Methods in org.alfresco.util that return QName Modifier and Type Method Description static QNameISO9075. parseXPathName(String str)Methods in org.alfresco.util with parameters of type QName Modifier and Type Method Description static StringISO9075. getXPathName(QName qName)static StringISO9075. getXPathName(QName qName, NamespacePrefixResolver nspr)
-