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() |
int |
getSize() |
String |
getTitle() |
String |
getType() |
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()
Copyright © 2005–2017 Alfresco Software. All rights reserved.