Package org.exoplatform.services.ftp
Class FtpConst.NodeTypes
- java.lang.Object
-
- org.exoplatform.services.ftp.FtpConst.NodeTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringJCR_CONTENTjcr:content.static StringJCR_CREATEDjcr:created.static StringJCR_DATAjcr:data.static StringJCR_LASTMODIFIEDjcr:lastModified.static StringJCR_MIMETYPEjcr:mimetype.static StringMIX_VERSIONABLEmix:versionable.static StringNT_FILEnt:file.static StringNT_FOLDERnt:folder.static StringNT_RESOURCEnt:resource.
-
Constructor Summary
Constructors Constructor Description NodeTypes()
-
-
-
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
-
-