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