public class WikiPageParams extends Object
| Constructor and Description |
|---|
WikiPageParams() |
WikiPageParams(String type,
String owner,
String pageName) |
WikiPageParams(String type,
String owner,
String pageName,
String attachmentName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttachmentName() |
String |
getOwner() |
String |
getPageName() |
String |
getParameter(String name) |
Map<String,String[]> |
getParameters() |
String |
getType() |
int |
hashCode() |
void |
setAttachmentName(String attachmentName) |
void |
setOwner(String owner) |
void |
setPageName(String pageName) |
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 setPageName(String pageName)
public String getPageName()
public String getAttachmentName()
public void setAttachmentName(String attachmentName)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.