public enum VtiProperty extends Enum<VtiProperty>
Enum of the standard meta-keys of the frontpage protocol that is used in alfresco implementation.
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static VtiProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VtiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VtiProperty FILE_THICKETDIR
public static final VtiProperty FILE_TIMECREATED
public static final VtiProperty FILE_TIMELASTMODIFIED
public static final VtiProperty FILE_TIMELASTWRITTEN
public static final VtiProperty FOLDER_DIRLATESTSTAMP
public static final VtiProperty FOLDER_HASSUBDIRS
public static final VtiProperty FOLDER_ISBROWSABLE
public static final VtiProperty FOLDER_ISCHILDWEB
public static final VtiProperty FOLDER_ISEXECUTABLE
public static final VtiProperty FOLDER_ISSCRIPTABLE
public static final VtiProperty FOLDER_LISTBASETYPE
public static final VtiProperty FOLDER_LISTENABLEMINORVERSIONS
public static final VtiProperty FOLDER_LISTSERVERTEMPLATE
public static final VtiProperty FOLDER_LISTTITLE
public static final VtiProperty FOLDER_LISTENABLEVERSIONING
public static final VtiProperty FOLDER_LISTREQUIRECHECKOUT
public static final VtiProperty FILE_TITLE
public static final VtiProperty FILE_FILESIZE
public static final VtiProperty FILE_METATAGS
public static final VtiProperty FILE_SOURCECONTROLCHECKEDOUTBY
public static final VtiProperty FILE_SOURCECONTROLTIMECHECKEDOUT
public static final VtiProperty FILE_THICKETSUPPORTINGFILE
public static final VtiProperty FILE_SOURCECONTROLLOCKEXPIRES
public static final VtiProperty FILE_SOURCECONTROLVERSION
public static final VtiProperty FILE_AUTHOR
public static final VtiProperty FILE_MODIFIEDBY
public static final VtiProperty FILE_RTAG
public static final VtiProperty FILE_ETAG
public static final VtiProperty FILE_LISTNAME
public static final VtiProperty SERVICE_CASESENSITIVEURLS
public static final VtiProperty SERVICE_LONGFILENAMES
public static final VtiProperty SERVICE_SHOWHIDDENPAGES
public static final VtiProperty SERVICE_TITLE
public static final VtiProperty SERVICE_WELCOMENAMES
public static final VtiProperty SERVICE_USERNAME
public static final VtiProperty SERVICE_SERVERTZ
public static final VtiProperty SERVICE_SOURCECONTROLSYSTEM
public static final VtiProperty SERVICE_SOURCECONTROLVERSION
public static final VtiProperty SERVICE_DOCLIBWEBVIEWENABLED
public static final VtiProperty SERVICE_SOURCECONTROLCOOKIE
public static final VtiProperty SERVICE_SOURCECONTROLPROJECT
public static VtiProperty[] values()
for (VtiProperty c : VtiProperty.values()) System.out.println(c);
public static VtiProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<VtiProperty>
Copyright © 2005–2017 Alfresco Software. All rights reserved.