eXo JCR :: Component :: FTP Service 1.15.8-GA

org.exoplatform.services.ftp
Class FtpConst.NodeTypes

java.lang.Object
  extended by org.exoplatform.services.ftp.FtpConst.NodeTypes
Enclosing class:
FtpConst

public class FtpConst.NodeTypes
extends Object

Node types.


Field Summary
static String JCR_CONTENT
          jcr:content.
static String JCR_CREATED
          jcr:created.
static String JCR_DATA
          jcr:data.
static String JCR_LASTMODIFIED
          jcr:lastModified.
static String JCR_MIMETYPE
          jcr:mimetype.
static String MIX_VERSIONABLE
          mix:versionable.
static String NT_FILE
          nt:file.
static String NT_FOLDER
          nt:folder.
static String NT_RESOURCE
          nt:resource.
 
Constructor Summary
FtpConst.NodeTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NT_FOLDER

public static final String NT_FOLDER
nt:folder.

See Also:
Constant Field Values

NT_FILE

public static final String NT_FILE
nt:file.

See Also:
Constant Field Values

JCR_CONTENT

public static final String JCR_CONTENT
jcr:content.

See Also:
Constant Field Values

JCR_DATA

public static final String JCR_DATA
jcr:data.

See Also:
Constant Field Values

JCR_CREATED

public static final String JCR_CREATED
jcr:created.

See Also:
Constant Field Values

JCR_LASTMODIFIED

public static final String JCR_LASTMODIFIED
jcr:lastModified.

See Also:
Constant Field Values

NT_RESOURCE

public static final String NT_RESOURCE
nt:resource.

See Also:
Constant Field Values

JCR_MIMETYPE

public static final String JCR_MIMETYPE
jcr:mimetype.

See Also:
Constant Field Values

MIX_VERSIONABLE

public static final String MIX_VERSIONABLE
mix:versionable.

See Also:
Constant Field Values
Constructor Detail

FtpConst.NodeTypes

public FtpConst.NodeTypes()

eXo JCR :: Component :: FTP Service 1.15.8-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.