public class GroupsResource extends java.lang.Object implements FF4jWebConstants
LOCATION, OPERATION_ADDGROUP, OPERATION_DISABLE, OPERATION_ENABLE, OPERATION_FLIP, OPERATION_GRANTROLE, OPERATION_REMOVEGROUP, OPERATION_REMOVEROLE, POST_PARAMNAME_CUSTOM_PREFIX, POST_PARAMNAME_FEATURE_UID, POST_PARAMNAME_FLIPSTRATEGY, POST_PARAMNAME_GROUPNAME, POST_PARAMNAME_ROLENAME, RESOURCE_FEATURES, RESOURCE_GROUPS, RESOURCE_MONITORING, RESOURCE_STORE| Constructor and Description |
|---|
GroupsResource()
Defaut constructor.
|
GroupsResource(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
FeatureStore store)
Constructor by Parent resource
|
| Modifier and Type | Method and Description |
|---|---|
GroupResource |
getGroup(java.lang.String groupName)
Access
FeatureResource from path pattern |
FeatureStore |
getStore()
Getter accessor for attribute 'store'.
|
javax.ws.rs.core.Response |
readAll()
Allows to retrieve feature by its id.
|
public GroupsResource()
public GroupsResource(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
FeatureStore store)
uriInfo - current uriInforequest - current requeststore - current storepublic javax.ws.rs.core.Response readAll()
featId - target feature identifierpublic GroupResource getGroup(java.lang.String groupName)
FeatureResource from path patternuid - target identifierpublic FeatureStore getStore()
Copyright © 2013-2014 Ff4J. All Rights Reserved.