public enum EFormRequestType extends Enum<EFormRequestType>
Enum Constant and Description |
---|
ALIAS
Formularauslieferung über das FormVersionAliasServlet
|
ALIASCOPY |
COPY |
FORWARD |
PREVIEW
Formularvorschau, alle Formulartypen
|
PRINT
Formularauslieferung zum Drucken eines Formulars
|
PROCESS
Formulareingangsverarbeitung, nur PDF-Form und HTTP-Request
|
PROVIDE
Formularauslieferung/-aufruf, alle Formulartypen
|
PUBLISH
Formularveröffentlichung, nur PDF-Form und HTTP-Request
|
REVIEW
befüllte Formularauslieferung, alle Formulartypen ('Postfachbearbeitersicht'), Nur-Lese-Sicht für PDF-Form und
HTTP-Request, Änderbarkeit nur für Xima-Formulare
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Liefert
this.name().toLowerCase() zur Verwendung in URLs |
static EFormRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFormRequestType PUBLISH
public static final EFormRequestType PREVIEW
public static final EFormRequestType PROVIDE
public static final EFormRequestType PROCESS
public static final EFormRequestType PRINT
public static final EFormRequestType REVIEW
public static final EFormRequestType COPY
public static final EFormRequestType FORWARD
public static final EFormRequestType ALIAS
public static final EFormRequestType ALIASCOPY
public static EFormRequestType[] values()
for (EFormRequestType c : EFormRequestType.values()) System.out.println(c);
public static EFormRequestType 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()
this.name().toLowerCase()
zur Verwendung in URLstoString
in class Enum<EFormRequestType>
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.