File tree Expand file tree Collapse file tree
core/mmtest/src/test/java/org/apache/causeway/mmtest/schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434import org .apache .causeway .schema .cmd .v2 .CommandDto ;
3535import org .apache .causeway .schema .cmd .v2 .ParamDto ;
3636import org .apache .causeway .schema .cmd .v2 .ParamsDto ;
37+ import org .apache .causeway .schema .common .v2 .InteractionType ;
3738import org .apache .causeway .schema .common .v2 .OidDto ;
3839import org .apache .causeway .schema .common .v2 .OidsDto ;
3940import org .apache .causeway .schema .common .v2 .ValueType ;
@@ -66,8 +67,8 @@ private CommandDto commandDtoSample() {
6667
6768 var action = new ActionDto ();
6869 commandDto .setMember (action );
69- action .setInteractionType (null );
70- action .setLogicalMemberIdentifier (null );
70+ action .setInteractionType (InteractionType . ACTION_INVOCATION );
71+ action .setLogicalMemberIdentifier ("demo.ActionCommandPublishingPage#changeNamePublished" );
7172
7273 var params = new ParamsDto ();
7374 action .setParameters (params );
You can’t perform that action at this time.
0 commit comments