Uses of Class
org.alfresco.repo.domain.node.NodePropertyEntity
Packages that use NodePropertyEntity
Package
Description
-
Uses of NodePropertyEntity in org.alfresco.encryption
Method parameters in org.alfresco.encryption with type arguments of type NodePropertyEntityModifier and TypeMethodDescriptionprotected voidReEncryptor.reEncryptProperties(List<NodePropertyEntity> properties, String lockToken) -
Uses of NodePropertyEntity in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node that return types with arguments of type NodePropertyEntityModifier and TypeMethodDescriptionNodeDAO.selectNodePropertiesByDataType(QName dataType, long minNodeId, long maxNodeId) Select all node properties that are between two node IDs and of the given actual typeNodeDAO.selectNodePropertiesByTypes(Set<QName> qnames) Used by the re-encryptor to re-encrypt encryptable properties with a new encryption key. -
Uses of NodePropertyEntity in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type NodePropertyEntityModifier and TypeMethodDescriptionNodeDAOImpl.selectNodePropertiesByDataType(QName dataType, long minNodeId, long maxNodeId) NodeDAOImpl.selectNodePropertiesByTypes(Set<QName> qnames) -
Uses of NodePropertyEntity in org.alfresco.repo.node.getchildren
Methods in org.alfresco.repo.node.getchildren that return NodePropertyEntityModifier and TypeMethodDescriptionFilterSortNodeEntity.getProp1()FilterSortNodeEntity.getProp2()FilterSortNodeEntity.getProp3()Methods in org.alfresco.repo.node.getchildren with parameters of type NodePropertyEntityModifier and TypeMethodDescriptionvoidFilterSortNodeEntity.setProp1(NodePropertyEntity prop1) voidFilterSortNodeEntity.setProp2(NodePropertyEntity prop2) voidFilterSortNodeEntity.setProp3(NodePropertyEntity prop3)