public interface ConfiguredObjectOperation<C extends ConfiguredObject>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Type |
getGenericReturnType() |
String |
getName() |
List<OperationParameter> |
getParameters() |
Class<?> |
getReturnType() |
boolean |
hasSameParameters(ConfiguredObjectOperation<?> other) |
boolean |
isNonModifying() |
Object |
perform(C subject,
Map<String,Object> parameters) |
String getName()
List<OperationParameter> getParameters()
boolean hasSameParameters(ConfiguredObjectOperation<?> other)
Class<?> getReturnType()
String getDescription()
boolean isNonModifying()
Type getGenericReturnType()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.