Uses of Class
org.cxbox.source.dto.WorkflowDto
-
Packages that use WorkflowDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowDto,String>WorkflowDto_. activeVersionstatic org.cxbox.constgen.DtoField<WorkflowDto,Long>WorkflowDto_. activeVersionIdstatic org.cxbox.constgen.DtoField<WorkflowDto,Long>WorkflowDto_. deptIdstatic org.cxbox.constgen.DtoField<WorkflowDto,String>WorkflowDto_. deptShortNamestatic org.cxbox.constgen.DtoField<WorkflowDto,String>WorkflowDto_. descriptionstatic org.cxbox.constgen.DtoField<WorkflowDto,String>WorkflowDto_. namestatic org.cxbox.constgen.DtoField<WorkflowDto,String>WorkflowDto_. taskTypeCdMethods in org.cxbox.source.dto that return types with arguments of type WorkflowDto Modifier and Type Method Description Map<org.cxbox.constgen.DtoField<? super WorkflowDto,?>,ValueSupplier<? super Workflow,? super WorkflowDto,?>>WorkflowDtoConstructor. buildValueSuppliers()Map<org.cxbox.constgen.DtoField<? super WorkflowDto,?>,ValueSupplier<? super Workflow,? super WorkflowDto,?>>WorkflowDtoConstructor. buildValueSuppliers() -
Uses of WorkflowDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type WorkflowDto Modifier and Type Method Description ActionResultDTO<WorkflowDto>WorkflowServiceImpl. deleteEntity(BusinessComponent bc)protected CreateResult<WorkflowDto>WorkflowServiceImpl. doCreateEntity(Workflow entity, BusinessComponent bc)protected ActionResultDTO<WorkflowDto>WorkflowServiceImpl. doUpdateEntity(Workflow entity, WorkflowDto dto, BusinessComponent bc)Actions<WorkflowDto>WorkflowServiceImpl. getActions()Methods in org.cxbox.source.services.data.impl with parameters of type WorkflowDto Modifier and Type Method Description protected ActionResultDTO<WorkflowDto>WorkflowServiceImpl. doUpdateEntity(Workflow entity, WorkflowDto dto, BusinessComponent bc) -
Uses of WorkflowDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowDto Modifier and Type Method Description voidWorkflowFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-