Class 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$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response getActivityObjectTypesList​(@NotNull java.lang.String query)
      Returns possible activity object type values.
      java.lang.String getScopesList()
      Returns possible activity scope values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActivityStreamResourceInternal

        public ActivityStreamResourceInternal()
    • 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 javax.ws.rs.core.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