Class RemoveConnectionsAction<M extends Model>


  • public class RemoveConnectionsAction<M extends Model>
    extends java.lang.Object
    Action containing the details of a delete.
    Author:
    Daniel Sagenschneider
    • Field Detail

      • REMOVE_CONNECTIONS_METHOD_NAME

        public static final java.lang.String REMOVE_CONNECTIONS_METHOD_NAME
        Method name on the models to remove the connections.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RemoveConnectionsAction

        public RemoveConnectionsAction​(M model)
        Initiate.
        Parameters:
        model - Model for which ConnectionModel instances are being removed.