|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICartagoController
Interface for CArtAgO controllers for a workspace
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 name
CartagoException
boolean removeAgent(java.lang.String agentGlobaId) throws CartagoException
agentGlobalId
- agent id
CartagoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |