Uses of Class
org.duracloud.client.ContentStore.AccessType

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)
          Gets the access setting of the space, either OPEN or CLOSED.
 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)
          Returns the enum constant of this type with the specified name.
static ContentStore.AccessType[] ContentStore.AccessType.values()
          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)
          Sets the accessibility of a space to either OPEN or CLOSED.
 void ContentStoreImpl.setSpaceAccess(java.lang.String spaceId, ContentStore.AccessType spaceAccess)
          Sets the accessibility of a space to either OPEN or CLOSED.
 



Copyright © 2009-2011 DuraSpace. All Rights Reserved.