Uses of Class
org.cxbox.source.dto.WorkflowTaskMigrationDto
-
Packages that use WorkflowTaskMigrationDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowTaskMigrationDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowTaskMigrationDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>WorkflowTaskMigrationDto_. currentAutomaticTransitionIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>WorkflowTaskMigrationDto_. currentAutomaticTransitionNamestatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,Long>WorkflowTaskMigrationDto_. currentStepIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>WorkflowTaskMigrationDto_. currentStepNamestatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>WorkflowTaskMigrationDto_. newAutomaticTransitionIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>WorkflowTaskMigrationDto_. newAutomaticTransitionNamestatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,Long>WorkflowTaskMigrationDto_. newStepIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>WorkflowTaskMigrationDto_. newStepNameMethods in org.cxbox.source.dto that return types with arguments of type WorkflowTaskMigrationDto Modifier and Type Method Description Map<org.cxbox.constgen.DtoField<? super WorkflowTaskMigrationDto,?>,ValueSupplier<? super WorkflowableTask,? super WorkflowTaskMigrationDto,?>>WorkflowTaskMigrationDtoConstructor. buildValueSuppliers()Map<org.cxbox.constgen.DtoField<? super WorkflowTaskMigrationDto,?>,ValueSupplier<? super WorkflowableTask,? super WorkflowTaskMigrationDto,?>>WorkflowTaskMigrationDtoConstructor. buildValueSuppliers() -
Uses of WorkflowTaskMigrationDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type WorkflowTaskMigrationDto Modifier and Type Method Description Actions<WorkflowTaskMigrationDto>WorkflowTaskMigrationServiceImpl. getActions()org.cxbox.api.data.ResultPage<WorkflowTaskMigrationDto>WorkflowTaskMigrationServiceImpl. getList(BaseDAO dao, BusinessComponent bc)ActionResultDTO<WorkflowTaskMigrationDto>WorkflowTaskMigrationServiceImpl. updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data) -
Uses of WorkflowTaskMigrationDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowTaskMigrationDto Modifier and Type Method Description voidWorkflowTaskMigrationFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowTaskMigrationDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowTaskMigrationFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowTaskMigrationDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-