Package | Description |
---|---|
org.alfresco.encryption | |
org.alfresco.repo.domain.node | |
org.alfresco.repo.domain.node.ibatis | |
org.alfresco.repo.node.getchildren |
Modifier and Type | Method and Description |
---|---|
protected void |
ReEncryptor.reEncryptProperties(List<NodePropertyEntity> properties,
String lockToken) |
Modifier and Type | Method and Description |
---|---|
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 type
|
List<NodePropertyEntity> |
NodeDAO.selectNodePropertiesByTypes(Set<org.alfresco.service.namespace.QName> qnames)
Used by the re-encryptor to re-encrypt encryptable properties with a new encryption key.
|
Modifier and Type | Method and Description |
---|---|
List<NodePropertyEntity> |
NodeDAOImpl.selectNodePropertiesByDataType(org.alfresco.service.namespace.QName dataType,
long minNodeId,
long maxNodeId) |
List<NodePropertyEntity> |
NodeDAOImpl.selectNodePropertiesByTypes(Set<org.alfresco.service.namespace.QName> qnames) |
Modifier and Type | Method and Description |
---|---|
NodePropertyEntity |
FilterSortNodeEntity.getProp1() |
NodePropertyEntity |
FilterSortNodeEntity.getProp2() |
NodePropertyEntity |
FilterSortNodeEntity.getProp3() |
Modifier and Type | Method and Description |
---|---|
void |
FilterSortNodeEntity.setProp1(NodePropertyEntity prop1) |
void |
FilterSortNodeEntity.setProp2(NodePropertyEntity prop2) |
void |
FilterSortNodeEntity.setProp3(NodePropertyEntity prop3) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.