public class FCKUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_FOLDER |
static String |
DOCUMENT_TYPE |
static String |
EXO_HIDDENABLE |
static String |
FLASH_TYPE |
static String |
GET_FOLDERS_AND_FILES |
static String |
IF_MODIFIED_SINCE_DATE_FORMAT
The Constant IF_MODIFIED_SINCE_DATE_FORMAT.
|
static String |
IMAGE_TYPE
The Constant IMAGE_TYPE.
|
static String |
LAST_MODIFIED_PROPERTY
The Constant LAST_MODIFIED_PROPERTY.
|
static String |
LINK_TYPE |
static String |
NT_FILE |
static String |
NT_FOLDER |
static String |
NT_UNSTRUCTURED |
static String |
UPLOAD_FILE |
| Constructor and Description |
|---|
FCKUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
createRootElement(String command,
javax.jcr.Node node,
String folderType)
Creates the root element for connector response.
|
static String |
createWebdavURL(javax.jcr.Node node) |
static String |
getPortalName() |
static boolean |
hasAddNodePermission(javax.jcr.Node node) |
public static final String LAST_MODIFIED_PROPERTY
public static final String IF_MODIFIED_SINCE_DATE_FORMAT
public static String GET_FOLDERS_AND_FILES
public static String CREATE_FOLDER
public static String UPLOAD_FILE
public static final String EXO_HIDDENABLE
public static final String NT_FILE
public static final String NT_FOLDER
public static final String NT_UNSTRUCTURED
public static final String DOCUMENT_TYPE
public static final String IMAGE_TYPE
public static final String FLASH_TYPE
public static final String LINK_TYPE
public static Element createRootElement(String command, javax.jcr.Node node, String folderType) throws Exception
<Connector command="GetFolders" resourceType="">
<CurrentFolder folderType="" name="" path="" url=""/>
</CurrentFolder>
</Connector>
command - the commandnode - the nodefolderType - the folder typeException - the exceptionpublic static boolean hasAddNodePermission(javax.jcr.Node node)
throws Exception
Exceptionpublic static String getPortalName()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.