Uses of Class
org.cxbox.source.dto.WorkflowVersionDto
-
Packages that use WorkflowVersionDto Package Description org.cxbox.engine.workflow.services org.cxbox.source.dto org.cxbox.source.services.action org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowVersionDto in org.cxbox.engine.workflow.services
Methods in org.cxbox.engine.workflow.services with parameters of type WorkflowVersionDto Modifier and Type Method Description WorkflowVersionWorkflowExporter. copyNewVersion(BusinessComponent bc, WorkflowVersionDto data)org.cxbox.api.file.entity.CxboxFileWorkflowExporter. exportNewVersion(BusinessComponent bc, WorkflowVersionDto data) -
Uses of WorkflowVersionDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowVersionDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowVersionDto,Long>WorkflowVersionDto_. autoClosedStepIdstatic org.cxbox.constgen.DtoField<WorkflowVersionDto,String>WorkflowVersionDto_. autoClosedStepNamestatic org.cxbox.constgen.DtoField<WorkflowVersionDto,String>WorkflowVersionDto_. descriptionstatic org.cxbox.constgen.DtoField<WorkflowVersionDto,Boolean>WorkflowVersionDto_. draftstatic org.cxbox.constgen.DtoField<WorkflowVersionDto,Long>WorkflowVersionDto_. firstStepIdstatic org.cxbox.constgen.DtoField<WorkflowVersionDto,String>WorkflowVersionDto_. firstStepNamestatic org.cxbox.constgen.DtoField<WorkflowVersionDto,String>WorkflowVersionDto_. stringVersionstatic org.cxbox.constgen.DtoField<WorkflowVersionDto,Double>WorkflowVersionDto_. versionMethods in org.cxbox.source.dto that return types with arguments of type WorkflowVersionDto Modifier and Type Method Description Map<org.cxbox.constgen.DtoField<? super WorkflowVersionDto,?>,ValueSupplier<? super WorkflowVersion,? super WorkflowVersionDto,?>>WorkflowVersionDtoConstructor. buildValueSuppliers()Map<org.cxbox.constgen.DtoField<? super WorkflowVersionDto,?>,ValueSupplier<? super WorkflowVersion,? super WorkflowVersionDto,?>>WorkflowVersionDtoConstructor. buildValueSuppliers() -
Uses of WorkflowVersionDto in org.cxbox.source.services.action
Methods in org.cxbox.source.services.action that return types with arguments of type WorkflowVersionDto Modifier and Type Method Description ActionResultDTO<WorkflowVersionDto>WorkflowVersionMigrateTaskAction. invoke(BusinessComponent bc, WorkflowVersionDto data)Methods in org.cxbox.source.services.action with parameters of type WorkflowVersionDto Modifier and Type Method Description ActionResultDTO<WorkflowVersionDto>WorkflowVersionMigrateTaskAction. invoke(BusinessComponent bc, WorkflowVersionDto data) -
Uses of WorkflowVersionDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type WorkflowVersionDto Modifier and Type Method Description protected CreateResult<WorkflowVersionDto>WorkflowVersionServiceImpl. doCreateEntity(WorkflowVersion entity, BusinessComponent bc)protected ActionResultDTO<WorkflowVersionDto>WorkflowVersionServiceImpl. doUpdateEntity(WorkflowVersion entity, WorkflowVersionDto dto, BusinessComponent bc)Actions<WorkflowVersionDto>WorkflowVersionServiceImpl. getActions()Methods in org.cxbox.source.services.data.impl with parameters of type WorkflowVersionDto Modifier and Type Method Description protected ActionResultDTO<WorkflowVersionDto>WorkflowVersionServiceImpl. doUpdateEntity(WorkflowVersion entity, WorkflowVersionDto dto, BusinessComponent bc) -
Uses of WorkflowVersionDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowVersionDto Modifier and Type Method Description voidWorkflowVersionFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowVersionDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowVersionFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowVersionDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-