- 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(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(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(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
- applyIndexChangesOnQueue(Set<String>, Set<String>, Set<String>, Set<String>, String) - Method in class org.exoplatform.services.jcr.ext.index.persistent.impl.JCRIndexingServiceImpl
-
- 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 in org.exoplatform.services.jcr.ext.artifact
-
- ArtifactManagingException() - Constructor for exception org.exoplatform.services.jcr.ext.artifact.ArtifactManagingException
-
- ArtifactManagingException(String) - Constructor for exception org.exoplatform.services.jcr.ext.artifact.ArtifactManagingException
-
- ArtifactManagingException(String, Throwable) - Constructor for exception 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, RegistryService) - Constructor for class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
-
- ArtifactManagingServiceImpl(InitParams, RepositoryService) - Constructor for class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
-
without registry service
- 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.