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.WsParam[]
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
-
Constructor Details
-
WsRestGshTemplateExecRequest
public WsRestGshTemplateExecRequest()
-
-
Method Details
-
getConfigId
-
setConfigId
-
getOwnerType
-
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
-