| Package | Description |
|---|---|
| org.exoplatform.services.jcr.ext.artifact |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactDescriptor |
class |
FolderDescriptor |
| Modifier and Type | Method and Description |
|---|---|
List<Descriptor> |
ArtifactManagingService.getDescriptors(SessionProvider sp,
FolderDescriptor parentFolder) |
List<Descriptor> |
ArtifactManagingServiceImpl.getDescriptors(SessionProvider sp,
FolderDescriptor parentFolder) |
List<Descriptor> |
ArtifactManagingService.searchArtifacts(SessionProvider sp,
SearchCriteria criteria) |
List<Descriptor> |
ArtifactManagingServiceImpl.searchArtifacts(SessionProvider sp,
SearchCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactManagingService.changePermission(SessionProvider sp,
Descriptor artifact,
String identity,
String[] permissions,
boolean delete)
Changes acess permissions for the specified artifact ang given identity
|
void |
ArtifactManagingServiceImpl.changePermission(SessionProvider sp,
Descriptor artifact,
String identity,
String[] permissions,
boolean delete) |
List |
ArtifactManagingService.getPermission(SessionProvider sp,
Descriptor artifact)
Returns acess control list for the specified artifact
|
List |
ArtifactManagingServiceImpl.getPermission(SessionProvider sp,
Descriptor artifact) |
void |
ArtifactManagingService.removeArtifact(SessionProvider sp,
Descriptor artifact)
removes artifact
|
void |
ArtifactManagingServiceImpl.removeArtifact(SessionProvider sp,
Descriptor artifact) |
Copyright © 2019 eXo Platform SAS. All Rights Reserved.