Uses of Class
org.alfresco.repo.domain.node.AuditablePropertiesEntity
-
Packages that use AuditablePropertiesEntity Package Description org.alfresco.repo.domain.node -
-
Uses of AuditablePropertiesEntity in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node that return AuditablePropertiesEntity Modifier and Type Method Description AuditablePropertiesEntityNode. getAuditableProperties()AuditablePropertiesEntityNodeEntity. getAuditableProperties()Methods in org.alfresco.repo.domain.node with parameters of type AuditablePropertiesEntity Modifier and Type Method Description voidNodeEntity. setAuditableProperties(AuditablePropertiesEntity auditableProperties)Constructors in org.alfresco.repo.domain.node with parameters of type AuditablePropertiesEntity Constructor Description AuditablePropertiesEntity(AuditablePropertiesEntity that)Copy constructor to create an unlocked instance
-