Class UpdateProcessDefinitionHistoryTimeToLiveCmd

  • All Implemented Interfaces:
    java.io.Serializable, Command<java.lang.Void>

    public class UpdateProcessDefinitionHistoryTimeToLiveCmd
    extends java.lang.Object
    implements Command<java.lang.Void>, java.io.Serializable
    Author:
    Svetlana Dorokhova
    See Also:
    Serialized Form
    • Field Detail

      • processDefinitionId

        protected java.lang.String processDefinitionId
      • historyTimeToLive

        protected java.lang.Integer historyTimeToLive
    • Constructor Detail

      • UpdateProcessDefinitionHistoryTimeToLiveCmd

        public UpdateProcessDefinitionHistoryTimeToLiveCmd​(java.lang.String processDefinitionId,
                                                           java.lang.Integer historyTimeToLive)