Class PutPVTypeInfo

  • All Implemented Interfaces:
    BPLAction

    public class PutPVTypeInfo
    extends Object
    implements BPLAction
    Updates the type info for a PV. The typeinfo should be sent in the POST body as JSON.
    Author:
    mshankar
  • pv The name of the pv.
  • override If the PVTypeInfo for this PV already exists, do you want to update it or return an error? By default, this is false.
  • createnew If the PVTypeInfo for this PV does not exist, do you want to create a new one or return an error? By default, this is false.