Uses of Class
fr.becpg.repo.helper.impl.AttributeExtractorField
Packages that use AttributeExtractorField
Package
Description
-
Uses of AttributeExtractorField in fr.becpg.repo.activity.extractor
Method parameters in fr.becpg.repo.activity.extractor with type arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionAuditActivityExtractor.extract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) extract. -
Uses of AttributeExtractorField in fr.becpg.repo.entity.datalist
Fields in fr.becpg.repo.entity.datalist with type parameters of type AttributeExtractorFieldModifier and TypeFieldDescriptionprivate List<AttributeExtractorField>AsyncPaginatedExtractorWrapper.metadataFieldsMethod parameters in fr.becpg.repo.entity.datalist with type arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionDataListExtractor.extract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) extract.Constructor parameters in fr.becpg.repo.entity.datalist with type arguments of type AttributeExtractorFieldModifierConstructorDescriptionAsyncPaginatedExtractorWrapper(DataListExtractor extractor, DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) Constructor for AsyncPaginatedExtractorWrapper. -
Uses of AttributeExtractorField in fr.becpg.repo.entity.datalist.impl
Method parameters in fr.becpg.repo.entity.datalist.impl with type arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionprotected intMultiLevelExtractor.appendNextLevel(PaginatedExtractedItems ret, List<AttributeExtractorField> metadataFields, MultiLevelListData listData, int currIndex, int startIndex, int pageSize, Map<String, Object> props, DataListFilter dataListFilter) appendNextLevel.JSONVersionExtractor.extract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) extract.MultiLevelExtractor.extract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) extract.SimpleExtractor.extract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) extract.WUsedExtractor.extract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) extract.protected PaginatedExtractedItemsSimpleExtractor.simpleExtract(DataListFilter dataListFilter, List<AttributeExtractorField> metadataFields) simpleExtract. -
Uses of AttributeExtractorField in fr.becpg.repo.helper
Method parameters in fr.becpg.repo.helper with type arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionAttributeExtractorService.extractNodeData(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName itemType, List<AttributeExtractorField> metadataFields, FormatMode mode) extractNodeData.AttributeExtractorService.readExtractStructure(org.alfresco.service.namespace.QName itemType, List<AttributeExtractorField> metadataFields) readExtractStructure. -
Uses of AttributeExtractorField in fr.becpg.repo.helper.extractors
Fields in fr.becpg.repo.helper.extractors with type parameters of type AttributeExtractorFieldModifier and TypeFieldDescriptionprivate List<AttributeExtractorField>ContentDataExtractor.metadataFieldsConstructor parameters in fr.becpg.repo.helper.extractors with type arguments of type AttributeExtractorFieldModifierConstructorDescriptionContentDataExtractor(List<AttributeExtractorField> metadataFields, org.alfresco.service.ServiceRegistry serviceRegistry, AttributeExtractorService attributeExtractorService) Constructor for ContentDataExtractor. -
Uses of AttributeExtractorField in fr.becpg.repo.helper.impl
Fields in fr.becpg.repo.helper.impl declared as AttributeExtractorFieldModifier and TypeFieldDescription(package private) final AttributeExtractorFieldAttributeExtractorServiceImpl.AttributeExtractorStructure.fieldMethods in fr.becpg.repo.helper.impl that return AttributeExtractorFieldModifier and TypeMethodDescriptionAttributeExtractorServiceImpl.AttributeExtractorStructure.getField()AttributeExtractorField.nextToken()nextToken.prefixed.Method parameters in fr.becpg.repo.helper.impl with type arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionAttributeExtractorServiceImpl.extractNodeData(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName itemType, List<AttributeExtractorField> metadataFields, FormatMode mode) extractNodeData.AttributeExtractorServiceImpl.readExtractStructure(org.alfresco.service.namespace.QName itemType, List<AttributeExtractorField> metadataFields) readExtractStructure.Constructors in fr.becpg.repo.helper.impl with parameters of type AttributeExtractorFieldModifierConstructorDescriptionAttributeExtractorStructure(AttributeExtractorField field, String formula) AttributeExtractorStructure(AttributeExtractorField field, org.alfresco.service.cmr.dictionary.ClassAttributeDefinition fieldDef, Locale locale, org.alfresco.service.namespace.QName itemType) AttributeExtractorStructure(AttributeExtractorField field, org.alfresco.service.cmr.dictionary.ClassAttributeDefinition fieldDef, org.alfresco.service.namespace.QName itemType) AttributeExtractorStructure(AttributeExtractorField field, org.alfresco.service.namespace.QName fieldQname, org.alfresco.service.cmr.dictionary.ClassAttributeDefinition fieldDef, List<AttributeExtractorField> dLFields, org.alfresco.service.namespace.QName itemType) protectedAttributeExtractorStructure(AttributeExtractorField field, org.alfresco.service.namespace.QName fieldQname, org.alfresco.service.cmr.dictionary.ClassDefinition fieldDef, boolean isEntityField, AttributeExtractorServiceImpl.AttributeExtractorFilter filter, List<AttributeExtractorField> dLFields, org.alfresco.service.namespace.QName itemType) Constructor parameters in fr.becpg.repo.helper.impl with type arguments of type AttributeExtractorFieldModifierConstructorDescriptionAttributeExtractorStructure(AttributeExtractorField field, org.alfresco.service.namespace.QName fieldQname, org.alfresco.service.cmr.dictionary.ClassAttributeDefinition fieldDef, List<AttributeExtractorField> dLFields, org.alfresco.service.namespace.QName itemType) protectedAttributeExtractorStructure(AttributeExtractorField field, org.alfresco.service.namespace.QName fieldQname, org.alfresco.service.cmr.dictionary.ClassDefinition fieldDef, boolean isEntityField, AttributeExtractorServiceImpl.AttributeExtractorFilter filter, List<AttributeExtractorField> dLFields, org.alfresco.service.namespace.QName itemType) -
Uses of AttributeExtractorField in fr.becpg.repo.web.scripts
Methods in fr.becpg.repo.web.scripts that return types with arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionstatic List<AttributeExtractorField>WebscriptHelper.extractMetadataFields(org.springframework.extensions.webscripts.WebScriptRequest req) extractMetadataFields. -
Uses of AttributeExtractorField in fr.becpg.repo.web.scripts.search
Method parameters in fr.becpg.repo.web.scripts.search with type arguments of type AttributeExtractorFieldModifier and TypeMethodDescriptionprivate NodeDataExtractorSearchWebScript.getExtractor(org.alfresco.service.cmr.repository.NodeRef nodeRef, List<AttributeExtractorField> metadataFields)