timerEntityDto Data Type

The Class TimerEntityDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
dayOfMonth string attribute 1/1 The day of month.
dayOfWeek string attribute 1/1 The day of week.
hour string attribute 1/1 The hour.
minute string attribute 1/1 The minute.
month string attribute 1/1 The month.
second string attribute 1/1 The second.
year string attribute 1/1 The year.
Properties inherited from enableBusinessDto
code string attribute 1/1 The code
description string attribute 0/1 The description
id long attribute 0/1 The id.
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  
disabled boolean element 0/1 Is entity disabled. Value is ignored in Update action - use enable/disable API instead.
updatedCode string element 0/1 The updated code.

Example

<TimerEntity code="..." dayOfMonth="..." dayOfWeek="..." description="..." hour="..." id="..." minute="..." month="..." second="..." year="...">
  <disabled>...</disabled>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
</TimerEntity>