public interface CommunityGroupOperationExtension extends OperationExtension<CommunityGroup>
Modifier and Type | Interface and Description |
---|---|
static class |
CommunityGroupOperationExtension.CommunityGroupOperation |
DEFAULT_ORDER, PROP_EXTENSION_ORDER
Modifier and Type | Method and Description |
---|---|
void |
getExtensionRequestParameters(Operation operation,
SlingHttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> props)
Get any extension request parameters.
|
java.util.List<CommunityGroupOperationExtension.CommunityGroupOperation> |
getOperationsToHookInto() |
boolean |
isConfigurationParameter(Operation operation,
java.lang.String paramName)
Check if the specified parameter is a parameter that should be saved as a site configuration parameter
|
afterAction, beforeAction, getName, getOrder
java.util.List<CommunityGroupOperationExtension.CommunityGroupOperation> getOperationsToHookInto()
getOperationsToHookInto
in interface OperationExtension<CommunityGroup>
void getExtensionRequestParameters(Operation operation, SlingHttpServletRequest request, java.util.Map<java.lang.String,java.lang.Object> props) throws OperationException
operation
- the operation contextrequest
- SlingHttpServletRequestprops
- map og valuesOperationException
- - thrown if not able to get paramsboolean isConfigurationParameter(Operation operation, java.lang.String paramName)
operation
- the operation contextparamName
- the name of the parametertrue
if the specified parameter is a configuration that should be stored as part of the
configuration.Copyright © 2010 - 2020 Adobe. All Rights Reserved