public class RMSearchGet.Item extends Object
| Constructor and Description |
|---|
Item(org.alfresco.service.cmr.repository.NodeRef parent,
org.alfresco.service.cmr.repository.NodeRef nodeRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getBrowseUrl() |
String |
getCreatedBy() |
String |
getCreatedByUser() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getModifiedBy() |
String |
getModifiedByUser() |
Date |
getModifiedOn() |
String |
getName() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
String |
getParentFolder() |
Map<String,Serializable> |
getProperties() |
String |
getRecordCategoryId() |
int |
getSize() |
String |
getTitle() |
String |
getType() |
void |
setRecordCategoryId(String recordCategoryId) |
public Item(org.alfresco.service.cmr.repository.NodeRef parent,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public String getType()
public String getName()
public String getTitle()
public String getDescription()
public Date getModifiedOn()
public String getModifiedByUser()
public String getModifiedBy()
public Date getCreatedOn()
public String getCreatedByUser()
public String getCreatedBy()
public String getAuthor()
public String getParentFolder()
public int getSize()
public String getBrowseUrl()
public Map<String,Serializable> getProperties()
public String getRecordCategoryId()
public void setRecordCategoryId(String recordCategoryId)
Copyright © 2005–2018 Alfresco Software. All rights reserved.