@Deprecated
public interface MiniBodyService
Modifier and Type | Field and Description |
---|---|
static boolean |
copyWebsiteBody$UPDATES
Deprecated.
|
static boolean |
createWebsiteBody$UPDATES
Deprecated.
|
static boolean |
deleteWebsiteBody$UPDATES
Deprecated.
|
static boolean |
readWebsiteBody$UPDATES
Deprecated.
|
static boolean |
updateWebsiteBody$UPDATES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
copyWebsiteBody(java.lang.String newId_,
java.lang.String oldId_)
Deprecated.
Copies the body of one miniwebsite portlet to another
|
void |
createWebsiteBody(java.lang.String id_,
java.lang.String text_)
Deprecated.
Stores the body of a miniwebsite portlet
|
void |
deleteWebsiteBody(java.lang.String id_)
Deprecated.
Deletes the body of a miniwebsite portlet
|
java.lang.String |
readWebsiteBody(java.lang.String id_)
Deprecated.
Reads the body of a miniwebsite portlet
|
void |
updateWebsiteBody(java.lang.String id_,
java.lang.String text_)
Deprecated.
Updates the body of a miniwebsite portlet
|
static final boolean readWebsiteBody$UPDATES
static final boolean createWebsiteBody$UPDATES
static final boolean updateWebsiteBody$UPDATES
static final boolean copyWebsiteBody$UPDATES
static final boolean deleteWebsiteBody$UPDATES
java.lang.String readWebsiteBody(java.lang.String id_) throws AppianException
id_
- The ID of a miniwebsite portletnull
, if not found.AppianException
- if any error is encountered executing the
methodvoid createWebsiteBody(java.lang.String id_, java.lang.String text_) throws AppianException
id_
- The ID of a miniwebsite portlettext_
- The body to be storedAppianException
- if any error is encountered executing the
methodvoid updateWebsiteBody(java.lang.String id_, java.lang.String text_) throws AppianException
id_
- The ID of a miniwebsite portlettext_
- The body to be updatedAppianException
- if any error is encountered executing the
methodvoid copyWebsiteBody(java.lang.String newId_, java.lang.String oldId_) throws java.io.FileNotFoundException, AppianException
newId_
- The ID of the miniwebsite portlet that is to be updatedoldId_
- The ID of the miniwebsite portlet that is to be copiedjava.io.FileNotFoundException
- if the miniwebsite portlet that is to be updated is not foundAppianException
- if any error is encountered executing the
methodvoid deleteWebsiteBody(java.lang.String id_) throws AppianException
id_
- The ID of a miniwebsite portletAppianException
- if any error is encountered executing the
methodCopyright © 2003-2024 Appian Corporation. All Rights Reserved.