+

Search Tips   |   Advanced Search


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


public interface CustomWorkflowActionResult

Represents the result from a custom workflow action.


Method Summary
 Directive getDirective()
          Get a directive to instruct the system to perform an action against the target Document.
 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