Uses of Class
org.cxbox.source.dto.WorkflowPostFunctionDto
-
Packages that use WorkflowPostFunctionDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowPostFunctionDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowPostFunctionDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowPostFunctionDto,String>WorkflowPostFunctionDto_. actionCdstatic org.cxbox.constgen.DtoField<WorkflowPostFunctionDto,Long>WorkflowPostFunctionDto_. seqstatic org.cxbox.constgen.DtoField<WorkflowPostFunctionDto,Long>WorkflowPostFunctionDto_. stepTermMethods in org.cxbox.source.dto that return types with arguments of type WorkflowPostFunctionDto Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>>WorkflowPostFunctionDtoConstructor. buildValueSuppliers()protected Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>>WorkflowPostFunctionDtoConstructor. buildValueSuppliers()Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>>WorkflowPostFunctionDtoConstructor. getValueSuppliers()Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>>WorkflowPostFunctionDtoConstructor. getValueSuppliers() -
Uses of WorkflowPostFunctionDto in org.cxbox.source.services.data.impl
Classes in org.cxbox.source.services.data.impl with type parameters of type WorkflowPostFunctionDto Modifier and Type Class Description classBaseWorkflowPostFunctionServiceImpl<D extends WorkflowPostFunctionDto,E extends WorkflowPostFunction> -
Uses of WorkflowPostFunctionDto in org.cxbox.source.services.meta
Classes in org.cxbox.source.services.meta with type parameters of type WorkflowPostFunctionDto Modifier and Type Class Description classBaseWorkflowPostFunctionFieldMetaBuilder<D extends WorkflowPostFunctionDto>Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowPostFunctionDto Modifier and Type Method Description voidWorkflowPostFunctionFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowPostFunctionDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowPostFunctionFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowPostFunctionDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-