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