Uses of Interface
org.exoplatform.services.jcr.ext.artifact.Descriptor
-
Packages that use Descriptor Package Description org.exoplatform.services.jcr.ext.artifact -
-
Uses of Descriptor in org.exoplatform.services.jcr.ext.artifact
Classes in org.exoplatform.services.jcr.ext.artifact that implement Descriptor Modifier and Type Class Description classArtifactDescriptorclassFolderDescriptorMethods in org.exoplatform.services.jcr.ext.artifact that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>ArtifactManagingService. getDescriptors(org.exoplatform.services.jcr.ext.common.SessionProvider sp, FolderDescriptor parentFolder)List<Descriptor>ArtifactManagingServiceImpl. getDescriptors(org.exoplatform.services.jcr.ext.common.SessionProvider sp, FolderDescriptor parentFolder)List<Descriptor>ArtifactManagingService. searchArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp, SearchCriteria criteria)List<Descriptor>ArtifactManagingServiceImpl. searchArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp, SearchCriteria criteria)Methods in org.exoplatform.services.jcr.ext.artifact with parameters of type Descriptor Modifier and Type Method Description voidArtifactManagingService. 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)ListArtifactManagingService. getPermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact)Returns acess control list for the specified artifactListArtifactManagingServiceImpl. 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)
-