public interface ICartagoController
Modifier and Type | Method and Description |
---|---|
ArtifactInfo |
getArtifactInfo(java.lang.String name)
Get artifact information
|
AgentId[] |
getCurrentAgents()
Get current user list.
|
ArtifactId[] |
getCurrentArtifacts()
Get current artifact list
|
boolean |
removeAgent(java.lang.String agentGlobaId)
Remove a user from the workspace
|
boolean |
removeArtifact(java.lang.String artifactName)
Remove an artifact from the workspace
|
AgentId[] getCurrentAgents() throws CartagoException
CartagoException
ArtifactId[] getCurrentArtifacts() throws CartagoException
CartagoException
ArtifactInfo getArtifactInfo(java.lang.String name) throws CartagoException
name
- CartagoException
boolean removeArtifact(java.lang.String artifactName) throws CartagoException
artifactName
- artifact nameCartagoException
boolean removeAgent(java.lang.String agentGlobaId) throws CartagoException
agentGlobalId
- agent idCartagoException
>DEIS - University of Bologna