|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.admin.web.AdminWebService
@Named public class AdminWebService
This service provides several common operations for the REST-based resources representing admin entities.
Constructor Summary | |
---|---|
AdminWebService()
|
Method Summary | |
---|---|
String[] |
getAllComponentIds(String spaceId,
String userId)
Gets ids of available components of a space and a user. |
String[] |
getAllRootSpaceIds(String userId)
Gets ids of available root spaces of a user |
String[] |
getAllSubSpaceIds(String spaceId,
String userId)
Gets ids of available spaces of a space and a user. |
ComponentInstLight |
getComponentById(String componentId)
Gets a component from its id |
SpaceInstLight |
getSpaceById(String spaceId)
Gets a space from its id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminWebService()
Method Detail |
---|
public String[] getAllRootSpaceIds(String userId)
userId
-
public String[] getAllSubSpaceIds(String spaceId, String userId)
spaceId
- userId
-
public SpaceInstLight getSpaceById(String spaceId)
spaceId
-
public String[] getAllComponentIds(String spaceId, String userId)
spaceId
- userId
-
public ComponentInstLight getComponentById(String componentId)
componentId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |