Class ArchivedNodeState
- java.lang.Object
-
- org.alfresco.repo.web.scripts.archive.ArchivedNodeState
-
public class ArchivedNodeState extends Object
A simple POJO class for the state of an archived node. For easier passing to the FTL model.- Since:
- 3.5
- Author:
- Neil McErlean
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArchivedNodeState
create(NodeRef archivedNode, ServiceRegistry serviceRegistry)
String
getArchivedBy()
Date
getArchivedDate()
String
getDescription()
String
getDisplayPath()
String
getFirstName()
boolean
getIsContentType()
String
getLastName()
String
getName()
NodeRef
getNodeRef()
String
getNodeType()
String
getTitle()
-
-
-
Method Detail
-
create
public static ArchivedNodeState create(NodeRef archivedNode, ServiceRegistry serviceRegistry)
-
getNodeRef
public NodeRef getNodeRef()
-
getArchivedBy
public String getArchivedBy()
-
getArchivedDate
public Date getArchivedDate()
-
getName
public String getName()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getDisplayPath
public String getDisplayPath()
-
getFirstName
public String getFirstName()
-
getLastName
public String getLastName()
-
getNodeType
public String getNodeType()
-
getIsContentType
public boolean getIsContentType()
-
-