eXo JCR :: Ext :: Services 1.15.0-CR2

Uses of Interface
org.exoplatform.services.jcr.ext.artifact.Descriptor

Packages that use Descriptor
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
 class ArtifactDescriptor
           
 class FolderDescriptor
           
 

Methods in org.exoplatform.services.jcr.ext.artifact that return types with arguments of type Descriptor
 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
 void ArtifactManagingService.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 identity
 void ArtifactManagingServiceImpl.changePermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact, String identity, String[] permissions, boolean delete)
           
 List ArtifactManagingService.getPermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact)
          Returns acess control list for the specified artifact
 List ArtifactManagingServiceImpl.getPermission(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact)
           
 void ArtifactManagingService.removeArtifact(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact)
          removes artifact
 void ArtifactManagingServiceImpl.removeArtifact(org.exoplatform.services.jcr.ext.common.SessionProvider sp, Descriptor artifact)
           
 


eXo JCR :: Ext :: Services 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.