public static enum AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType extends Enum<AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType>
| Enum Constant and Description |
|---|
AUTHOR |
AUTHOR_PREVIEW |
AUTHOR_WORKFLOW |
AUTHOR_WORKFLOW_PREVIEW |
STAGING |
STAGING_PREVIEW |
UNKNOWN |
WORKFLOW |
WORKFLOW_PREVIEW |
| Modifier and Type | Method and Description |
|---|---|
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType |
getStoreType(String name,
AVMStoreDescriptor storeDescriptor,
Map<org.alfresco.service.namespace.QName,PropertyValue> storeProperties) |
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType STAGING
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType STAGING_PREVIEW
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_PREVIEW
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType WORKFLOW
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType WORKFLOW_PREVIEW
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_WORKFLOW
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_WORKFLOW_PREVIEW
public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType UNKNOWN
public static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType[] values()
for (AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType c : AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType.values()) System.out.println(c);
public static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType 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 static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType getStoreType(String name, AVMStoreDescriptor storeDescriptor, Map<org.alfresco.service.namespace.QName,PropertyValue> storeProperties)
Copyright © 2005–2014 Alfresco Software. All rights reserved.