Class ExtractOutgoingReferencesFunction

  • All Implemented Interfaces:
    com.opensymphony.workflow.FunctionProvider, LogEnabled, Serviceable

    public class ExtractOutgoingReferencesFunction
    extends AbstractContentWorkflowComponent
    implements com.opensymphony.workflow.FunctionProvider
    OSWorkflow function to extract outgoing references in a content. The required transient variables: - AbstractContentWorkflowComponent.RESULT_MAP_KEY - Map<String, Object> The map containing the results of the function. - AbstractContentWorkflowComponent.RESULT_MAP_KEY.result - String "true" when everything goes fine. Missing in other case. - AbstractContentWorkflowComponent.CONTENT_KEY - WorkflowAwareContent The content that will be edited. Should have the lock token.