org.alfresco.repo.search
Class AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.search.AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
AVMSnapShotTriggeredIndexingMethodInterceptorImpl

public static final class AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_PREVIEW
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_WORKFLOW
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_WORKFLOW_PREVIEW
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType STAGING
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType STAGING_PREVIEW
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType UNKNOWN
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType WORKFLOW
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType WORKFLOW_PREVIEW
           
 
Method Summary
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType getStoreType(java.lang.String name, AVMStoreDescriptor storeDescriptor, java.util.Map storeProperties)
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType valueOf(java.lang.String name)
           
static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STAGING

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType STAGING

STAGING_PREVIEW

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType STAGING_PREVIEW

AUTHOR

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR

AUTHOR_PREVIEW

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_PREVIEW

WORKFLOW

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType WORKFLOW

WORKFLOW_PREVIEW

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType WORKFLOW_PREVIEW

AUTHOR_WORKFLOW

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_WORKFLOW

AUTHOR_WORKFLOW_PREVIEW

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType AUTHOR_WORKFLOW_PREVIEW

UNKNOWN

public static final AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType UNKNOWN
Method Detail

values

public static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType[] values()

valueOf

public static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType valueOf(java.lang.String name)

getStoreType

public static AVMSnapShotTriggeredIndexingMethodInterceptorImpl.StoreType getStoreType(java.lang.String name,
                                                                                       AVMStoreDescriptor storeDescriptor,
                                                                                       java.util.Map storeProperties)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.