package org.alfresco.repo.domain.node; /** * Interface for alf_transaction objects. * * @author Derek Hulley * @since 3.4 */ public interface Transaction { public Long getId(); public String getChangeTxnId(); public Long getCommitTimeMs(); }