Class IDistributionSupportManager.ChangeUserModeResponseOptions
java.lang.Object
com.e1c.g5.v8.dt.library.distribution.IDistributionSupportManager.ChangeUserModeResponseOptions
- Enclosing interface:
- IDistributionSupportManager
Change mode response options.
-
Constructor Summary
ConstructorsConstructorDescriptionChangeUserModeResponseOptions
(IDistributionSupportManager.ChangeUserModeResponseOptionsResult result) Creates new abnormal response options.ChangeUserModeResponseOptions
(List<MdObject> protectObjs, List<MdObject> warningObjs, List<MdObject> normalObjs) Creates new normal response options. -
Method Summary
Modifier and TypeMethodDescriptionReturns normal objects.Returns protected objects.Returns response result.Returns warning objects.
-
Constructor Details
-
ChangeUserModeResponseOptions
public ChangeUserModeResponseOptions(IDistributionSupportManager.ChangeUserModeResponseOptionsResult result) Creates new abnormal response options.- Parameters:
result
- the response result, cannot benull
-
ChangeUserModeResponseOptions
public ChangeUserModeResponseOptions(List<MdObject> protectObjs, List<MdObject> warningObjs, List<MdObject> normalObjs) Creates new normal response options.- Parameters:
protectObjs
- the protected objects, cannot benull
warningObjs
- the warning objects, cannot benull
normalObjs
- the normal objects, cannot benull
-
-
Method Details
-
getNormalObjs
Returns normal objects.- Returns:
- the normal objects, cannot be
null
-
getProtectObjs
Returns protected objects.- Returns:
- the protected objects, cannot be
null
-
getResult
Returns response result.- Returns:
- the response result, cannot be
null
-
getWarningObjs
Returns warning objects.- Returns:
- the warning objects, cannot be
null
-