Uses of Class
org.cxbox.source.dto.WorkflowTransitionDto
-
Packages that use WorkflowTransitionDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowTransitionDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowTransitionDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowTransitionDto,Boolean>WorkflowTransitionDto_. backgroundExecutionstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Boolean>WorkflowTransitionDto_. checkRequiredFieldsstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>WorkflowTransitionDto_. namestatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>WorkflowTransitionDto_. uuidstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Long>WorkflowTransitionDto_. workflowDestStepIdstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>WorkflowTransitionDto_. workflowDestStepNamestatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>WorkflowTransitionDto_. workflowGroupDescriptionstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>WorkflowTransitionDto_. workflowGroupNameButtonYetstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,String>WorkflowTransitionDto_. workflowNamestatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Long>WorkflowTransitionDto_. workflowTransitionGroupIdstatic org.cxbox.constgen.DtoField<WorkflowTransitionDto,Double>WorkflowTransitionDto_. workflowVersionMethods in org.cxbox.source.dto that return types with arguments of type WorkflowTransitionDto Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowTransitionDto,?>,ValueSupplier<? super WorkflowTransition,? super WorkflowTransitionDto,?>>WorkflowTransitionDtoConstructor. buildValueSuppliers()protected Map<org.cxbox.constgen.DtoField<? super WorkflowTransitionDto,?>,ValueSupplier<? super WorkflowTransition,? super WorkflowTransitionDto,?>>WorkflowTransitionDtoConstructor. buildValueSuppliers() -
Uses of WorkflowTransitionDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type WorkflowTransitionDto Modifier and Type Method Description ActionResultDTO<WorkflowTransitionDto>WorkflowTransitionServiceImpl. deleteEntity(BusinessComponent bc)protected CreateResult<WorkflowTransitionDto>WorkflowTransitionServiceImpl. doCreateEntity(WorkflowTransition entity, BusinessComponent bc)protected ActionResultDTO<WorkflowTransitionDto>WorkflowTransitionServiceImpl. doUpdateEntity(WorkflowTransition entity, WorkflowTransitionDto dto, BusinessComponent bc)Actions<WorkflowTransitionDto>WorkflowTransitionServiceImpl. getActions()Methods in org.cxbox.source.services.data.impl with parameters of type WorkflowTransitionDto Modifier and Type Method Description protected ActionResultDTO<WorkflowTransitionDto>WorkflowTransitionServiceImpl. doUpdateEntity(WorkflowTransition entity, WorkflowTransitionDto dto, BusinessComponent bc) -
Uses of WorkflowTransitionDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowTransitionDto Modifier and Type Method Description voidWorkflowTransitionFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowTransitionDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowTransitionFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowTransitionDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-