Uses of Class
com.netgrif.application.engine.petrinet.domain.DataGroup
-
-
Uses of DataGroup in com.netgrif.application.engine.pdf.generator.domain
Fields in com.netgrif.application.engine.pdf.generator.domain declared as DataGroup Modifier and Type Field Description protected DataGroup
PdfField. dataGroup
Constructors in com.netgrif.application.engine.pdf.generator.domain with parameters of type DataGroup Constructor Description PdfEnumerationField(java.lang.String fieldId, DataGroup dataGroup, FieldType type, java.lang.String label, java.util.List<java.lang.String> values, java.util.List<java.lang.String> choices, PdfResource resource)
PdfMultiChoiceField(java.lang.String fieldId, DataGroup dataGroup, FieldType type, java.lang.String label, java.util.List<java.lang.String> values, java.util.List<java.lang.String> choices, PdfResource resource)
PdfTextField(java.lang.String id, DataGroup dataGroup, FieldType type, java.lang.String label, java.lang.String value, PdfResource resource)
PdfTextField(java.lang.String fieldId, DataGroup dataGroup, java.lang.String label, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)
-
Uses of DataGroup in com.netgrif.application.engine.pdf.generator.service
Methods in com.netgrif.application.engine.pdf.generator.service with parameters of type DataGroup Modifier and Type Method Description protected PdfField
PdfDataHelper. createEnumField(DataGroup dataGroup, LocalisedEnumerationField field)
protected PdfField
PdfDataHelper. createEnumMapField(DataGroup dataGroup, LocalisedEnumerationMapField field)
protected PdfField
PdfDataHelper. createMultiChoiceField(DataGroup dataGroup, LocalisedMultichoiceField field)
protected PdfField
PdfDataHelper. createMultiChoiceMapField(DataGroup dataGroup, LocalisedMultichoiceMapField field)
protected PdfField
PdfDataHelper. createPdfTextField(DataGroup dataGroup, LocalisedField field)
protected void
PdfDataHelper. generateField(DataGroup dataGroup, LocalisedField field)
-
Uses of DataGroup in com.netgrif.application.engine.pdf.generator.service.fieldbuilder
Methods in com.netgrif.application.engine.pdf.generator.service.fieldbuilder with parameters of type DataGroup Modifier and Type Method Description PdfField
DataGroupFieldBuilder. buildField(DataGroup dataGroup, PdfField pdfField)
PdfField
EnumerationFieldBuilder. buildField(DataGroup dataGroup, LocalisedEnumerationField field, int lastX, int lastY)
PdfField
EnumerationMapFieldBuilder. buildField(DataGroup dataGroup, LocalisedEnumerationMapField field, int lastX, int lastY)
PdfField
MultiChoiceFieldBuilder. buildField(DataGroup dataGroup, LocalisedMultichoiceField field, int lastX, int lastY)
PdfField
MultiChoiceMapFieldBuilder. buildField(DataGroup dataGroup, LocalisedMultichoiceMapField field, int lastX, int lastY)
PdfField
TextFieldBuilder. buildField(DataGroup dataGroup, LocalisedField field, int lastX, int lastY)
protected void
FieldBuilder. setFieldParams(DataGroup dg, LocalisedField field, PdfField pdfField)
-
Uses of DataGroup in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type DataGroup Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<java.lang.String,DataGroup,QDataGroup>
QTransition. dataGroups
Methods in com.netgrif.application.engine.petrinet.domain that return DataGroup Modifier and Type Method Description DataGroup
DataGroup. clone()
Methods in com.netgrif.application.engine.petrinet.domain with parameters of type DataGroup Modifier and Type Method Description void
Transition. addDataGroup(DataGroup dataGroup)
Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type DataGroup Constructor Description QDataGroup(com.querydsl.core.types.Path<? extends DataGroup> path)
QDataGroup(java.lang.Class<? extends DataGroup> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of DataGroup in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes
Methods in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes that return types with arguments of type DataGroup Modifier and Type Method Description java.util.List<DataGroup>
GetDataGroupsEventOutcome. getData()
Method parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes with type arguments of type DataGroup Modifier and Type Method Description void
GetDataGroupsEventOutcome. setData(java.util.List<DataGroup> data)
-
Uses of DataGroup in com.netgrif.application.engine.workflow.web.responsebodies
Constructor parameters in com.netgrif.application.engine.workflow.web.responsebodies with type arguments of type DataGroup Constructor Description DataGroupsResource(java.util.Collection<DataGroup> content, java.util.Locale locale)
-