Uses of Class
org.cxbox.source.dto.WorkflowTaskFieldDto
-
Packages that use WorkflowTaskFieldDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowTaskFieldDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowTaskFieldDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowTaskFieldDto,String>WorkflowTaskFieldDto_. keystatic org.cxbox.constgen.DtoField<WorkflowTaskFieldDto,String>WorkflowTaskFieldDto_. titleMethods in org.cxbox.source.dto that return types with arguments of type WorkflowTaskFieldDto Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowTaskFieldDto,?>,ValueSupplier<? super TaskField,? super WorkflowTaskFieldDto,?>>WorkflowTaskFieldDtoConstructor. buildValueSuppliers()protected Map<org.cxbox.constgen.DtoField<? super WorkflowTaskFieldDto,?>,ValueSupplier<? super TaskField,? super WorkflowTaskFieldDto,?>>WorkflowTaskFieldDtoConstructor. buildValueSuppliers() -
Uses of WorkflowTaskFieldDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type WorkflowTaskFieldDto Modifier and Type Method Description protected CreateResult<WorkflowTaskFieldDto>WorkflowTaskFieldsServiceImpl. doCreateEntity(TaskField entity, BusinessComponent bc)protected ActionResultDTO<WorkflowTaskFieldDto>WorkflowTaskFieldsServiceImpl. doUpdateEntity(TaskField entity, WorkflowTaskFieldDto dto, BusinessComponent bc)Actions<WorkflowTaskFieldDto>WorkflowTaskFieldsServiceImpl. getActions()Methods in org.cxbox.source.services.data.impl with parameters of type WorkflowTaskFieldDto Modifier and Type Method Description protected ActionResultDTO<WorkflowTaskFieldDto>WorkflowTaskFieldsServiceImpl. doUpdateEntity(TaskField entity, WorkflowTaskFieldDto dto, BusinessComponent bc) -
Uses of WorkflowTaskFieldDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowTaskFieldDto Modifier and Type Method Description voidWorkflowTaskFieldsFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowTaskFieldDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowTaskFieldsFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowTaskFieldDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-