@Name(value="orderableDocumentActions") @Scope(value=CONVERSATION) public class OrderableDocumentActions extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SECTION_TYPE |
| Constructor and Description |
|---|
OrderableDocumentActions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanMoveDown() |
boolean |
getCanMoveToBottom() |
boolean |
getCanMoveToTop() |
boolean |
getCanMoveUp() |
String |
moveDown() |
String |
moveToBottom() |
String |
moveToTop() |
String |
moveUp() |
public static final String SECTION_TYPE
public boolean getCanMoveDown()
throws ClientException
ClientExceptionpublic String moveDown() throws ClientException
ClientExceptionpublic boolean getCanMoveUp()
throws ClientException
ClientExceptionpublic String moveUp() throws ClientException
ClientExceptionpublic boolean getCanMoveToTop()
throws ClientException
ClientExceptionpublic String moveToTop() throws ClientException
ClientExceptionpublic boolean getCanMoveToBottom()
throws ClientException
ClientExceptionpublic String moveToBottom() throws ClientException
ClientExceptionCopyright © 2014 Nuxeo SA. All rights reserved.