com.ibm.workplace.wcm.api.custom
Interface CustomWorkflowActionResult


public interface CustomWorkflowActionResult

Represents the result from a custom workflow action.

Since:
6.1

Method Summary
 Directive getDirective()
          Get a directive to instruct the system to perform an action against the target Document.
 DirectiveParams getDirectiveParams()
          Get the directive parameters for this result.
 java.lang.String getMessage()
          Get message for this result.
 

Method Detail

getDirective

Directive getDirective()
Get a directive to instruct the system to perform an action against the target Document.

Returns:
Return a directive defined in the Directives interface.

getMessage

java.lang.String getMessage()
Get message for this result. Stored as additional information for the action in the document.

Returns:
Message string

getDirectiveParams

DirectiveParams getDirectiveParams()
Get the directive parameters for this result.

Returns:
the directive parameters