Package org.opencastproject.rest
Interface RestConstants
- All Known Implementing Classes:
RestPublisher
public interface RestConstants
Constant definitions used to define and consume Opencast REST services.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe bundle header used to find the static resource URL aliasstatic final StringThe bundle header used to find the static resource classpathstatic final StringThe ID by which this http context is known by the extended http servicestatic final StringThe bundle header used to redirect to welcome filestatic final StringThe bundle header used to find the static resource welcome filestatic final intThe amount of time in seconds to wait for a session to be inactive before deallocating it.static final StringThe service property indicating that this service should be registered in the remote service registrystatic final StringDeprecated.static final StringThe service property indicating whether the service should be published in the service registrystatic final StringThe service property indicating the type of service.static final StringThe OSGI service filter that returns all registered services published as REST endpoints
-
Field Details
-
SERVICE_TYPE_PROPERTY
The service property indicating the type of service. This is an arbitrary ID, not necessarily a java interface.- See Also:
-
SERVICE_PATH_PROPERTY
Deprecated.The service property indicating the URL path that the service is attempting to claim- See Also:
-
SERVICE_PUBLISH_PROPERTY
The service property indicating whether the service should be published in the service registry- See Also:
-
SERVICE_JOBPRODUCER_PROPERTY
The service property indicating that this service should be registered in the remote service registry- See Also:
-
HTTP_CONTEXT_ID
The ID by which this http context is known by the extended http service- See Also:
-
SERVICES_FILTER
The OSGI service filter that returns all registered services published as REST endpoints- See Also:
-
HTTP_ALIAS
The bundle header used to find the static resource URL alias- See Also:
-
HTTP_CLASSPATH
The bundle header used to find the static resource classpath- See Also:
-
HTTP_SPA_REDIRECT
The bundle header used to redirect to welcome file- See Also:
-
HTTP_WELCOME
The bundle header used to find the static resource welcome file- See Also:
-
MAX_INACTIVE_INTERVAL
static final int MAX_INACTIVE_INTERVALThe amount of time in seconds to wait for a session to be inactive before deallocating it. Applied to all sessions with the last filter in the chain.- See Also:
-