public class CoordInputLogicEvaluatorUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CoordInputLogicEvaluatorUtil.OozieJexlParser |
| Constructor and Description |
|---|
CoordInputLogicEvaluatorUtil() |
CoordInputLogicEvaluatorUtil(CoordinatorActionBean coordAction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPullMissingDependencies()
Check pull missing dependencies.
|
boolean |
checkPushDependencies()
Check push dependencies.
|
boolean |
checkUnResolved(Date actualTime)
Check unresolved.
|
String |
getInputDependencies(String name,
SyncCoordAction syncCoordAction)
Get input dependencies.
|
void |
validateInputLogic()
Validate input logic.
|
public CoordInputLogicEvaluatorUtil(CoordinatorActionBean coordAction)
public CoordInputLogicEvaluatorUtil()
public boolean checkPullMissingDependencies() throws org.jdom.JDOMException
org.jdom.JDOMException - the JDOM exceptionpublic void validateInputLogic() throws org.jdom.JDOMException, CommandException
org.jdom.JDOMException - the JDOM exceptionCommandException - in case of errorpublic String getInputDependencies(String name, SyncCoordAction syncCoordAction) throws org.jdom.JDOMException
name - the namesyncCoordAction - the sync coord actionorg.jdom.JDOMException - the JDOM exceptionpublic boolean checkPushDependencies() throws org.jdom.JDOMException
org.jdom.JDOMException - the JDOM exceptionpublic boolean checkUnResolved(Date actualTime) throws org.jdom.JDOMException
actualTime - the actual timeorg.jdom.JDOMException - the JDOM exceptionCopyright © 2018 Apache Software Foundation. All rights reserved.