Package com.enonic.xp.node
Class MoveNodeParams
- java.lang.Object
-
- com.enonic.xp.node.MoveNodeParams
-
public class MoveNodeParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MoveNodeParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MoveNodeParams.Builder
create()
MoveNodeListener
getMoveListener()
NodeId
getNodeId()
NodePath
getParentNodePath()
NodeDataProcessor
getProcessor()
RefreshMode
getRefresh()
-
-
-
Method Detail
-
create
public static MoveNodeParams.Builder create()
-
getNodeId
public NodeId getNodeId()
-
getParentNodePath
public NodePath getParentNodePath()
-
getMoveListener
public MoveNodeListener getMoveListener()
-
getProcessor
public NodeDataProcessor getProcessor()
-
getRefresh
public RefreshMode getRefresh()
-
-