public class GroupResource 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 |
|---|
GroupResource()
Defaut constructor.
|
GroupResource(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
FeatureStore store,
java.lang.String group)
Constructor by Parent resource
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupName()
Getter accessor for attribute 'groupName'.
|
FeatureStore |
getStore()
Getter accessor for attribute 'store'.
|
javax.ws.rs.core.Response |
operationDisableGroup()
Convenient method to work on groupd : Here enabling
|
javax.ws.rs.core.Response |
operationEnable()
Convenient method to work on groupd : Here enabling
|
javax.ws.rs.core.Response |
read()
Convenient method to work on groupd : Here enabling
|
public GroupResource()
public GroupResource(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
FeatureStore store,
java.lang.String group)
uriInfo - current uriInforequest - current requeststore - current storepublic javax.ws.rs.core.Response read()
public javax.ws.rs.core.Response operationEnable()
public javax.ws.rs.core.Response operationDisableGroup()
public FeatureStore getStore()
public java.lang.String getGroupName()
Copyright © 2013-2014 Ff4J. All Rights Reserved.