Uses of Interface
org.exoplatform.services.rest.ext.groovy.ResourceId
Packages that use ResourceId
Package
Description
-
Uses of ResourceId in org.exoplatform.services.jcr.ext.script.groovy
Classes in org.exoplatform.services.jcr.ext.script.groovy that implement ResourceId -
Uses of ResourceId in org.exoplatform.services.rest.ext.groovy
Classes in org.exoplatform.services.rest.ext.groovy that implement ResourceIdFields in org.exoplatform.services.rest.ext.groovy with type parameters of type ResourceIdModifier and TypeFieldDescriptionprotected final Map<ResourceId, String> GroovyJaxrsPublisher.resourcesMethods in org.exoplatform.services.rest.ext.groovy with parameters of type ResourceIdModifier and TypeMethodDescriptionorg.exoplatform.services.rest.ObjectFactory<org.exoplatform.services.rest.resource.AbstractResourceDescriptor> GroovyJaxrsPublisher.getResource(ResourceId resourceId) Get resource corresponded to specified idresourceId.booleanGroovyJaxrsPublisher.isPublished(ResourceId resourceId) Check is groovy resource with specified id is published or notvoidGroovyJaxrsPublisher.publishPerRequest(InputStream in, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties) Parse given stream and publish result as per-request RESTful service.voidGroovyJaxrsPublisher.publishPerRequest(InputStream in, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties, SourceFolder[] src, SourceFile[] files) Parse given stream and publish result as per-request RESTful service.final voidGroovyJaxrsPublisher.publishPerRequest(String source, String charset, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties) Parse givensourceand publish result as per-request RESTful service.final voidGroovyJaxrsPublisher.publishPerRequest(String source, String charset, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties, SourceFolder[] src, SourceFile[] files) Parse givensourceand publish result as per-request RESTful service.final voidGroovyJaxrsPublisher.publishPerRequest(String source, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties) Parse givensourceand publish result as per-request RESTful service.final voidGroovyJaxrsPublisher.publishPerRequest(String source, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties, SourceFolder[] src, SourceFile[] files) Parse givensourceand publish result as per-request RESTful service.voidGroovyJaxrsPublisher.publishSingleton(InputStream in, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties) Parse given stream and publish result as singleton RESTful service.voidGroovyJaxrsPublisher.publishSingleton(InputStream in, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties, SourceFolder[] src, SourceFile[] files) Parse given stream and publish result as singleton RESTful service.final voidGroovyJaxrsPublisher.publishSingleton(String source, String charset, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties) Parse givensourceand publish result as singleton RESTful service.final voidGroovyJaxrsPublisher.publishSingleton(String source, String charset, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties, SourceFolder[] src, SourceFile[] files) Parse givensourceand publish result as singleton RESTful service.final voidGroovyJaxrsPublisher.publishSingleton(String source, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties) Parse givensourceand publish result as singleton RESTful service.final voidGroovyJaxrsPublisher.publishSingleton(String source, ResourceId resourceId, javax.ws.rs.core.MultivaluedMap<String, String> properties, SourceFolder[] src, SourceFile[] files) Parse givensourceand publish result as singleton RESTful service.org.exoplatform.services.rest.ObjectFactory<org.exoplatform.services.rest.resource.AbstractResourceDescriptor> GroovyJaxrsPublisher.unpublishResource(ResourceId resourceId) Unpublish resource with specified id.