Class UpdateCommonPropertiesHelper

java.lang.Object
com.ptc.odata.windchill.entity.service.UpdateCommonPropertiesHelper

public class UpdateCommonPropertiesHelper extends Object
A helper to update Properties marked as "Common"

Supported API: true

Extendable: false
  • Method Details

    • updateCommonProperties

      public ActionResult updateCommonProperties(ActionProcessorData data, Map params) throws org.apache.olingo.server.api.ODataApplicationException, WTRuntimeException, WTException

      Updates properties marked as "Common" for an entity.
      In sequence it will: update the identity (name, number), update the organization, update modeled master attributes (e.g. End Item), and soft attributes defined on the Master (with an Alias defined on the Versioned)
      This method signature should be used when called from JS hook.
      Supported API: true
      Parameters:
      data -
      params -
      Returns:
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
      WTRuntimeException
      WTException