Adds a fragment to an existing collection.
@param collectionId The collection identifier ({@link ICollectionInfo#getCollectionId()}).
@param fragment The fragment to add.
@return A FragmentInfo instance.
@throws StorageException In case of an unexpected error.
@throws IllegalFragmentException If the fragment is not valid (i.e. missing identity of particular subjects or a syntax error).
@throws UnsupportedMediaTypeException If the media type is not supported by the store.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.