|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
org.glite.data.catalog.service | |
org.glite.data.catalog.service.composite | This package describes the interface for complex file operations involving both the replica and file catalogs. |
org.glite.data.catalog.service.fas | This package describes the interface for file permission handling. |
org.glite.data.catalog.service.file | This package describes the interface for file handling. |
org.glite.data.catalog.service.meta | This package contains the interfaces for a full-featured Metadata Catalog. |
org.glite.data.catalog.service.replica | This package describes the interface for replica handling. |
org.glite.data.catalog.service.storageindex |
org.glite.data.catalog.service
contains the base interface
ServiceBase
which contains all methods common to all catalog
interfaces (like getting the catalog version) and all complex types
that are common to all catalog interfaces (like permissions). Also the
exceptions (which are mapped to SOAP faults) are listed in this part.
org.glite.data.catalog.service.file
contains the
FileCatalog
interface and some associated structures.
org.glite.data.catalog.service.replica
contains the
ReplicaCatalog
interface and some associated structures.
org.glite.data.catalog.service.meta
contains the interfaces
associated with the Metadata Catalog
.
org.glite.data.catalog.service.fas
contains the
File Access Service
interface and some associated structures.
org.glite.data.catalog.service.composite
contains the
composite catalog interface called FiremanCatalog
(short for FIle REplica catalog MANager). This interface adds functionality to
the file and replica catalog interfaces by coordinating their use.
directory
0file
1symlink
2virtual directory
3system object
4, internalStringPair
.
Perm
),
instead of the simple read, write and execute permissions.
InvalidArgumentException
.
/sys
).
/sys
) is created at configuration/
installation time, when the backend database is initialized. Initially it
only contains the administrator's principal with full permissions.
This object can be accessed from the ReplicaCatalog
by the
get/setDefaultGlobalPermission()
methods.
/sys/VO
or /sys/DN
)
are created by explicit calls get/setDefaultPrincipalPermission()
methods.
/sys/DN
virtual
directory, which describes the defaults for the user.
/sys/VOMS-attribute
.
/sys
virtual directory as parent.
POSIX permission | Catalog permission |
---|---|
read | read |
list | |
getMetadata | |
write | write |
permission | |
remove | |
setMetadata | |
execute | execute |
Perm
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |