Uses of Class
org.alfresco.repo.domain.node.NodePropertyEntity
-
Packages that use NodePropertyEntity Package Description org.alfresco.encryption org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis org.alfresco.repo.node.getchildren -
-
Uses of NodePropertyEntity in org.alfresco.encryption
Method parameters in org.alfresco.encryption with type arguments of type NodePropertyEntity Modifier and Type Method Description protected voidReEncryptor. reEncryptProperties(java.util.List<NodePropertyEntity> properties, java.lang.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 NodePropertyEntity Modifier and Type Method Description java.util.List<NodePropertyEntity>NodeDAO. selectNodePropertiesByDataType(org.alfresco.service.namespace.QName dataType, long minNodeId, long maxNodeId)Select all node properties that are between two node IDs and of the given actual typejava.util.List<NodePropertyEntity>NodeDAO. selectNodePropertiesByTypes(java.util.Set<org.alfresco.service.namespace.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 NodePropertyEntity Modifier and Type Method Description java.util.List<NodePropertyEntity>NodeDAOImpl. selectNodePropertiesByDataType(org.alfresco.service.namespace.QName dataType, long minNodeId, long maxNodeId)java.util.List<NodePropertyEntity>NodeDAOImpl. selectNodePropertiesByTypes(java.util.Set<org.alfresco.service.namespace.QName> qnames) -
Uses of NodePropertyEntity in org.alfresco.repo.node.getchildren
Methods in org.alfresco.repo.node.getchildren that return NodePropertyEntity Modifier and Type Method Description NodePropertyEntityFilterSortNodeEntity. getProp1()NodePropertyEntityFilterSortNodeEntity. getProp2()NodePropertyEntityFilterSortNodeEntity. getProp3()Methods in org.alfresco.repo.node.getchildren with parameters of type NodePropertyEntity Modifier and Type Method Description voidFilterSortNodeEntity. setProp1(NodePropertyEntity prop1)voidFilterSortNodeEntity. setProp2(NodePropertyEntity prop2)voidFilterSortNodeEntity. setProp3(NodePropertyEntity prop3)
-