@RolesAllowed(value="READ") public class FeatureStoreResource extends AbstractResource
ff4j, request, securityContext, uriInfo| Constructor and Description |
|---|
FeatureStoreResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
clear()
POST Operation to clean cache.
|
FeatureStoreApiBean |
clearFeatures() |
FeatureStoreApiBean |
createSchema() |
FeatureStoreApiBean |
get()
Allows to retrieve feature by its id.
|
javax.ws.rs.core.Response |
getStatus()
Allows to retrieve feature by its id.
|
List<FeatureApiBean> |
readFeatures() |
List<GroupDescApiBean> |
readGroups()
Access groups part of the API.
|
getFeatureStore, getPropertyStore, getRepo, setPropertyStorepublic FeatureStoreApiBean get()
featId - target feature identifierpublic List<FeatureApiBean> readFeatures()
public List<GroupDescApiBean> readGroups()
public FeatureStoreApiBean clearFeatures()
public FeatureStoreApiBean createSchema()
public javax.ws.rs.core.Response getStatus()
featId - target feature identifierpublic javax.ws.rs.core.Response clear()
Copyright © 2013–2022 FF4J. All rights reserved.