|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.List<Descriptor> |
ArtifactManagingService.getDescriptors(SessionProvider sp,
FolderDescriptor parentFolder)
|
java.util.List<Descriptor> |
ArtifactManagingServiceImpl.getDescriptors(SessionProvider sp,
FolderDescriptor parentFolder)
|
java.util.List<Descriptor> |
ArtifactManagingService.searchArtifacts(SessionProvider sp,
SearchCriteria criteria)
|
java.util.List<Descriptor> |
ArtifactManagingServiceImpl.searchArtifacts(SessionProvider sp,
SearchCriteria criteria)
|
| Methods in org.exoplatform.services.jcr.ext.artifact with parameters of type Descriptor | |
|---|---|
void |
ArtifactManagingService.changePermission(SessionProvider sp,
Descriptor artifact,
java.lang.String identity,
java.lang.String[] permissions,
boolean delete)
Changes acess permissions for the specified artifact ang given identity |
void |
ArtifactManagingServiceImpl.changePermission(SessionProvider sp,
Descriptor artifact,
java.lang.String identity,
java.lang.String[] permissions,
boolean delete)
|
java.util.List |
ArtifactManagingService.getPermission(SessionProvider sp,
Descriptor artifact)
Returns acess control list for the specified artifact |
java.util.List |
ArtifactManagingServiceImpl.getPermission(SessionProvider sp,
Descriptor artifact)
|
void |
ArtifactManagingService.removeArtifact(SessionProvider sp,
Descriptor artifact)
removes artifact |
void |
ArtifactManagingServiceImpl.removeArtifact(SessionProvider sp,
Descriptor artifact)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||