Package org.cxbox.source.services.meta
Class WorkflowStepFieldFieldMetaBuilder
- java.lang.Object
-
- org.cxbox.core.service.rowmeta.FieldMetaBuilder<WorkflowStepFieldDto>
-
- org.cxbox.source.services.meta.WorkflowStepFieldFieldMetaBuilder
-
@Service public class WorkflowStepFieldFieldMetaBuilder extends FieldMetaBuilder<WorkflowStepFieldDto>
-
-
Constructor Summary
Constructors Constructor Description WorkflowStepFieldFieldMetaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildIndependentMeta(FieldsMeta<WorkflowStepFieldDto> fields, InnerBcDescription bcDescription, Long parRowId)voidbuildRowDependentMeta(RowDependentFieldsMeta<WorkflowStepFieldDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)-
Methods inherited from class org.cxbox.core.service.rowmeta.FieldMetaBuilder
buildExtremeRowDependentMeta, buildIndependentMeta, buildRowDependentMeta
-
-
-
-
Method Detail
-
buildRowDependentMeta
public void buildRowDependentMeta(RowDependentFieldsMeta<WorkflowStepFieldDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
- Specified by:
buildRowDependentMetain classFieldMetaBuilder<WorkflowStepFieldDto>
-
buildIndependentMeta
public void buildIndependentMeta(FieldsMeta<WorkflowStepFieldDto> fields, InnerBcDescription bcDescription, Long parRowId)
- Specified by:
buildIndependentMetain classFieldMetaBuilder<WorkflowStepFieldDto>
-
-