Package lumis.service.activitystream
Class ActivityStreamResourceInternal
- java.lang.Object
-
- lumis.service.activitystream.ActivityStreamResourceInternal
-
@Path("/lumis/service/activitystream/internal/rest") public class ActivityStreamResourceInternal extends java.lang.Object
Activity stream internal REST operations.- Since:
- 8.2.0
- Version:
- $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
-
-
Constructor Summary
Constructors Constructor Description ActivityStreamResourceInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
getActivityObjectTypesList(@NotNull java.lang.String query)
Returns possible activity object type values.java.lang.String
getScopesList()
Returns possible activity scope values.
-
-
-
Method Detail
-
getScopesList
@GET @Path("/scopes") @Produces("application/json") public java.lang.String getScopesList() throws java.lang.Exception
Returns possible activity scope values.- Returns:
- Throws:
java.lang.Exception
- Since:
- 8.2.0
-
getActivityObjectTypesList
@GET @Path("/objecttypes") @Produces("application/json") public Response getActivityObjectTypesList(@NotNull @QueryParam("term") @NotNull java.lang.String query) throws java.lang.Exception
Returns possible activity object type values.- Returns:
- Throws:
java.lang.Exception
- Since:
- 10.1.0
-
-