Class CommutativeOperationInput
- java.lang.Object
-
- org.intermine.webservice.server.lists.ListInput
-
- org.intermine.webservice.server.lists.CommutativeOperationInput
-
public class CommutativeOperationInput extends ListInput
An input class for operations that are commutative.- Author:
- Alex Kalderimis
-
-
Field Summary
-
Fields inherited from class org.intermine.webservice.server.lists.ListInput
ALT_NAME_PARAM, bagManager, DESCRIPTION_PARAMETER, EXTRA_PARAMETER, LIST_SEPARATOR, LISTS_PARAMETER, NAME_PARAMETER, profile, REFERENCE_PARAMETER, REPLACE_PARAMETER, request, SUBTRACT_PARAM, TAGS_PARAMETER, TEMP_SUFFIX, TYPE_PARAMETER
-
-
Constructor Summary
Constructors Constructor Description CommutativeOperationInput(javax.servlet.http.HttpServletRequest request, BagManager bagManager, Profile profile)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidvalidateRequiredParams()Check that the required parameters are there-
Methods inherited from class org.intermine.webservice.server.lists.ListInput
checkLists, doReplace, getDescription, getExtraValue, getListName, getLists, getReferenceLists, getSubtractLists, getTags, getTemporaryListName, getType, init, populateList, populateListMap, populateNormedList, produceName
-
-
-
-
Constructor Detail
-
CommutativeOperationInput
public CommutativeOperationInput(javax.servlet.http.HttpServletRequest request, BagManager bagManager, Profile profile)Constructor.- Parameters:
request- The web service request.bagManager- A bag manager.profile- The current user's profile.
-
-
Method Detail
-
validateRequiredParams
protected void validateRequiredParams()
Description copied from class:ListInputCheck that the required parameters are there- Overrides:
validateRequiredParamsin classListInput
-
-