| Methods in org.ow2.dragon.api.service.metadata that throw MetadataServiceException |
java.io.InputStream |
MetadataService.loadMetadataContentAsInputStream(java.lang.String id)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
byte[] content)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
byte[] content,
java.lang.String fileName)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
java.lang.String fileCcontent)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
java.lang.String fileCcontent,
java.lang.String fileName)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
java.lang.String fileContent,
java.lang.String fileName,
org.ow2.dragon.util.UDDIUseType useType)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
java.net.URI contentURI)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
java.net.URI contentURI,
java.lang.String fileName)
|
SimpleFile |
MetadataService.storeMetadata(org.ow2.dragon.util.ContentType type,
java.net.URI contentURI,
java.lang.String fileName,
org.ow2.dragon.util.UDDIUseType useType)
|
SimpleFile |
MetadataService.storeMetadataAndIndexContent(byte[] content)
|
SimpleFile |
MetadataService.storeMetadataAndIndexContent(byte[] content,
java.lang.String fileName)
|
SimpleFile |
MetadataService.storeMetadataAndIndexContent(org.ow2.dragon.util.ContentType type,
byte[] content)
|
SimpleFile |
MetadataService.storeMetadataAndIndexContent(org.ow2.dragon.util.ContentType type,
byte[] content,
java.lang.String fileName)
|
SimpleFile |
MetadataService.storeMetadataAndIndexContent(java.lang.String mimetype,
byte[] docContent)
|
SimpleFile |
MetadataService.storeMetadataAndIndexContent(java.lang.String mimetype,
byte[] docContent,
java.lang.String fileName)
|
| Methods in org.ow2.dragon.service.metadata that throw MetadataServiceException |
java.io.InputStream |
MetadataServiceImpl.loadMetadataContentAsInputStream(java.lang.String id)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
byte[] content)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
byte[] content,
java.lang.String fileName)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
byte[] content,
java.lang.String fileName,
org.ow2.dragon.util.UDDIUseType useType)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
java.lang.String fileContent)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
java.lang.String fileContent,
java.lang.String fileName)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
java.lang.String fileContent,
java.lang.String fileName,
org.ow2.dragon.util.UDDIUseType useType)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
java.net.URI contentURI)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
java.net.URI contentURI,
java.lang.String fileName)
|
SimpleFile |
MetadataServiceImpl.storeMetadata(org.ow2.dragon.util.ContentType type,
java.net.URI contentURI,
java.lang.String fileName,
org.ow2.dragon.util.UDDIUseType useType)
|
SimpleFile |
MetadataServiceImpl.storeMetadataAndIndexContent(byte[] content)
|
SimpleFile |
MetadataServiceImpl.storeMetadataAndIndexContent(byte[] content,
java.lang.String fileName)
|
SimpleFile |
MetadataServiceImpl.storeMetadataAndIndexContent(org.ow2.dragon.util.ContentType type,
byte[] content)
|
SimpleFile |
MetadataServiceImpl.storeMetadataAndIndexContent(org.ow2.dragon.util.ContentType type,
byte[] content,
java.lang.String fileName)
|
SimpleFile |
MetadataServiceImpl.storeMetadataAndIndexContent(java.lang.String mimetype,
byte[] docContent)
|
SimpleFile |
MetadataServiceImpl.storeMetadataAndIndexContent(java.lang.String mimetype,
byte[] docContent,
java.lang.String fileName)
|