| Package | Description |
|---|---|
| org.ff4j.web.api.resources |
REST Resources of the API
|
| org.ff4j.web.api.resources.domain |
POJO used in REST interfaces (ApiBeans)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FeatureApiBean> |
FeatureStoreResource.readFeatures() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
FeatureResource.upsertFeature(javax.ws.rs.core.HttpHeaders headers,
java.lang.String id,
FeatureApiBean fApiBean)
Create the feature if not exist or update it
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FeatureApiBean> |
GroupApiBean.getFeatures()
Getter accessor for attribute 'features'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupApiBean.setFeatures(java.util.List<FeatureApiBean> features)
Setter accessor for attribute 'features'.
|
Copyright © 2013-2015 Ff4J. All Rights Reserved.