|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentStore.AccessType | |
---|---|
org.duracloud.client |
Uses of ContentStore.AccessType in org.duracloud.client |
---|
Methods in org.duracloud.client that return ContentStore.AccessType | |
---|---|
ContentStore.AccessType |
ContentStore.getSpaceAccess(java.lang.String spaceId)
Deprecated. |
ContentStore.AccessType |
ContentStoreImpl.getSpaceAccess(java.lang.String spaceId)
Gets the access setting of the space, either OPEN or CLOSED. |
static ContentStore.AccessType |
ContentStore.AccessType.valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static ContentStore.AccessType[] |
ContentStore.AccessType.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.duracloud.client with parameters of type ContentStore.AccessType | |
---|---|
void |
ContentStore.setSpaceAccess(java.lang.String spaceId,
ContentStore.AccessType spaceAccess)
Deprecated. |
void |
ContentStoreImpl.setSpaceAccess(java.lang.String spaceId,
ContentStore.AccessType spaceAccess)
Sets the accessibility of a space to either OPEN or CLOSED. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |