+

Search Tips   |   Advanced Search


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

All Superinterfaces:
java.io.Serializable

public interface Directive
extends java.io.Serializable

A directive is returned within a CustomWorkflowActionResult. It allows custom code to request an action to be performed against the target Document that are not permitted within the execute(Document) method or to influence the processing of the current workflow stage.

See Also:
Use the Directives interface to obtain an instance of a Directive., CustomWorkflowActionResult