Class TopicrefMoveAction
- java.lang.Object
-
- ro.sync.ecss.extensions.dita.map.topicref.TopicrefMoveAction
-
@API(type=INTERNAL, src=PUBLIC) public class TopicrefMoveAction extends java.lang.Object
Promotes or demotes a topicref. The type of transition is generic and depends on the insertion position and target XPath location
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TopicrefMoveAction.Builder
Builder for the TopicrefTransitionOperation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicrefMoveAction.Builder
builder()
Returns a new builder for this operationvoid
execute()
Executes the transition operation.
-
-
-
Method Detail
-
execute
public void execute() throws AuthorOperationException
Executes the transition operation.- Throws:
java.lang.IllegalArgumentException
AuthorOperationException
-
builder
public static TopicrefMoveAction.Builder builder()
Returns a new builder for this operation- Returns:
- the builder
-
-