|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AttachmentStorageType>
fuego.papi.attachment.AttachmentStorageType
public enum AttachmentStorageType
Indicates storage repository for attachments.
| Enum Constant Summary | |
|---|---|
COLLAB_DB
ALI Collaboration database. |
|
ENGINE_DB
ALBPM Engine database. |
|
KB_DB
ALI Knowledge Base database. |
|
REFERENCE
Used when storing remote reference attachments. |
|
| Method Summary | |
|---|---|
String |
getString()
|
String |
getString(Locale locale)
|
static AttachmentStorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttachmentStorageType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AttachmentStorageType ENGINE_DB
public static final AttachmentStorageType COLLAB_DB
public static final AttachmentStorageType KB_DB
public static final AttachmentStorageType REFERENCE
| Method Detail |
|---|
public static final AttachmentStorageType[] values()
for(AttachmentStorageType c : AttachmentStorageType.values())
System.out.println(c);
public static AttachmentStorageType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String getString()
public String getString(Locale locale)
|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||