Package org.duracloud.storage.util
Class IdUtil
java.lang.Object
org.duracloud.storage.util.IdUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateContentId(String contentID) Determines if the ID of the content to be added is validstatic voidvalidateSpaceId(String spaceID) Determines if the ID of the space to be added is validstatic voidvalidateStoreId(String storeId)
-
Method Details
-
validateSpaceId
Determines if the ID of the space to be added is valid- Throws:
InvalidIdException- if not valid
-
validateContentId
Determines if the ID of the content to be added is valid- Throws:
InvalidIdException- if not valid
-
validateStoreId
- Throws:
InvalidIdException
-