mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-1099 (Refactor Transfer and Accession reports)
* Bug fixing git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58637 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,6 +31,9 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
*/
|
||||
public class TransferAction extends RMDispositionActionExecuterAbstractBase
|
||||
{
|
||||
/** Action name */
|
||||
public static final String NAME = "transfer";
|
||||
|
||||
/** Indicates whether the transfer is an accession or not */
|
||||
private boolean isAccession = false;
|
||||
|
||||
|
@@ -32,6 +32,9 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
*/
|
||||
public class DestructionReportAction extends BaseReportAction
|
||||
{
|
||||
/** Action name */
|
||||
public static final String NAME = "destructionReport";
|
||||
|
||||
@Override
|
||||
protected Map<String, Serializable> addProperties(NodeRef nodeRef)
|
||||
{
|
||||
|
@@ -42,6 +42,9 @@ import org.apache.commons.lang.StringUtils;
|
||||
*/
|
||||
public class TransferReportAction extends BaseReportAction
|
||||
{
|
||||
/** Action name */
|
||||
public static final String NAME = "transferReport";
|
||||
|
||||
@Override
|
||||
protected Map<String, Serializable> addProperties(NodeRef nodeRef)
|
||||
{
|
||||
|
Reference in New Issue
Block a user