Package com.webmethods.portal.bizPolicy
Interface IReportSummaryBean
public interface IReportSummaryBean
This is a bean that summarizes what happened
-
Method Summary
Modifier and TypeMethodDescriptionGet the component used for this operationThe list of things that failedGet the uri of this original thing operated onboolean
Whether the operation succeededthe list of things that succeededvoid
setComponent
(IComponent component) void
setFailedThingIDList
(IThingIDList failedThingIDList) void
setOriginalURI
(IURI uri) void
setSucceded
(boolean succeeded) void
setSuccessThingIDList
(IThingIDList successThingIDList)
-
Method Details
-
getSucceeded
boolean getSucceeded()Whether the operation succeeded- Returns:
-
setSucceded
void setSucceded(boolean succeeded) - Parameters:
succeeded
-- See Also:
-
getComponent
IComponent getComponent()Get the component used for this operation- Returns:
-
setComponent
- Parameters:
component
-- See Also:
-
getOriginalURI
IURI getOriginalURI()Get the uri of this original thing operated on- Returns:
-
setOriginalURI
- Parameters:
uri
-- See Also:
-
getFailedThingIDList
IThingIDList getFailedThingIDList()The list of things that failed- Returns:
-
setFailedThingIDList
- Parameters:
failedThingIDList
-- See Also:
-
getSuccessThingIDList
IThingIDList getSuccessThingIDList()the list of things that succeeded- Returns:
-
setSuccessThingIDList
- Parameters:
successThingIDList
-- See Also:
-