Package org.xwiki.extension.job.plan
Interface ExtensionPlanNode
-
public interface ExtensionPlanNode
A node in the extension plan tree.- Since:
- 4.0M1
- Version:
- $Id: 640442c76991f642b561a9b6820b3a562e39355e $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionPlanAction
getAction()
Collection<ExtensionPlanNode>
getChildren()
VersionConstraint
getInitialVersionConstraint()
-
-
-
Method Detail
-
getAction
ExtensionPlanAction getAction()
- Returns:
- the action to perform for this node
-
getInitialVersionConstraint
VersionConstraint getInitialVersionConstraint()
- Returns:
- the initial version constraint before resolving the extension
-
getChildren
Collection<ExtensionPlanNode> getChildren()
- Returns:
- the children of this node
-
-