org.ow2.petals.kernel.ws.api
Interface ArtifactRepositoryService


public interface ArtifactRepositoryService

Access to the artifact repository service

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 boolean addArtifact(AttachmentDescriptor attachmentDescriptor)
          Upload the artifact to the PEtALS container.
 java.lang.String[] getComponents()
          Get all the components which are available in the repository
 java.lang.String[] getServiceAssemblies()
          Get all the service assemblies which are available in the repository
 java.lang.String[] getSharedLibraries()
          Get all the shared libraries which are available in the repository
 

Method Detail

addArtifact

boolean addArtifact(AttachmentDescriptor attachmentDescriptor)
                    throws PEtALSWebServiceException
Upload the artifact to the PEtALS container. This will add the artifact to the repository service depending on its type (component, service assembly, shared library)

Parameters:
attachmentDescriptor -
Returns:
Throws:
PEtALSWebServiceException

getComponents

java.lang.String[] getComponents()
Get all the components which are available in the repository

Returns:

getServiceAssemblies

java.lang.String[] getServiceAssemblies()
Get all the service assemblies which are available in the repository

Returns:

getSharedLibraries

java.lang.String[] getSharedLibraries()
Get all the shared libraries which are available in the repository

Returns:


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.