Uses of Class
org.glassfish.admin.rest.model.RestCollectionResponseBody
-
Packages that use RestCollectionResponseBody Package Description org.glassfish.admin.rest.composite org.glassfish.admin.rest.resources.composite -
-
Uses of RestCollectionResponseBody in org.glassfish.admin.rest.composite
Methods in org.glassfish.admin.rest.composite that return RestCollectionResponseBody Modifier and Type Method Description protected <T extends RestModel>
RestCollectionResponseBody<T>CompositeResource. restCollectionResponseBody(Class<T> modelIface, String collectionName)protected <T extends RestModel>
RestCollectionResponseBody<T>CompositeResource. restCollectionResponseBody(Class<T> modelIface, String collectionName, URI parentUri) -
Uses of RestCollectionResponseBody in org.glassfish.admin.rest.resources.composite
Methods in org.glassfish.admin.rest.resources.composite that return RestCollectionResponseBody Modifier and Type Method Description RestCollectionResponseBody<Job>JobsResource. getItems(boolean currentUser, String include, String exclude)The GET method on this resource returns a list of Job entities that represent each recent or current job known to this GlassFish instance.
-