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