org.apache.oozie.workflow
Interface WorkflowApp

All Known Implementing Classes:
LiteWorkflowApp

public interface WorkflowApp

A workflow definition is a programmatic definition of a workflow application.


Method Summary
 String getDefinition()
          Return the original workflow definition (normally XML).
 String getName()
          Return the name of teh workflow application.
 

Method Detail

getName

String getName()
Return the name of teh workflow application.

Returns:
the name of teh workflow application.

getDefinition

String getDefinition()
Return the original workflow definition (normally XML).

Returns:
the original workflow definition (normally XML).


Copyright © 2013 Apache Software Foundation. All Rights Reserved.