|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ArtifactsBean - a bean containing a list of artifacts on the repository.public interface IManageGenericArtifactService<ArtifactsBean>
This provides functionality to manage generic artifacts
on the registry.
Statistics:
| Method Summary | |
|---|---|
String |
addArtifact(String key,
String payload,
String lifecycleAttribute)
Method to add an artifact to the repository. |
String |
editArtifact(String key,
String payload,
String lifecycleAttribute)
Method to edit the artifacts. |
String |
getArtifactContent(String path)
Method to obtain the content of an Artifact.. |
String |
getArtifactUIConfiguration(String key)
Method to obtain the UI configuration of an artifact.. |
ArtifactsBean |
listArtifacts(String key,
String criteria)
Method to list the artifacts to a defined criteria. |
boolean |
setArtifactUIConfiguration(String key,
String content)
Method to set the UI configuration for an artifact.. |
| Method Detail |
|---|
String addArtifact(String key,
String payload,
String lifecycleAttribute)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
key - the identifier of the artifact.payload - the information payload of the artifact.lifecycleAttribute - the name of the lifecycle attribute.
Exception - if the operation failed.
org.wso2.carbon.registry.core.exceptions.RegistryException
ArtifactsBean listArtifacts(String key,
String criteria)
key - the identifier of the artifact.criteria - the listing criteria.
Exception - if the operation failed.
String editArtifact(String key,
String payload,
String lifecycleAttribute)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
key - the identifier of the artifact.payload - the information payload of the artifact.lifecycleAttribute - the name of the lifecycle attribute.
Exception - if the operation failed.
org.wso2.carbon.registry.core.exceptions.RegistryException
String getArtifactContent(String path)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
path - the path of the artifact.
Exception - if the operation failed.
org.wso2.carbon.registry.core.exceptions.RegistryException
String getArtifactUIConfiguration(String key)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
key - the identifier of the artifact.
Exception - if the operation failed.
org.wso2.carbon.registry.core.exceptions.RegistryException
boolean setArtifactUIConfiguration(String key,
String content)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
key - the identifier of the artifact.content - the new content of the artifact.
Exception - if the operation failed.
org.wso2.carbon.registry.core.exceptions.RegistryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||