Uses of Enum Class
org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
Packages that use JCRIndexingOperationType
Package
Description
-
Uses of JCRIndexingOperationType in org.exoplatform.services.jcr.ext.index.persistent
Methods in org.exoplatform.services.jcr.ext.index.persistent that return JCRIndexingOperationTypeModifier and TypeMethodDescriptionstatic JCRIndexingOperationTypeReturns the enum constant of this class with the specified name.static JCRIndexingOperationType[]JCRIndexingOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JCRIndexingOperationType in org.exoplatform.services.jcr.ext.index.persistent.entity
Methods in org.exoplatform.services.jcr.ext.index.persistent.entity that return JCRIndexingOperationTypeMethods in org.exoplatform.services.jcr.ext.index.persistent.entity with parameters of type JCRIndexingOperationTypeModifier and TypeMethodDescriptionvoidJCRIndexQueueEntity.setOperationType(JCRIndexingOperationType operationType) Constructors in org.exoplatform.services.jcr.ext.index.persistent.entity with parameters of type JCRIndexingOperationTypeModifierConstructorDescriptionJCRIndexQueueEntity(String jcrUUID, String workspaceName, JCRIndexingOperationType operationType, Calendar modificationDate, boolean parentChange, String nodeName)