- 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
-
- accept(Node) - Method in class org.exoplatform.services.jcr.ext.organization.JCRUserListAccess
-
Tests whether or not the specified node should be
included in the node list.
- 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
-
- addChild(Group, Group, boolean) - Method in class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl
- addGroupEventListener(GroupEventListener) - Method in class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl
- addMembershipEventListener(MembershipEventListener) - Method in class org.exoplatform.services.jcr.ext.organization.MembershipHandlerImpl
- addMembershipTypeEventListener(MembershipTypeEventListener) - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeHandlerImpl
- 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
-
- addUserEventListener(UserEventListener) - Method in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl
- addUserProfileEventListener(UserProfileEventListener) - Method in class org.exoplatform.services.jcr.ext.organization.UserProfileHandlerImpl
- 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.
- ATTRIBUTE_PREFIX - Static variable in class org.exoplatform.services.jcr.ext.organization.UserProfileHandlerImpl
-
The prefix for properties name which store profile attributes.
- 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.
- authenticate(String, String) - Method in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl
- authenticate(String, String, PasswordEncrypter) - Method in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl
- get(Serializable, CacheHandler.CacheType) - Method in class org.exoplatform.services.jcr.ext.organization.JCRCacheHandler
- getActivityId(Node) - Static method in class org.exoplatform.services.jcr.ext.ActivityTypeUtils
-
Get value of exo:activityId property in specified node.
- getAllGroups() - Method in class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl
- 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
-
- getAttribute(String) - Method in class org.exoplatform.services.jcr.ext.organization.UserProfileImpl
- 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
-
- getCreatedDate() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeImpl
- getCreatedDate() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getDate() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
- getDescription() - Method in class org.exoplatform.services.jcr.ext.organization.GroupImpl
- getDescription() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeImpl
- 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
-
- getDisplayName() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getEmail() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getEventType() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
- getEventTypeName() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
- getFirstName() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getFullName() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getGroupId() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
-
- getGroupId() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipImpl
- getGroupListeners() - Method in class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl
- getGroupName() - Method in class org.exoplatform.services.jcr.ext.organization.GroupImpl
- 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.organization.GroupImpl
- getId() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipImpl
- getLabel() - Method in class org.exoplatform.services.jcr.ext.organization.GroupImpl
- getLastLoginTime() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getLastName() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getListErrors() - Method in interface org.exoplatform.services.jcr.ext.artifact.ArtifactManagingService
-
- getListErrors() - Method in class org.exoplatform.services.jcr.ext.artifact.ArtifactManagingServiceImpl
-
- getMembershipListeners() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipHandlerImpl
- getMembershipType() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipImpl
- getMembershipTypeListeners() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeHandlerImpl
- getModifiedDate() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeImpl
- getName() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeImpl
- getNewValues() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
- getOldValues() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
- getOrganizationId() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getOwner() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipTypeImpl
- getParentId() - Method in class org.exoplatform.services.jcr.ext.organization.GroupImpl
- getPassword() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- 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
-
- 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.
- getSize() - Method in class org.exoplatform.services.jcr.ext.organization.JCRUserListAccess
- getSize(Session) - Method in class org.exoplatform.services.jcr.ext.organization.JCRUserListAccess
-
Determines the count of available users.
- getSize(Session) - Method in class org.exoplatform.services.jcr.ext.organization.SimpleJCRUserListAccess
-
Determines the count of available users.
- getSize(Session) - Method in class org.exoplatform.services.jcr.ext.organization.UserByGroupJCRUserListAccess
-
Determines the count of available users.
- getSize(Session) - Method in class org.exoplatform.services.jcr.ext.organization.UserByQueryJCRUserListAccess
-
Determines the count of available users.
- getStreamAsString(InputStream) - Method in class org.exoplatform.services.jcr.ext.artifact.rest.RESTArtifactLoaderService
-
- getUserId() - Method in class org.exoplatform.services.jcr.ext.audit.AuditRecord
-
- getUserInfoMap() - Method in class org.exoplatform.services.jcr.ext.organization.UserProfileImpl
- getUserListeners() - Method in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl
- getUserName() - Method in class org.exoplatform.services.jcr.ext.organization.MembershipImpl
- getUserName() - Method in class org.exoplatform.services.jcr.ext.organization.UserImpl
- getUserName() - Method in class org.exoplatform.services.jcr.ext.organization.UserProfileImpl
- getUserPageList(int) - Method in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl
- getUserProfileListeners() - Method in class org.exoplatform.services.jcr.ext.organization.UserProfileHandlerImpl
- 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.
- getWorkingRepository() - Method in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
Returns working repository.
- groupHandler - Variable in class org.exoplatform.services.jcr.ext.organization.JCROrgServiceHandler
-
- GroupHandlerImpl - Class in org.exoplatform.services.jcr.ext.organization
-
Created by The eXo Platform SAS Date: 24.07.2008
- GroupHandlerImpl.GroupProperties - Class in org.exoplatform.services.jcr.ext.organization
-
Class contains names of group properties.
- GroupImpl - Class in org.exoplatform.services.jcr.ext.organization
-
Created by The eXo Platform SAS.
- GroupProperties() - Constructor for class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl.GroupProperties
-
- JCRCacheHandler - Class in org.exoplatform.services.jcr.ext.organization
-
Cache handler for JCR implementation of organization service.
- JCRCacheHandler(CacheService, JCROrganizationServiceImpl, boolean) - Constructor for class org.exoplatform.services.jcr.ext.organization.JCRCacheHandler
-
JCRCacheHandler constructor.
- JCROrganizationServiceImpl - Class in org.exoplatform.services.jcr.ext.organization
-
Created by The eXo Platform SAS.
- JCROrganizationServiceImpl(InitParams, RepositoryService, CacheService) - Constructor for class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
JCROrganizationServiceImpl constructor.
- JCROrganizationServiceImpl(InitParams, RepositoryService, RegistryService, CacheService) - Constructor for class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
JCROrganizationServiceImpl constructor.
- JCROrgServiceHandler - Class in org.exoplatform.services.jcr.ext.organization
-
Contains commons instances of needed classes.
- JCRUserListAccess - Class in org.exoplatform.services.jcr.ext.organization
-
Created by The eXo Platform SAS.
- JCRUserListAccess(JCROrganizationServiceImpl, UserStatus) - Constructor for class org.exoplatform.services.jcr.ext.organization.JCRUserListAccess
-
JCRListAccess constructor.
- JOS_ATTRIBUTES - Static variable in class org.exoplatform.services.jcr.ext.organization.MigrationTool
-
The child node of user node where attributes is stored (old structure).
- JOS_CREATED_DATE - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains the date of creation.
- JOS_DESCRIPTION - Static variable in class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl.GroupProperties
-
The group property that contain description.
- JOS_DESCRIPTION - Static variable in class org.exoplatform.services.jcr.ext.organization.MembershipTypeHandlerImpl.MembershipTypeProperties
-
Membership type property that contains description.
- JOS_DISABLED - Static variable in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
The mixin type and property used as a marker to indicate that a node is disabled.
- JOS_DISPLAY_NAME - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains the name to display.
- JOS_EMAIL - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains email.
- JOS_FIRST_NAME - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains fist name.
- JOS_GROUP - Static variable in class org.exoplatform.services.jcr.ext.organization.MigrationTool
-
The property of user node where group node uuid is stored (old structure).
- JOS_GROUP_ID - Static variable in class org.exoplatform.services.jcr.ext.organization.MigrationTool
-
The property of a membership node where group id is stored (old structure).
- JOS_HIERARCHY_GROUP_NODETYPE - Static variable in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
The group nodetype.
- JOS_LABEL - Static variable in class org.exoplatform.services.jcr.ext.organization.GroupHandlerImpl.GroupProperties
-
The group property that contain label.
- JOS_LAST_LOGIN_TIME - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contain last login time.
- JOS_LAST_NAME - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains last name.
- JOS_MEMBERSHIP - Static variable in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
The child node of group node where memberships are stored.
- JOS_MEMBERSHIP_TYPE - Static variable in class org.exoplatform.services.jcr.ext.organization.MembershipHandlerImpl.MembershipProperties
-
The property name that contains reference to linked membership type.
- JOS_MEMBERSHIP_TYPE_ANY - Static variable in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
The node that identifies the membership type * or any.
- JOS_ORGANIZATION_NODETYPE_OLD - Static variable in class org.exoplatform.services.jcr.ext.organization.MigrationTool
-
The nodetype of old organization structure root node.
- JOS_PARENT_ID - Static variable in class org.exoplatform.services.jcr.ext.organization.MigrationTool
-
The property of a group node where parent id is stored (old structure).
- JOS_PASSWORD - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains password.
- JOS_PROFILE - Static variable in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
The child node to store user additional information.
- JOS_USER - Static variable in class org.exoplatform.services.jcr.ext.organization.MembershipHandlerImpl.MembershipProperties
-
The property name that contains reference to linked user.
- JOS_USER_MEMBERSHIP - Static variable in class org.exoplatform.services.jcr.ext.organization.MigrationTool
-
The child nodes of user node where memberships are stored (old structure).
- JOS_USER_NAME - Static variable in class org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
-
The user property that contains fist name.
- JOS_USERS_NODETYPE - Static variable in class org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
-
The users nodetype.