Uses of Class
org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
-
Packages that use JCRIndexingOperationType Package Description org.exoplatform.services.jcr.ext.index.persistent org.exoplatform.services.jcr.ext.index.persistent.entity -
-
Uses of JCRIndexingOperationType in org.exoplatform.services.jcr.ext.index.persistent
Methods in org.exoplatform.services.jcr.ext.index.persistent that return JCRIndexingOperationType Modifier and Type Method Description static JCRIndexingOperationTypeJCRIndexingOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static JCRIndexingOperationType[]JCRIndexingOperationType. values()Returns an array containing the constants of this enum type, 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 JCRIndexingOperationType Modifier and Type Method Description JCRIndexingOperationTypeJCRIndexQueueEntity. getOperationType()Methods in org.exoplatform.services.jcr.ext.index.persistent.entity with parameters of type JCRIndexingOperationType Modifier and Type Method Description voidJCRIndexQueueEntity. setOperationType(JCRIndexingOperationType operationType)Constructors in org.exoplatform.services.jcr.ext.index.persistent.entity with parameters of type JCRIndexingOperationType Constructor Description JCRIndexQueueEntity(String jcrUUID, String workspaceName, JCRIndexingOperationType operationType, Calendar modificationDate, boolean parentChange, String nodeName)
-