Class WsRestGshTemplateExecRequest
java.lang.Object
edu.internet2.middleware.grouper.ws.rest.gshTemplate.WsRestGshTemplateExecRequest
- All Implemented Interfaces:
WsRequestBean
-
Constructor Summary
-
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 invoid
setActAsSubjectLookup
(WsSubjectLookup actAsSubjectLookup) void
setClientVersion
(String clientVersion) void
setConfigId
(String configId) void
setGshTemplateActAsSubjectLookup
(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.void
setInputs
(WsGshTemplateInput[] inputs) void
setOwnerGroupLookup
(WsGroupLookup ownerGroupLookup) void
setOwnerStemLookup
(WsStemLookup ownerStemLookup) void
setOwnerType
(String ownerType) void
void
setWsInput
(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:WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in- Specified by:
retrieveRestHttpMethod
in interfaceWsRequestBean
- Returns:
- the method
-