Class RMSearchGet.Item
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.script.slingshot.RMSearchGet.Item
-
- Enclosing class:
- RMSearchGet
public class RMSearchGet.Item extends Object
Item class to contain information about items being placed in model.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
String
getBrowseUrl()
String
getCreatedBy()
String
getCreatedByUser()
Date
getCreatedOn()
String
getDescription()
String
getModifiedBy()
String
getModifiedByUser()
Date
getModifiedOn()
String
getName()
NodeRef
getNodeRef()
String
getParentFolder()
Map<String,Serializable>
getProperties()
String
getRecordCategoryId()
int
getSize()
String
getTitle()
String
getType()
void
setRecordCategoryId(String recordCategoryId)
-
-
-
Method Detail
-
getNodeRef
public NodeRef getNodeRef()
-
getType
public String getType()
-
getName
public String getName()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getModifiedOn
public Date getModifiedOn()
-
getModifiedByUser
public String getModifiedByUser()
-
getModifiedBy
public String getModifiedBy()
-
getCreatedOn
public Date getCreatedOn()
-
getCreatedByUser
public String getCreatedByUser()
-
getCreatedBy
public String getCreatedBy()
-
getAuthor
public String getAuthor()
-
getParentFolder
public String getParentFolder()
-
getSize
public int getSize()
-
getBrowseUrl
public String getBrowseUrl()
-
getProperties
public Map<String,Serializable> getProperties()
-
getRecordCategoryId
public String getRecordCategoryId()
-
setRecordCategoryId
public void setRecordCategoryId(String recordCategoryId)
-
-