|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.contentservices.client.impl.TemplateOptionsSpec
public final class TemplateOptionsSpec
An enumeration value that is used when creating a Content Services ES space.
You pass a TemplateOptionsSpec
enumeration value to the DocumentManagementServiceClient
object's
createSpace
method.
Field Summary | |
---|---|
static TemplateOptionsSpec |
CREATE_FROM_SCRATCH
Create the space from scratch. |
static TemplateOptionsSpec |
CREATE_FROM_SPACE
Create the space based on existing space. |
static TemplateOptionsSpec |
CREATE_FROM_TEMPLATE
Create the space based on a space template. |
Method Summary | |
---|---|
java.lang.String |
toString()
For internal purposes only. |
static TemplateOptionsSpec |
valueOf(java.lang.String name)
|
static TemplateOptionsSpec[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TemplateOptionsSpec CREATE_FROM_SCRATCH
public static final TemplateOptionsSpec CREATE_FROM_SPACE
public static final TemplateOptionsSpec CREATE_FROM_TEMPLATE
Method Detail |
---|
public static TemplateOptionsSpec[] values()
public static TemplateOptionsSpec valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |