Package org.cxbox.source.services.meta
Class WorkflowPostFunctionFieldMetaBuilder
- java.lang.Object
-
- org.cxbox.core.service.rowmeta.FieldMetaBuilder<D>
-
- org.cxbox.source.services.meta.BaseWorkflowPostFunctionFieldMetaBuilder<WorkflowPostFunctionDto>
-
- org.cxbox.source.services.meta.WorkflowPostFunctionFieldMetaBuilder
-
@Service public class WorkflowPostFunctionFieldMetaBuilder extends BaseWorkflowPostFunctionFieldMetaBuilder<WorkflowPostFunctionDto>
-
-
Constructor Summary
Constructors Constructor Description WorkflowPostFunctionFieldMetaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildIndependentMeta(FieldsMeta<WorkflowPostFunctionDto> fields, InnerBcDescription bcDescription, Long parRowId)voidbuildRowDependentMeta(RowDependentFieldsMeta<WorkflowPostFunctionDto> 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<WorkflowPostFunctionDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
- Overrides:
buildRowDependentMetain classBaseWorkflowPostFunctionFieldMetaBuilder<WorkflowPostFunctionDto>
-
buildIndependentMeta
public void buildIndependentMeta(FieldsMeta<WorkflowPostFunctionDto> fields, InnerBcDescription bcDescription, Long parRowId)
- Overrides:
buildIndependentMetain classBaseWorkflowPostFunctionFieldMetaBuilder<WorkflowPostFunctionDto>
-
-