Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(File) - Method in class org.exoplatform.services.jcr.ext.artifact.DefaultFileFilter
- accept(File, String) - Method in class org.exoplatform.services.jcr.ext.artifact.MavenFileFilter
- ActivityTypeUtils - Class in org.exoplatform.services.jcr.ext
-
Created by The eXo Platform SAS Author : Vu Duy Tu tuvd@exoplatform.com Dec 24, 2012
- ActivityTypeUtils() - Constructor for class org.exoplatform.services.jcr.ext.ActivityTypeUtils
- addArtifact(SessionProvider, ArtifactDescriptor, InputStream, InputStream) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
adds (deploys) artifact including creating necessary group folders, pom and checksum files
- addArtifact(SessionProvider, ArtifactDescriptor, InputStream, InputStream) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- AddAuditableAction - Class in org.exoplatform.services.jcr.ext.audit
- AddAuditableAction() - Constructor for class org.exoplatform.services.jcr.ext.audit.AddAuditableAction
- addNode(String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- addRecord(Item, Item, int) - Method in interface org.exoplatform.services.jcr.ext.audit.AuditService
-
Adds new audit record.
- addRecord(Item, Item, int) - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
- applyIndexChangesOnJCR(List<JCRIndexQueueEntity>) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
-
Apply the changes coming from queue to JCR.
- applyIndexChangesOnQueue(Set<String>, Set<String>, Set<String>, Set<String>, String) - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingService
-
JCR Index Changes applied on JCR to propagate for other nodes through Queue
- applyIndexChangesOnQueue(Set<String>, Set<String>, Set<String>, Set<String>, String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- applyIndexChangesOnQueue(ChangesFilterListsWrapper, String) - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingService
-
JCR Index Changes applied on JCR to propagate for other nodes through Queue
- applyIndexChangesOnQueue(ChangesFilterListsWrapper, String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
-
JCR Index Changes applied on JCR to propagate for other nodes through Queue
- ArtifactDescriptor - Class in org.exoplatform.services.jcr.ext.artifact
- ArtifactDescriptor(FolderDescriptor, String, String) - Constructor for class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- ArtifactManagingException - Exception Class in org.exoplatform.services.jcr.ext.artifact
- ArtifactManagingException() - Constructor for exception class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingException
- ArtifactManagingException(String) - Constructor for exception class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingException
- ArtifactManagingException(String, Throwable) - Constructor for exception class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingException
- ArtifactManagingService - Interface in org.exoplatform.services.jcr.ext.artifact
-
Administration maven repository
- ArtifactManagingServiceImpl - Class in org.exoplatform.services.jcr.ext.artifact
-
Created by The eXo Platform SAS .
Service responsible for Administration Maven repository the served JCR structure inside workspaceName is: rootPath (maven-root)/ ---part-of-group-folder1/ (nt:folder + exo:groupId) ---part-of-group-foldern/ ------artifact-root-folder/(nt:folder + exo:artifactId) ---------maven-metadata.xml(nt:file) ---------maven-metadata.xml.sha1(nt:file) ---------artifact-version-folder/(nt:folder + exo:versionId) ------------artifactId-version.jar (nt:file + exo:mavenjar / nt:resource) ------------artifactId-version.jar.sha1 (nt:file + exo:mavensha1 / nt:resource ) ------------artifactId-version.pom (nt:file + exo:mavenpom / nt:resource) ------------artifactId-version.pom.sha1 (nt:file + exo:mavensha1/ (nt:resource) ------------maven-metadata.xml (nt:file +exo:mavenmetadata / (nt:resource ) ------------maven-metadata.xml.sha1(nt:file + exo:mavensha1 / (nt:resource) - ArtifactManagingServiceImpl(InitParams, RepositoryService) - Constructor for class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
-
without registry service
- ArtifactManagingServiceImpl(InitParams, RepositoryService, RegistryService) - Constructor for class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- ArtifactStructureCorrector - Class in org.exoplatform.services.jcr.ext.artifact.rest
-
Created by The eXo Platform SARL Author : Volodymyr Krasnikov volodymyr.krasnikov@exoplatform.com.ua 29.10.2007
- ArtifactStructureCorrector(InitParams, RepositoryService, Authenticator) - Constructor for class org.exoplatform.services.jcr.ext.artifact.rest.ArtifactStructureCorrector
- attachActivityId(Node, String) - Static method in class org.exoplatform.services.jcr.ext.ActivityTypeUtils
-
Defines Mixin type exo:activityInfo for node that means to add exo:activityId property into Node what is owner created activity.
- AUDIT_STORAGE_ID - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- AuditAction - Class in org.exoplatform.services.jcr.ext.audit
- AuditAction() - Constructor for class org.exoplatform.services.jcr.ext.audit.AuditAction
- AuditHistory - Class in org.exoplatform.services.jcr.ext.audit
-
Created by The eXo Platform SAS.
- AuditHistory(Node, List<AuditRecord>) - Constructor for class org.exoplatform.services.jcr.ext.audit.AuditHistory
- AuditRecord - Class in org.exoplatform.services.jcr.ext.audit
-
Created by The eXo Platform SAS .
- AuditRecord(String, int, Calendar, InternalQName, Value[], Value[], String, String) - Constructor for class org.exoplatform.services.jcr.ext.audit.AuditRecord
- AuditService - Interface in org.exoplatform.services.jcr.ext.audit
-
Created by The eXo Platform SAS .
- AuditServiceImpl - Class in org.exoplatform.services.jcr.ext.audit
-
Created by The eXo Platform SAS .
- AuditServiceImpl(InitParams, RepositoryService) - Constructor for class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
-
AuditServiceImpl constructor.
- AuditServiceImpl(InitParams, RepositoryService, RegistryService) - Constructor for class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
-
AuditServiceImpl constructor.
C
- changePermission(SessionProvider, Descriptor, String, String[], boolean) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
Changes acess permissions for the specified artifact ang given identity
- changePermission(SessionProvider, Descriptor, String, String[], boolean) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- compareTo(AuditRecord) - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- correctStructure() - Method in class org.exoplatform.services.jcr.ext.artifact.rest.ArtifactStructureCorrector
- CRCGenerator - Class in org.exoplatform.services.jcr.ext.artifact
-
Created by The eXo Platform SAS.
- CRCGenerator() - Constructor for class org.exoplatform.services.jcr.ext.artifact.CRCGenerator
- CREATE - Enum constant in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
- createFromPomfile(File) - Static method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- createHistory(Node) - Method in interface org.exoplatform.services.jcr.ext.audit.AuditService
-
Creates audit history for given node.
- createHistory(Node) - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
- createMultiMetadata(String, String, String, List<String>) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- createSingleMetadata(String, String, String) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
D
- DefaultFileFilter - Class in org.exoplatform.services.jcr.ext.artifact
- DefaultFileFilter() - Constructor for class org.exoplatform.services.jcr.ext.artifact.DefaultFileFilter
- DELETE - Enum constant in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
- DELETE_ALL - Enum constant in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
- deleteOperationsByJCRUUID(String) - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingQueueDAO
- deleteOperationsByJCRUUID(String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingQueueDAOImpl
- Descriptor - Interface in org.exoplatform.services.jcr.ext.artifact
- doUpdateIndex(Set<String>, Set<String>, Set<String>, Set<String>) - Method in class org.exoplatform.services.jcr.ext.index.persistent.filter.PersistentIndexChangesFilter
-
Update JCR indexes and add JCR indexing operations in QUEUE
- doUpdateIndex(ChangesFilterListsWrapper) - Method in class org.exoplatform.services.jcr.ext.index.persistent.filter.PersistentIndexChangesFilter
E
- entering(Node, int) - Method in class org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
- entering(Property, int) - Method in class org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
- execute(Context) - Method in class org.exoplatform.services.jcr.ext.audit.AddAuditableAction
- execute(Context) - Method in class org.exoplatform.services.jcr.ext.audit.AuditAction
- execute(Context) - Method in class org.exoplatform.services.jcr.ext.audit.RemoveAuditableAction
- EXO_ACTIVITY_ID - Static variable in class org.exoplatform.services.jcr.ext.ActivityTypeUtils
- EXO_ACTIVITY_INFO - Static variable in class org.exoplatform.services.jcr.ext.ActivityTypeUtils
- EXO_AUDIT - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITABLE - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITHISTORY - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITHISTORY_LASTRECORD - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITHISTORY_TARGETNODE - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_AUDITVERSION - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_AUDITVERSIONNAME - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_CREATED - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_EVENTTYPE - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_NEWVALUE - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_OLDVALUE - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_PROPERTYNAME - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITRECORD_USER - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- EXO_AUDITSTORAGE - Static variable in interface org.exoplatform.services.jcr.ext.audit.AuditService
- exportArtifacts(SessionProvider, FolderDescriptor, File) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
- exportArtifacts(SessionProvider, FolderDescriptor, File) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- exportArtifacts(SessionProvider, FolderDescriptor, OutputStream) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
exports list of artifacts from maven repo into output stream
- exportArtifacts(SessionProvider, FolderDescriptor, OutputStream) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
F
- findAllOperationExecutedByClusterNode(String, String, long, int, int) - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingQueueDAO
- findAllOperationExecutedByClusterNode(String, String, long, int, int) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingQueueDAOImpl
- findAllOperationNotExecutedByClusterNode(int, int, String) - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingQueueDAO
- findAllOperationNotExecutedByClusterNode(int, int, String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingQueueDAOImpl
- findNextOperations(int, int) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- FolderDescriptor - Class in org.exoplatform.services.jcr.ext.artifact
- FolderDescriptor(String) - Constructor for class org.exoplatform.services.jcr.ext.artifact.FolderDescriptor
G
- getActivityId(Node) - Static method in class org.exoplatform.services.jcr.ext.ActivityTypeUtils
-
Get value of exo:activityId property in specified node.
- getAddedNodes() - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- getArtifactId() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- getAsPath() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- getAsPath() - Method in interface org.exoplatform.services.jcr.ext.artifact.Descriptor
- getAsPath() - Method in class org.exoplatform.services.jcr.ext.artifact.FolderDescriptor
- getAsString() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- getAsString() - Method in interface org.exoplatform.services.jcr.ext.artifact.Descriptor
- getAsString() - Method in class org.exoplatform.services.jcr.ext.artifact.FolderDescriptor
- getAuditableNode() - Method in class org.exoplatform.services.jcr.ext.audit.AuditHistory
- getAuditRecords() - Method in class org.exoplatform.services.jcr.ext.audit.AuditHistory
- getChecksum(InputStream, String) - Static method in class org.exoplatform.services.jcr.ext.artifact.CRCGenerator
-
Generates checksum for the InputStream.
- getContainsExpr() - Method in class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- getDate() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getDescriptors(SessionProvider, FolderDescriptor) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
- getDescriptors(SessionProvider, FolderDescriptor) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- getEventType() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getEventTypeName() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getGroupId() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- getHistory(Node) - Method in interface org.exoplatform.services.jcr.ext.audit.AuditService
-
Get node audit history.
- getHistory(Node) - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
- getId() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- getJcrUUID() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- getLastExecutedOperation() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- getListErrors() - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
- getListErrors() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- getModificationDate() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- getNewValues() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getNodes() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- getOldValues() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getOperationType() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- getParentAddedNodes() - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- getParentRemovedNodes() - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- getPermission(SessionProvider, Descriptor) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
Returns acess control list for the specified artifact
- getPermission(SessionProvider, Descriptor) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- getPropertyName() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getQueueProcessingPeriod() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- getRemovedNodes() - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- getResource(String, UriInfo, String, String) - Method in class org.exoplatform.services.jcr.ext.artifact.rest.RESTArtifactLoaderService
-
Return Response with Maven artifact if it is file or HTML page for browsing if requested URL is folder.
- getRootNodeList(UriInfo, String, String) - Method in class org.exoplatform.services.jcr.ext.artifact.rest.RESTArtifactLoaderService
-
Browsing of root node of Maven repository.
- getStreamAsString(InputStream) - Method in class org.exoplatform.services.jcr.ext.artifact.rest.RESTArtifactLoaderService
- getUserId() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
- getVersion() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
Returns version UUID related to this audit record.
- getVersionId() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- getVersionName() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
Returns version name related to this audit record.
- getWorkspace() - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- getWorkspace() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
H
- hasHistory(Node) - Method in interface org.exoplatform.services.jcr.ext.audit.AuditService
-
Check if node has audit history.
- hasHistory(Node) - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
I
- importArtifacts(SessionProvider, File) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
- importArtifacts(SessionProvider, File) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- importArtifacts(SessionProvider, InputStream) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
imports list of artifacts into maven repo
- importArtifacts(SessionProvider, InputStream) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- index(String, String, boolean) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- init(QueryHandler, QueryHandlerEntry) - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingService
-
Initialize JCR Indexing Service
- init(QueryHandler, QueryHandlerEntry) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
-
Update Queue, JCR indexes and status file.
- isIncludeJar() - Method in class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- isIncludePom() - Method in class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- isParentChange() - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
J
- JCRIndexingOperationType - Enum Class in org.exoplatform.services.jcr.ext.index.persistent
- JCRIndexingQueueDAO - Interface in org.exoplatform.services.jcr.ext.index.persistent.api
- JCRIndexingQueueDAOImpl - Class in org.exoplatform.services.jcr.ext.index.persistent.impl
- JCRIndexingQueueDAOImpl() - Constructor for class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingQueueDAOImpl
- JCRIndexingService - Interface in org.exoplatform.services.jcr.ext.index.persistent.api
- JCRIndexingServiceImpl - Class in org.exoplatform.services.jcr.ext.index.persistent.impl
- JCRIndexingServiceImpl(EntityManagerService, RepositoryService, JCRIndexingQueueDAO, InitParams) - Constructor for class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- JCRIndexQueueEntity - Class in org.exoplatform.services.jcr.ext.index.persistent.entity
- JCRIndexQueueEntity() - Constructor for class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- JCRIndexQueueEntity(String, String, JCRIndexingOperationType, Calendar, boolean, String) - Constructor for class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
L
- LAST_OPERATION_FILE_NAME - Static variable in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- leaving(Node, int) - Method in class org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
- leaving(Property, int) - Method in class org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
M
- MavenFileFilter - Class in org.exoplatform.services.jcr.ext.artifact
-
Author : Volodymyr Krasnikov volodymyr.krasnikov@exoplatform.com.ua
- MavenFileFilter() - Constructor for class org.exoplatform.services.jcr.ext.artifact.MavenFileFilter
O
- org.exoplatform.services.jcr.ext - package org.exoplatform.services.jcr.ext
- org.exoplatform.services.jcr.ext.artifact - package org.exoplatform.services.jcr.ext.artifact
- org.exoplatform.services.jcr.ext.artifact.rest - package org.exoplatform.services.jcr.ext.artifact.rest
- org.exoplatform.services.jcr.ext.audit - package org.exoplatform.services.jcr.ext.audit
- org.exoplatform.services.jcr.ext.index.persistent - package org.exoplatform.services.jcr.ext.index.persistent
- org.exoplatform.services.jcr.ext.index.persistent.api - package org.exoplatform.services.jcr.ext.index.persistent.api
- org.exoplatform.services.jcr.ext.index.persistent.entity - package org.exoplatform.services.jcr.ext.index.persistent.entity
- org.exoplatform.services.jcr.ext.index.persistent.filter - package org.exoplatform.services.jcr.ext.index.persistent.filter
- org.exoplatform.services.jcr.ext.index.persistent.impl - package org.exoplatform.services.jcr.ext.index.persistent.impl
P
- PersistentIndexChangesFilter - Class in org.exoplatform.services.jcr.ext.index.persistent.filter
- PersistentIndexChangesFilter(SearchManager, SearchManager, QueryHandlerEntry, IndexingTree, IndexingTree, QueryHandler, QueryHandler, ConfigurationManager) - Constructor for class org.exoplatform.services.jcr.ext.index.persistent.filter.PersistentIndexChangesFilter
- persistLastOperationId() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- persistQueueOperations() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- processIndexingQueue() - Method in interface org.exoplatform.services.jcr.ext.index.persistent.api.JCRIndexingService
-
1/ Read from Queue
2/ Index in JCR
3/ Update Queue to mark operation as executed for this node - processIndexingQueue() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
-
1/ Read from Queue
2/ Index in JCR
3/ Update Queue to mark operation as executed for this node
R
- reindex(String, String, boolean) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- REINDEX_ALL - Enum constant in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
- removeArtifact(SessionProvider, Descriptor) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
removes artifact
- removeArtifact(SessionProvider, Descriptor) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- removeAttchAtivityId(Node) - Static method in class org.exoplatform.services.jcr.ext.ActivityTypeUtils
-
Remove value of attach activityId in node.
- RemoveAuditableAction - Class in org.exoplatform.services.jcr.ext.audit
- RemoveAuditableAction() - Constructor for class org.exoplatform.services.jcr.ext.audit.RemoveAuditableAction
- RemoveAuditableVisitor - Class in org.exoplatform.services.jcr.ext.audit
-
Created by The eXo Platform SAS.
- RemoveAuditableVisitor(AuditService) - Constructor for class org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
- removeHistory(Node) - Method in interface org.exoplatform.services.jcr.ext.audit.AuditService
-
Deletes audit history.
- removeHistory(Node) - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
- RESTArtifactLoaderService - Class in org.exoplatform.services.jcr.ext.artifact.rest
- RESTArtifactLoaderService(InitParams, SessionProviderService, RepositoryService, NodeRepresentationService, ExoContainerContext) - Constructor for class org.exoplatform.services.jcr.ext.artifact.rest.RESTArtifactLoaderService
S
- searchArtifacts(SessionProvider, SearchCriteria) - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
- searchArtifacts(SessionProvider, SearchCriteria) - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- SearchCriteria - Class in org.exoplatform.services.jcr.ext.artifact
- SearchCriteria() - Constructor for class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- SearchCriteria(String) - Constructor for class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- setAddedNodes(Set<String>) - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- setContainsExpr(String) - Method in class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- setIncludeJar(boolean) - Method in class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- setIncludePom(boolean) - Method in class org.exoplatform.services.jcr.ext.artifact.SearchCriteria
- setJcrUUID(String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- setModificationDate(Calendar) - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- setOperationType(JCRIndexingOperationType) - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- setParentAddedNodes(Set<String>) - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- setParentChange(boolean) - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- setParentRemovedNodes(Set<String>) - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- setRemovedNodes(Set<String>) - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- setWorkspace(String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
- setWorkspace(String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
- start() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- start() - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
- start() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- stop() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
- stop() - Method in class org.exoplatform.services.jcr.ext.audit.AuditServiceImpl
- stop() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
T
- TransientQueueEntrySet - Class in org.exoplatform.services.jcr.ext.index.persistent.api
- TransientQueueEntrySet(String, Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class org.exoplatform.services.jcr.ext.index.persistent.api.TransientQueueEntrySet
U
- unindex(String, String, boolean) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- unindexAll(String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
- UPDATE - Enum constant in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
- updateQueueSwitchStatusInFile() - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
V
- valueOf(String) - Static method in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.exoplatform.services.jcr.ext.index.persistent.JCRIndexingOperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form