Package org.cxbox.source.dto
Class WorkflowTransitionDto_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.source.dto.WorkflowTransitionDto_
-
public class WorkflowTransitionDto_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowTransitionDto,Boolean>backgroundExecutionstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Boolean>checkRequiredFieldsstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>namestatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>uuidstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Long>workflowDestStepIdstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>workflowDestStepNamestatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>workflowGroupDescriptionstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>workflowGroupNameButtonYetstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>workflowNamestatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Long>workflowTransitionGroupIdstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Double>workflowVersion
-
Constructor Summary
Constructors Constructor Description WorkflowTransitionDto_()
-
-
-
Field Detail
-
backgroundExecution
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,Boolean> backgroundExecution
-
checkRequiredFields
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,Boolean> checkRequiredFields
-
name
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,String> name
-
uuid
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,String> uuid
-
workflowDestStepId
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,Long> workflowDestStepId
-
workflowDestStepName
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,String> workflowDestStepName
-
workflowGroupDescription
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,String> workflowGroupDescription
-
workflowGroupNameButtonYet
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,String> workflowGroupNameButtonYet
-
workflowName
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,String> workflowName
-
workflowTransitionGroupId
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,Long> workflowTransitionGroupId
-
workflowVersion
public static final org.cxbox.constgen.DtoField<WorkflowTransitionDto,Double> workflowVersion
-
-