public class PageTemplateForm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
content |
String |
description |
long |
id |
String |
moduleKey |
String |
name |
String |
pluginKey
pluginKey and moduleKey provides a means to identify a PageTemplate declared in a plugin that has not
been persisted to the database (and hence does not yet have a database ID)
|
String |
referencingModuleKey |
String |
referencingPluginKey
referencingPluginKey and referencingPluginModuleKey provide a mechanism for plugin modules to store customised
versions of templates declared in other plugins.
|
String |
spaceKey |
int |
version |
| Constructor and Description |
|---|
PageTemplateForm() |
public String name
public String description
public String referencingPluginKey
public String referencingModuleKey
public String pluginKey
public String moduleKey
public String content
public String spaceKey
public long id
public int version
Copyright © 2017 Atlassian. All rights reserved.