Uses of Interface
org.exoplatform.services.jcr.ext.artifact.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in org.exoplatform.services.jcr.ext.artifact
Classes in org.exoplatform.services.jcr.ext.artifact that implement DescriptorMethods in org.exoplatform.services.jcr.ext.artifact that return types with arguments of type DescriptorModifier and TypeMethodDescriptionArtifactManagingService.getDescriptors(org.exoplatform.services.jcr.ext.common.SessionProvider sp, FolderDescriptor parentFolder) ArtifactManagingServiceImpl.getDescriptors(org.exoplatform.services.jcr.ext.common.SessionProvider sp, FolderDescriptor parentFolder) ArtifactManagingService.searchArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp, SearchCriteria criteria) ArtifactManagingServiceImpl.searchArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp, SearchCriteria criteria) Methods in org.exoplatform.services.jcr.ext.artifact with parameters of type DescriptorModifier and TypeMethodDescriptionvoidArtifactManagingService.changePermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact, String identity, String[] permissions, boolean delete) Changes acess permissions for the specified artifact ang given identityvoidArtifactManagingServiceImpl.changePermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact, String identity, String[] permissions, boolean delete) ArtifactManagingService.getPermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact) Returns acess control list for the specified artifactArtifactManagingServiceImpl.getPermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact) voidArtifactManagingService.removeArtifact(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact) removes artifactvoidArtifactManagingServiceImpl.removeArtifact(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact)