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