Facing issues while loading class from JavaScript side
Posted: Wed Mar 01, 2023 2:51 pm
Hi Team,
I have implemented one functionality related to table for that I have extended AbstractTableOperation.
and I am overriding below mentioned method in my custom class(AlignTableContentOperation) and I am trying to call my custom class from javascript side using invokeoperation.
@Override
protected void doOperationInternal(AuthorAccess authorAccess, ArgumentsMap args) throws AuthorOperationException {
}
But I am getting error as Author operation com.judicial.west.content.author.plugin.actions.table.AlignTableContentOperation could not be loaded.
Usually we extend AuthorOperationWithResult class to make it callable from javascript side.
In above example I am extending AbstractTableOperation which implements AuthorOperation so I think it should get loaded.
Can you please tell me if there is any way to make it callable from Javascript side.
Please let me know if you have any doubt.
Thanks & Regards,
Smita
I have implemented one functionality related to table for that I have extended AbstractTableOperation.
and I am overriding below mentioned method in my custom class(AlignTableContentOperation) and I am trying to call my custom class from javascript side using invokeoperation.
@Override
protected void doOperationInternal(AuthorAccess authorAccess, ArgumentsMap args) throws AuthorOperationException {
}
But I am getting error as Author operation com.judicial.west.content.author.plugin.actions.table.AlignTableContentOperation could not be loaded.
Usually we extend AuthorOperationWithResult class to make it callable from javascript side.
In above example I am extending AbstractTableOperation which implements AuthorOperation so I think it should get loaded.
Can you please tell me if there is any way to make it callable from Javascript side.
Please let me know if you have any doubt.
Thanks & Regards,
Smita