public class WikiPageParams extends Object
| Constructor and Description |
|---|
WikiPageParams() |
WikiPageParams(String type,
String owner,
String pageId) |
WikiPageParams(String type,
String owner,
String pageId,
String attachmentName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttachmentName() |
String |
getOwner() |
String |
getPageId() |
String |
getParameter(String name) |
Map<String,String[]> |
getParameters() |
String |
getType() |
int |
hashCode() |
void |
setAttachmentName(String attachmentName) |
void |
setOwner(String owner) |
void |
setPageId(String pageId) |
void |
setParameter(String key,
String[] values) |
void |
setParameters(Map<String,String[]> parameters) |
void |
setType(String type) |
public static final String WIKI_HOME
public void setType(String type)
public String getType()
public void setOwner(String owner)
public String getOwner()
public void setPageId(String pageId)
public String getPageId()
public String getAttachmentName()
public void setAttachmentName(String attachmentName)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.