Uses of Interface
fr.becpg.repo.repository.RepositoryEntity
Packages that use RepositoryEntity
Package
Description
-
Uses of RepositoryEntity in fr.becpg.repo.activity.data
Classes in fr.becpg.repo.activity.data that implement RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.dictionary.constraint
Fields in fr.becpg.repo.dictionary.constraint with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>LinkedListPolicy.alfrescoRepositoryMethod parameters in fr.becpg.repo.dictionary.constraint with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionvoidLinkedListPolicy.setAlfrescoRepository(AlfrescoRepository<RepositoryEntity> alfrescoRepository) Setter for the fieldalfrescoRepository. -
Uses of RepositoryEntity in fr.becpg.repo.entity
Methods in fr.becpg.repo.entity with type parameters of type RepositoryEntityModifier and TypeMethodDescription<T extends RepositoryEntity>
voidEntityTplPlugin.synchronizeDataList(RepositoryEntity entity, List<T> dataListItems, List<T> tplDataListItems) synchronizeDataList.Methods in fr.becpg.repo.entity with parameters of type RepositoryEntityModifier and TypeMethodDescriptionbooleanEntityTplPlugin.shouldSynchronizeDataList(RepositoryEntity entity, org.alfresco.service.namespace.QName dataListQName) shouldSynchronizeDataList.<T extends RepositoryEntity>
voidEntityTplPlugin.synchronizeDataList(RepositoryEntity entity, List<T> dataListItems, List<T> tplDataListItems) synchronizeDataList. -
Uses of RepositoryEntity in fr.becpg.repo.entity.catalog
Subinterfaces of RepositoryEntity in fr.becpg.repo.entity.catalogFields in fr.becpg.repo.entity.catalog with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>EntityCatalogServiceImpl.alfrescoRepositoryMethods in fr.becpg.repo.entity.catalog with parameters of type RepositoryEntityModifier and TypeMethodDescriptionprivate org.json.JSONArrayEntityCatalogServiceImpl.extractMissingFields(RepositoryEntity formulatedEntity, org.alfresco.service.namespace.QName entityType, Map<org.alfresco.service.namespace.QName, Serializable> properties, org.json.JSONArray reqFields, org.json.JSONObject i18nMessages, String lang, boolean isFirstLang) org.json.JSONArrayEntityCatalogServiceImpl.formulateCatalog(String catalogId, RepositoryEntity formulatedEntity, List<String> locales) org.json.JSONArrayEntityCatalogService.formulateCatalogs(RepositoryEntity formulatedEntity, List<String> locales) formulateCatalogs.org.json.JSONArrayEntityCatalogServiceImpl.formulateCatalogs(RepositoryEntity formulatedEntity, List<String> locales) formulateCatalogs.private booleanEntityCatalogServiceImpl.isMatchFilter(String catalogId, org.json.JSONObject catalog, RepositoryEntity entity) private booleanEntityCatalogServiceImpl.testCondition(String condition, RepositoryEntity entity) -
Uses of RepositoryEntity in fr.becpg.repo.entity.datalist.impl
Fields in fr.becpg.repo.entity.datalist.impl with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>SmartContentExtractor.alfrescoRepositoryMethod parameters in fr.becpg.repo.entity.datalist.impl with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionvoidSmartContentExtractor.setAlfrescoRepository(AlfrescoRepository<RepositoryEntity> alfrescoRepository) Setter for the fieldalfrescoRepository. -
Uses of RepositoryEntity in fr.becpg.repo.entity.impl
Fields in fr.becpg.repo.entity.impl with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>EntityTplServiceImpl.alfrescoRepositoryEntityDictionaryServiceImpl.repositoryEntityDefReaderEntityTplServiceImpl.repositoryEntityDefReaderMethods in fr.becpg.repo.entity.impl with type parameters of type RepositoryEntityModifier and TypeMethodDescription<T extends RepositoryEntity>
voidEntityDefaultTplPlugin.synchronizeDataList(RepositoryEntity entity, List<T> dataListItems, List<T> tplDataListItems) synchronizeDataList.Methods in fr.becpg.repo.entity.impl that return RepositoryEntityModifier and TypeMethodDescriptionprivate RepositoryEntityEntityTplServiceImpl.findCompositeParent(RepositoryEntity parent, List<BeCPGDataObject> dataListItems) Methods in fr.becpg.repo.entity.impl with parameters of type RepositoryEntityModifier and TypeMethodDescriptionprivate RepositoryEntityEntityTplServiceImpl.findCompositeParent(RepositoryEntity parent, List<BeCPGDataObject> dataListItems) booleanEntityDefaultTplPlugin.shouldSynchronizeDataList(RepositoryEntity entity, org.alfresco.service.namespace.QName dataListQName) shouldSynchronizeDataList.<T extends RepositoryEntity>
voidEntityDefaultTplPlugin.synchronizeDataList(RepositoryEntity entity, List<T> dataListItems, List<T> tplDataListItems) synchronizeDataList.private voidEntityTplServiceImpl.synchronizeTitle(RepositoryEntity entityTpl, RepositoryEntity entity) Method parameters in fr.becpg.repo.entity.impl with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionvoidEntityDictionaryServiceImpl.setRepositoryEntityDefReader(RepositoryEntityDefReader<RepositoryEntity> repositoryEntityDefReader) Setter for the fieldrepositoryEntityDefReader. -
Uses of RepositoryEntity in fr.becpg.repo.entity.policy
Fields in fr.becpg.repo.entity.policy with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>ArchivedEntityPolicy.alfrescoRepositoryMethod parameters in fr.becpg.repo.entity.policy with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionvoidArchivedEntityPolicy.setAlfrescoRepository(AlfrescoRepository<RepositoryEntity> alfrescoRepository) Setter for the fieldalfrescoRepository. -
Uses of RepositoryEntity in fr.becpg.repo.expressions
Methods in fr.becpg.repo.expressions with type parameters of type RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.expressions.impl
Methods in fr.becpg.repo.expressions.impl with type parameters of type RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.formulation
Subinterfaces of RepositoryEntity in fr.becpg.repo.formulationModifier and TypeInterfaceDescriptioninterfaceFormulatedEntity interface.interfaceReportableEntity interface. -
Uses of RepositoryEntity in fr.becpg.repo.formulation.impl
Fields in fr.becpg.repo.formulation.impl with type parameters of type RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.formulation.spel
Classes in fr.becpg.repo.formulation.spel with type parameters of type RepositoryEntityModifier and TypeClassDescriptionclassDataListItemSpelContext<T extends RepositoryEntity>DataListItemSpelContext class.interfaceSpelFormulaContext<T extends RepositoryEntity>SpelFormulaContext interface.Fields in fr.becpg.repo.formulation.spel declared as RepositoryEntityModifier and TypeFieldDescriptionprivate RepositoryEntityDataListItemSpelContext.dataListItem(package private) RepositoryEntityBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.entityprivate TDataListItemSpelContext.entity(package private) RepositoryEntityImageSpelFunctions.ImageSpelFunctionsWrapper.entityFields in fr.becpg.repo.formulation.spel with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>BeCPGSpelFunctions.alfrescoRepositoryprivate AlfrescoRepository<RepositoryEntity>SpelFormulaService.alfrescoRepositoryBeCPGSpelFunctions.repositoryEntityDefReaderMethods in fr.becpg.repo.formulation.spel with type parameters of type RepositoryEntityModifier and TypeMethodDescriptionprivate <T extends RepositoryEntity>
List<T>BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.clone(Collection<T> data) <T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createCustomSpelContext(T entity, SpelFormulaContext<T> formulaContext) createCustomSpelContext.<T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createCustomSpelContext(T entity, SpelFormulaContext<T> formulaContext, boolean applySecurity) createCustomSpelContext.<T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createDataListItemSpelContext(T entity, RepositoryEntity dataListItem) createDataListItemSpelContext.private <T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createDataListItemSpelContext(T entity, RepositoryEntity dataListItem, boolean applySecurity) <T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createEntitySpelContext(T entity) createEntitySpelContext.<T extends RepositoryEntity>
TSpelFormulaService.createSecurityProxy(T entity) createSecurityProxy.private <T extends RepositoryEntity>
voidSpelFormulaService.registerCustomFunctions(T entity, org.springframework.expression.spel.support.StandardEvaluationContext context) Methods in fr.becpg.repo.formulation.spel that return RepositoryEntityModifier and TypeMethodDescriptionBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.entity()Helper@beCPG.entity()BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.findOne(org.alfresco.service.cmr.repository.NodeRef nodeRef) Helper@beCPG.findOne($nodeRef)Example :@beCPG.findOne(nodeRef).qtySpelFormulaService.findOne(org.alfresco.service.cmr.repository.NodeRef nodeRef) findOne.DataListItemSpelContext.getDataListItem()Getter for the fielddataListItem.DataListItemSpelContext.getDataListItemEntity()getDataListItemEntity.Methods in fr.becpg.repo.formulation.spel that return types with arguments of type RepositoryEntityModifier and TypeMethodDescriptionBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.extractCustomList(String listType) @beCPG.extractCustomList($listType)@param listTypeBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.extractCustomList(org.alfresco.service.cmr.repository.NodeRef nodeRef, String listType) @beCPG.extractCustomList($nodeRef, $listType)@param listTypeMethods in fr.becpg.repo.formulation.spel with parameters of type RepositoryEntityModifier and TypeMethodDescriptionSpelFormulaService.aggreate(RepositoryEntity entity, Collection<RepositoryEntity> range, String formula, SpelFormulaContext.Operator operator) aggreate.voidSpelFormulaService.applyToList(RepositoryEntity entity, Collection<RepositoryEntity> range, String formula) applyToList.private voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.assertIsNotMappedQname(RepositoryEntity item, org.alfresco.service.namespace.QName qName, boolean allowWrite) List<org.alfresco.service.cmr.repository.NodeRef>BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.assocAssocValues(RepositoryEntity entity, String assocQname, String assocAssocQName) BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.assocPropValues(RepositoryEntity entity, String assocQname, String propQName) org.alfresco.service.cmr.repository.NodeRefBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.assocValue(RepositoryEntity entity, String qname) List<org.alfresco.service.cmr.repository.NodeRef>BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.assocValues(RepositoryEntity entity, String qname) voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.copy(RepositoryEntity to, RepositoryEntity from, Collection<String> propQNames, Collection<String> listQNames) voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.copy(RepositoryEntity from, Collection<String> propQNames, Collection<String> listQNames) voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.copyEntityProperties(RepositoryEntity to, RepositoryEntity from, Collection<String> listQNames, Collection<String> propQNames, Set<org.alfresco.service.namespace.QName> treatedProp, Set<org.alfresco.service.namespace.QName> treatedList) private voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.copyExtraProperties(RepositoryEntity to, RepositoryEntity from, Collection<String> propQNames, Set<org.alfresco.service.namespace.QName> treatedProp) private voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.copyLists(RepositoryEntity to, RepositoryEntity from, Collection<String> listQNames, Set<org.alfresco.service.namespace.QName> treatedList, boolean force) BeCPGSpelFunctions.create(RepositoryEntity repositoryEntity) create.CustomSpelFunctions.create(RepositoryEntity entity) create.ImageSpelFunctions.create(RepositoryEntity repositoryEntity) create.<T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createDataListItemSpelContext(T entity, RepositoryEntity dataListItem) createDataListItemSpelContext.private <T extends RepositoryEntity>
org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createDataListItemSpelContext(T entity, RepositoryEntity dataListItem, boolean applySecurity) <T> org.springframework.expression.spel.support.StandardEvaluationContextSpelFormulaService.createItemSpelContext(RepositoryEntity entity, T item) createItemSpelContext.byte[]ImageSpelFunctions.ImageSpelFunctionsWrapper.getEntityImageBytes(RepositoryEntity entity) ImageSpelFunctions.ImageSpelFunctionsWrapper.getEntityImagePublicUrl(RepositoryEntity entity) byte[]ImageSpelFunctions.ImageSpelFunctionsWrapper.getImageBytesByPath(RepositoryEntity entity, String path) ImageSpelFunctions.ImageSpelFunctionsWrapper.getImagePublicUrlByPath(RepositoryEntity entity, String path) BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.propMLValue(RepositoryEntity item, String qname) Helper@beCPG.propMLValue($entity, $qname)Get the multilingual property value for a given entity.BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.propMLValue(RepositoryEntity item, String qname, String locale) Helper@beCPG.propMLValue($entity, $qname, $locale)Get the localized value of a property for the given entity.BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.propValue(RepositoryEntity item, String qname) Helper@beCPG.propValue($entity, $qname)voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.setAssoc(RepositoryEntity entity, String qname, org.alfresco.service.cmr.repository.NodeRef assocNodeRef) voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.setAssocs(RepositoryEntity entity, String qname, List<org.alfresco.service.cmr.repository.NodeRef> assocNodeRefs) voidDataListItemSpelContext.setDataListItem(RepositoryEntity dataListItem) Setter for the fielddataListItem.BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.setMLValue(RepositoryEntity item, String qname, String locale, String value) Set the localized property value for the given entity.BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.setValue(RepositoryEntity item, String qname, Serializable value) Helper@beCPG.setValue($entity, $qname, $value)Set property value on entityList<org.alfresco.service.cmr.repository.NodeRef>BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.sourcesAssocValues(RepositoryEntity entity, String qname) Method parameters in fr.becpg.repo.formulation.spel with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionSpelFormulaService.aggreate(RepositoryEntity entity, Collection<RepositoryEntity> range, String formula, SpelFormulaContext.Operator operator) aggreate.voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.applyFormulaToList(Collection<RepositoryEntity> range, String formula) @beCPG.applyFormulaToList($range, $formula)voidSpelFormulaService.applyToList(RepositoryEntity entity, Collection<RepositoryEntity> range, String formula) applyToList.BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.avg(Collection<RepositoryEntity> range, String formula) @beCPG.avg($range, $formula)DataListItemSpelContext.avg(Collection<RepositoryEntity> range, String formula) avg.BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.max(Collection<RepositoryEntity> range, String formula) @beCPG.max($range, $formula)BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.min(Collection<RepositoryEntity> range, String formula) @beCPG.min($range, $formula)voidBeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.saveCustomList(Collection<RepositoryEntity> range) @beCPG.saveCustomList($range)BeCPGSpelFunctions.BeCPGSpelFunctionsWrapper.sum(Collection<RepositoryEntity> range, String formula) @beCPG.sum($range, $formula)Example :@beCPG.sum(compoListView.compoList.?[parent == null],"entity.costList[0].value + dataListItem.qty") @beCPG.sum(compoListView.compoList.?[parent == null],"@beCPG.propValue(dataListItem.nodeRef,'bcpg:compoListQty')")DataListItemSpelContext.sum(Collection<RepositoryEntity> range, String formula) sum.Constructors in fr.becpg.repo.formulation.spel with parameters of type RepositoryEntityModifierConstructorDescription -
Uses of RepositoryEntity in fr.becpg.repo.hierarchy.impl
Fields in fr.becpg.repo.hierarchy.impl with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>HierarchyServiceImpl.alfrescoRepository -
Uses of RepositoryEntity in fr.becpg.repo.jscript
Fields in fr.becpg.repo.jscript with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>BeCPGScriptHelper.alfrescoRepositoryMethods in fr.becpg.repo.jscript that return RepositoryEntityMethods in fr.becpg.repo.jscript with parameters of type RepositoryEntityModifier and TypeMethodDescriptionBeCPGScriptHelper.save(RepositoryEntity entity) save.voidBeCPGScriptHelper.setExtraValue(RepositoryEntity entity, String qName, Object value) setExtraValue.Method parameters in fr.becpg.repo.jscript with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionvoidBeCPGScriptHelper.setAlfrescoRepository(AlfrescoRepository<RepositoryEntity> alfrescoRepository) Setter for the fieldalfrescoRepository. -
Uses of RepositoryEntity in fr.becpg.repo.notification.data
Classes in fr.becpg.repo.notification.data that implement RepositoryEntityModifier and TypeClassDescriptionclassNotificationRuleListDataItem class. -
Uses of RepositoryEntity in fr.becpg.repo.regulatory
Classes in fr.becpg.repo.regulatory that implement RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.report.entity.impl
Fields in fr.becpg.repo.report.entity.impl with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprotected RepositoryEntityDefReader<RepositoryEntity>DefaultEntityReportExtractor.repositoryEntityDefReader -
Uses of RepositoryEntity in fr.becpg.repo.report.search.actions
Fields in fr.becpg.repo.report.search.actions with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate AlfrescoRepository<RepositoryEntity>ZipSearchAction.alfrescoRepositoryprivate AlfrescoRepository<RepositoryEntity>ZipSearchDownloadExporter.alfrescoRepositoryMethods in fr.becpg.repo.report.search.actions with parameters of type RepositoryEntityModifier and TypeMethodDescriptionprivate booleanZipSearchDownloadExporter.testEntityCondition(String condition, RepositoryEntity entity) Method parameters in fr.becpg.repo.report.search.actions with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionvoidZipSearchAction.setAlfrescoRepository(AlfrescoRepository<RepositoryEntity> alfrescoRepository) Setter for the fieldalfrescoRepository.Constructor parameters in fr.becpg.repo.report.search.actions with type arguments of type RepositoryEntityModifierConstructorDescriptionZipSearchDownloadExporter(org.alfresco.service.cmr.coci.CheckOutCheckInService checkOutCheckInService, org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.repo.transaction.RetryingTransactionHelper transactionHelper, org.alfresco.repo.download.DownloadStatusUpdateService updateService, org.alfresco.repo.download.DownloadStorage downloadStorage, org.alfresco.service.cmr.repository.ContentService contentService, ExpressionService expressionService, AlfrescoRepository<RepositoryEntity> alfrescoRepository, org.alfresco.service.cmr.repository.NodeRef downloadNodeRef, org.alfresco.service.cmr.repository.NodeRef templateNodeRef) Constructor for ZipSearchDownloadExporter. -
Uses of RepositoryEntity in fr.becpg.repo.report.search.impl
Classes in fr.becpg.repo.report.search.impl that implement RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.repository
Classes in fr.becpg.repo.repository with type parameters of type RepositoryEntityModifier and TypeInterfaceDescriptioninterfaceAlfrescoRepository<T extends RepositoryEntity>Should implement Spring Data Used to retrieve entity from repositoryFields in fr.becpg.repo.repository with type parameters of type RepositoryEntityModifier and TypeFieldDescriptionprivate Map<org.alfresco.service.cmr.repository.NodeRef,RepositoryEntity> L2CacheThreadInfo.cacheMethods in fr.becpg.repo.repository with type parameters of type RepositoryEntityModifier and TypeMethodDescription<R extends RepositoryEntity>
List<R>AlfrescoRepository.getList(RepositoryEntity entity, Class<R> clazz) getList.<R extends RepositoryEntity>
List<R>AlfrescoRepository.getList(RepositoryEntity entity, org.alfresco.service.namespace.QName datalistContainerQname, org.alfresco.service.namespace.QName datalistQname) getList.Methods in fr.becpg.repo.repository that return types with arguments of type RepositoryEntityModifier and TypeMethodDescriptionMap<org.alfresco.service.cmr.repository.NodeRef,RepositoryEntity> L2CacheThreadInfo.getCache()Getter for the fieldcache.static <T> Map<org.alfresco.service.cmr.repository.NodeRef,RepositoryEntity> L2CacheSupport.getCurrentThreadCache()getCurrentThreadCache.<R> Map<org.alfresco.service.namespace.QName,List<? extends RepositoryEntity>> RepositoryEntityDefReader.getDataLists(R entity) getDataLists.Methods in fr.becpg.repo.repository with parameters of type RepositoryEntityModifier and TypeMethodDescription<R extends RepositoryEntity>
List<R>AlfrescoRepository.getList(RepositoryEntity entity, Class<R> clazz) getList.<R extends RepositoryEntity>
List<R>AlfrescoRepository.getList(RepositoryEntity entity, org.alfresco.service.namespace.QName datalistContainerQname, org.alfresco.service.namespace.QName datalistQname) getList.booleanAlfrescoRepository.hasDataList(RepositoryEntity entity, org.alfresco.service.namespace.QName datalistContainerQname) hasDataList.booleanRepositoryEntityDefReader.isRegisteredQName(RepositoryEntity entity, org.alfresco.service.namespace.QName qname, boolean allowWrite) isRegisteredQName.Method parameters in fr.becpg.repo.repository with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionorg.alfresco.service.namespace.QNameRepositoryEntityDefReader.getType(Class<? extends RepositoryEntity> clazz) getType.voidAlfrescoRepository.saveDataList(org.alfresco.service.cmr.repository.NodeRef listContainerNodeRef, org.alfresco.service.namespace.QName dataListContainerType, String dataListName, List<? extends RepositoryEntity> dataList) saveDataList.voidAlfrescoRepository.saveDataList(org.alfresco.service.cmr.repository.NodeRef listContainerNodeRef, org.alfresco.service.namespace.QName dataListContainerType, List<? extends RepositoryEntity> dataList) saveDataList. -
Uses of RepositoryEntity in fr.becpg.repo.repository.impl
Classes in fr.becpg.repo.repository.impl with type parameters of type RepositoryEntityModifier and TypeClassDescriptionclassAlfrescoRepositoryImpl<T extends RepositoryEntity>AlfrescoRepositoryImpl class.classLazyLoadingDataList<E extends RepositoryEntity>LazyLoadingDataList class.Methods in fr.becpg.repo.repository.impl with type parameters of type RepositoryEntityModifier and TypeMethodDescription<R extends RepositoryEntity>
List<R>AlfrescoRepositoryImpl.getList(RepositoryEntity entity, Class<R> clazz) getList.<R extends RepositoryEntity>
List<R>AlfrescoRepositoryImpl.getList(RepositoryEntity entity, org.alfresco.service.namespace.QName datalistContainerQname, org.alfresco.service.namespace.QName datalistQname) getList.Methods in fr.becpg.repo.repository.impl that return types with arguments of type RepositoryEntityModifier and TypeMethodDescription<R> Map<org.alfresco.service.namespace.QName,List<? extends RepositoryEntity>> RepositoryEntityDefReaderImpl.getDataLists(R entity) getDataLists.Methods in fr.becpg.repo.repository.impl with parameters of type RepositoryEntityModifier and TypeMethodDescriptionprivate static voidBeCPGHashCodeBuilder.appendAspectsDiff(StringBuilder ret, RepositoryEntity obj1, RepositoryEntity obj2) Extract aspects diff logicprivate static voidBeCPGHashCodeBuilder.appendDiffDetails(StringBuilder ret, Object fieldValue, Object fieldValue2, RepositoryEntity obj1, RepositoryEntity obj2) Extract diff details logic for better readabilityprivate static voidBeCPGHashCodeBuilder.appendNodeRefDiff(StringBuilder ret, RepositoryEntity obj1, RepositoryEntity obj2) Extract nodeRef diff logicprivate static intBeCPGHashCodeBuilder.calculateAspectsHash(RepositoryEntity obj) Calculate aspects hash for diff comparison<R extends RepositoryEntity>
List<R>AlfrescoRepositoryImpl.getList(RepositoryEntity entity, Class<R> clazz) getList.<R extends RepositoryEntity>
List<R>AlfrescoRepositoryImpl.getList(RepositoryEntity entity, org.alfresco.service.namespace.QName datalistContainerQname, org.alfresco.service.namespace.QName datalistQname) getList.booleanAlfrescoRepositoryImpl.hasDataList(RepositoryEntity entity, org.alfresco.service.namespace.QName datalistContainerQname) hasDataList.booleanRepositoryEntityDefReaderImpl.isRegisteredQName(RepositoryEntity entity, org.alfresco.service.namespace.QName qname, boolean allowWrite) isRegisteredQName.static StringBeCPGHashCodeBuilder.printDiff(RepositoryEntity obj1, RepositoryEntity obj2) printDiff.private longBeCPGHashCodeBuilder.reflectionAppend(RepositoryEntity object, Set<RepositoryEntity> visited) static longBeCPGHashCodeBuilder.reflectionHashCode(RepositoryEntity object) This method uses reflection to build a valid hash code.Method parameters in fr.becpg.repo.repository.impl with type arguments of type RepositoryEntityModifier and TypeMethodDescriptionlongBeCPGHashCodeBuilder.append(long total, Object[] array, Set<RepositoryEntity> visited) Append ahashCodefor anObjectarray.private longBeCPGHashCodeBuilder.append(long total, Object object, Set<RepositoryEntity> visited) Append ahashCodefor anObject.private longBeCPGHashCodeBuilder.appendArray(long total, Object object, Set<RepositoryEntity> visited) Optimized array handlingprivate longBeCPGHashCodeBuilder.appendAspects(long total, AspectAwareDataItem aspectAwareDataItem, Set<RepositoryEntity> visited) Optimized aspect handlingprivate TAlfrescoRepositoryImpl.findOne(org.alfresco.service.cmr.repository.NodeRef id, AlfrescoRepositoryImpl.CacheType cacheType, Map<org.alfresco.service.cmr.repository.NodeRef, RepositoryEntity> localCache) private TAlfrescoRepositoryImpl.getFormCache(org.alfresco.service.cmr.repository.NodeRef id, Map<org.alfresco.service.cmr.repository.NodeRef, RepositoryEntity> localCache, AlfrescoRepositoryImpl.CacheType cacheType) org.alfresco.service.namespace.QNameRepositoryEntityDefReaderImpl.getType(Class<? extends RepositoryEntity> clazz) getType.private voidAlfrescoRepositoryImpl.loadAssoc(T entity, PropertyDescriptor pd, Method readMethod, Map<org.alfresco.service.cmr.repository.NodeRef, RepositoryEntity> localCache, boolean multiple, boolean isChildAssoc) AlfrescoRepositoryImpl.loadDataList(org.alfresco.service.cmr.repository.NodeRef dataListNodeRef, org.alfresco.service.namespace.QName datalistQname, Map<org.alfresco.service.cmr.repository.NodeRef, RepositoryEntity> localCache) private longBeCPGHashCodeBuilder.reflectionAppend(RepositoryEntity object, Set<RepositoryEntity> visited) voidAlfrescoRepositoryImpl.saveDataList(org.alfresco.service.cmr.repository.NodeRef listContainerNodeRef, org.alfresco.service.namespace.QName dataListContainerType, String dataListName, List<? extends RepositoryEntity> dataList) saveDataList.voidAlfrescoRepositoryImpl.saveDataList(org.alfresco.service.cmr.repository.NodeRef listContainerNodeRef, org.alfresco.service.namespace.QName dataListContainerType, List<? extends RepositoryEntity> dataList) saveDataList.private voidAlfrescoRepositoryImpl.storeInCache(org.alfresco.service.cmr.repository.NodeRef id, T entity, Map<org.alfresco.service.cmr.repository.NodeRef, RepositoryEntity> localCache, AlfrescoRepositoryImpl.CacheType cacheType) -
Uses of RepositoryEntity in fr.becpg.repo.repository.model
Subinterfaces of RepositoryEntity in fr.becpg.repo.repository.modelModifier and TypeInterfaceDescriptioninterfaceCompositionDataItem interface.interfaceControlableListDataItem interface.interfaceForecastValueDataItem interface.interfaceFormulatedCharactDataItem interface.interfaceSimpleCharactDataItem interface.interfaceSimpleListDataItem interface.Classes in fr.becpg.repo.repository.model that implement RepositoryEntityModifier and TypeClassDescriptionclassAbstract AbstractEffectiveDataItem class.classAbstract AbstractManualDataItem class.classAbstract BeCPGDataObject class.classDefaultListDataItem class.classVariantAwareDataItem class. -
Uses of RepositoryEntity in fr.becpg.repo.search.data
Classes in fr.becpg.repo.search.data that implement RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.security.data
Classes in fr.becpg.repo.security.data that implement RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.security.data.dataList
Classes in fr.becpg.repo.security.data.dataList that implement RepositoryEntity -
Uses of RepositoryEntity in fr.becpg.repo.variant.model
Subinterfaces of RepositoryEntity in fr.becpg.repo.variant.modelClasses in fr.becpg.repo.variant.model that implement RepositoryEntity