Class WsRestGshTemplateExecRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.gshTemplate.WsRestGshTemplateExecRequest
- All Implemented Interfaces:
WsRequestBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionif the template config has an actAsGroupUUID and if the principal user calling the webservice is in that group, then specify a user to run the template as.type of owner, group or stemWsParam[]see which http method this is supposed to be associated with, and override whatever was passed invoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup) voidsetClientVersion(String clientVersion) voidsetConfigId(String configId) voidsetGshTemplateActAsSubjectLookup(WsSubjectLookup gshTemplateActAsSubjectLookup) if the template config has an actAsGroupUUID and if the principal user calling the webservice is in that group, then specify a user to run the template as.voidsetInputs(WsGshTemplateInput[] inputs) voidsetOwnerGroupLookup(WsGroupLookup ownerGroupLookup) voidsetOwnerStemLookup(WsStemLookup ownerStemLookup) voidsetOwnerType(String ownerType) voidvoidsetWsInput(Map<String, Object> wsInput)
-
Constructor Details
-
WsRestGshTemplateExecRequest
public WsRestGshTemplateExecRequest()
-
-
Method Details
-
getWsInput
-
setWsInput
-
getConfigId
-
setConfigId
-
getOwnerType
type of owner, group or stem- Returns:
- owner type
-
setOwnerType
-
getOwnerGroupLookup
-
setOwnerGroupLookup
-
getOwnerStemLookup
-
setOwnerStemLookup
-
getInputs
-
setInputs
-
getClientVersion
-
setClientVersion
-
getActAsSubjectLookup
-
setActAsSubjectLookup
-
getParams
-
setParams
-
getGshTemplateActAsSubjectLookup
if the template config has an actAsGroupUUID and if the principal user calling the webservice is in that group, then specify a user to run the template as. An external UI could run template as other users.- Returns:
-
setGshTemplateActAsSubjectLookup
if the template config has an actAsGroupUUID and if the principal user calling the webservice is in that group, then specify a user to run the template as. An external UI could run template as other users.- Parameters:
gshTemplateActAsSubjectLookup-
-
retrieveRestHttpMethod
Description copied from interface:WsRequestBeansee which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethodin interfaceWsRequestBean- Returns:
- the method
-