Class WsGshTemplateExecResult
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsGshTemplateExecResult
- All Implemented Interfaces:
WsResponseBean
,ResultMetadataHolder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
result code of a request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assignResultCode
(WsGshTemplateExecResult.WsGshTemplateExecResultCode wsGshTemplateExecResultCode, GrouperVersion clientVersion) assign the code from the enumvoid
assignResultCodeException
(Exception e, String stack, GrouperVersion clientVersion) assign a resultcode of exception, and process/log the exceptionget the response metadataget the result metadatavoid
setGshOutputLines
(WsGshOutputLine[] gshOutputLines) void
setGshScriptOutput
(String gshScriptOutput) void
setGshValidationLines
(WsGshValidationLine[] gshValidationLines) void
setTransaction
(Boolean transaction)
-
Constructor Details
-
WsGshTemplateExecResult
public WsGshTemplateExecResult()
-
-
Method Details
-
getTransaction
-
setTransaction
-
getGshValidationLines
-
setGshValidationLines
-
getGshOutputLines
-
setGshOutputLines
-
getGshScriptOutput
-
setGshScriptOutput
-
getResultMetadata
Description copied from interface:WsResponseBean
get the result metadata- Specified by:
getResultMetadata
in interfaceResultMetadataHolder
- Specified by:
getResultMetadata
in interfaceWsResponseBean
- Returns:
- the result metadata
-
getResponseMetadata
Description copied from interface:WsResponseBean
get the response metadata- Specified by:
getResponseMetadata
in interfaceWsResponseBean
- Returns:
- the response metadata
-
assignResultCodeException
assign a resultcode of exception, and process/log the exception- Parameters:
e
-clientVersion
-
-
assignResultCode
public void assignResultCode(WsGshTemplateExecResult.WsGshTemplateExecResultCode wsGshTemplateExecResultCode, GrouperVersion clientVersion) assign the code from the enum- Parameters:
groupSaveResultsCode
-clientVersion
-
-