Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.Field
-
-
Uses of Field in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type Field Modifier and Type Method Description protected java.util.Optional<DataField>ElasticCaseMappingService. transformOtherFields(DataField otherField, Field netField) -
Uses of Field in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service with type parameters of type Field Modifier and Type Field Description protected java.util.Map<java.lang.String,Field>Importer. fieldsMethods in com.netgrif.application.engine.importer.service that return Field Modifier and Type Method Description FieldFieldFactory. buildFieldWithoutValidation(Case useCase, java.lang.String fieldId, java.lang.String transitionId)FieldFieldFactory. buildFieldWithValidation(Case useCase, java.lang.String fieldId, java.lang.String transitionId)FieldFieldFactory. buildImmediateField(Case useCase, java.lang.String fieldId)FieldImporter. getField(java.lang.String id)Methods in com.netgrif.application.engine.importer.service with parameters of type Field Modifier and Type Method Description ComponentComponentFactory. buildComponent(Component importComponent, Importer importer, Field field) -
Uses of Field in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type Field Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<java.lang.String,Field<?>,QField>QPetriNet. dataSetcom.querydsl.core.types.dsl.ListPath<Field<?>,QField>QPetriNet. immediateFieldsMethods in com.netgrif.application.engine.petrinet.domain that return types with arguments of type Field Modifier and Type Method Description java.util.Optional<Field>PetriNet. getField(java.lang.String id)java.util.List<Field>PetriNet. getImmediateFields()Methods in com.netgrif.application.engine.petrinet.domain with parameters of type Field Modifier and Type Method Description voidPetriNet. addDataSetField(Field field) -
Uses of Field in com.netgrif.application.engine.petrinet.domain.dataset
Subclasses of Field in com.netgrif.application.engine.petrinet.domain.dataset Modifier and Type Class Description classBooleanFieldclassButtonFieldclassCaseFieldclassChoiceField<T>classDateFieldclassDateTimeFieldclassEnumerationFieldclassEnumerationMapFieldclassFieldWithAllowedNets<T>classFileFieldclassFileListFieldclassFilterFieldclassI18nFieldclassMapOptionsField<T,U>classMultichoiceFieldclassMultichoiceMapFieldclassNumberFieldclassTaskFieldclassTextFieldclassUserFieldclassUserListFieldMethods in com.netgrif.application.engine.petrinet.domain.dataset that return Field Modifier and Type Method Description FieldBooleanField. clone()FieldButtonField. clone()FieldCaseField. clone()FieldDateField. clone()FieldDateTimeField. clone()FieldEnumerationField. clone()FieldEnumerationMapField. clone()abstract FieldField. clone()FieldFileField. clone()FieldFileListField. clone()FieldFilterField. clone()FieldI18nField. clone()FieldMultichoiceField. clone()FieldMultichoiceMapField. clone()FieldNumberField. clone()FieldTaskField. clone()FieldTextField. clone()FieldUserField. clone()FieldUserListField. clone()Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type Field Modifier and Type Method Description voidField. clone(Field clone)voidFieldWithAllowedNets. clone(Field clone)TField. minus(Field field)TField. multiply(Field field)TField. plus(Field field)Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type Field Constructor Description QField(com.querydsl.core.types.Path<? extends Field> path)QField(java.lang.Class<? extends Field<?>> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of Field in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return types with arguments of type Field Modifier and Type Method Description java.util.Map<java.lang.String,Field>ActionDelegate. getData(Transition transition)java.util.Map<java.lang.String,Field>ActionDelegate. getData(Task task)java.util.Map<java.lang.String,Field>ActionDelegate. getData(java.lang.String taskId)java.util.Map<java.lang.String,Field>ActionDelegate. getData(java.lang.String transitionId, Case useCase)protected java.util.Map<java.lang.String,Field>ActionDelegate. mapData(java.util.List<Field> data)Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type Field Modifier and Type Method Description java.lang.ObjectActionDelegate. change(Field field)voidActionDelegate. changeFieldValidations(Field field, java.lang.Object cl)voidActionDelegate. changeFieldValue(Field field, java.lang.Object cl)java.lang.ObjectActionDelegate. copyBehavior(Field field, Transition transition)java.lang.ObjectActionDelegate. init(Field field)java.lang.ObjectActionDelegate. make(Field field, groovy.lang.Closure behavior)java.lang.ObjectActionDelegate. saveChangedValidation(Field field)java.lang.ObjectActionDelegate. saveChangedValue(Field field)java.lang.ObjectActionDelegate. saveFieldBehavior(Field field, Transition trans, java.util.Set<FieldBehavior> initialBehavior)Method parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type Field Modifier and Type Method Description java.lang.ObjectActionDelegate. make(java.util.List<Field> fields, groovy.lang.Closure behavior)protected java.util.Map<java.lang.String,Field>ActionDelegate. mapData(java.util.List<Field> data) -
Uses of Field in com.netgrif.application.engine.petrinet.service.interfaces
Methods in com.netgrif.application.engine.petrinet.service.interfaces with parameters of type Field Modifier and Type Method Description static DataFieldReferenceIPetriNetService. transformToReference(PetriNet net, Transition transition, Field field, java.util.Locale locale) -
Uses of Field in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>ImportHelper. getTaskData(java.lang.String taskTitle, java.lang.String caseId) -
Uses of Field in com.netgrif.application.engine.workflow.domain
Fields in com.netgrif.application.engine.workflow.domain with type parameters of type Field Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<Field<?>,QField>QCase. immediateDatacom.querydsl.core.types.dsl.ListPath<Field<?>,QField>QTask. immediateDataMethods in com.netgrif.application.engine.workflow.domain that return Field Modifier and Type Method Description FieldCase. getField(java.lang.String id) -
Uses of Field 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 Field Modifier and Type Method Description java.util.List<Field>GetDataEventOutcome. getData()Method parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes with type arguments of type Field Modifier and Type Method Description voidGetDataEventOutcome. setData(java.util.List<Field> data) -
Uses of Field in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>WorkflowService. getData(java.lang.String caseId)Deprecated.java.util.List<Field>DataService. getImmediateFields(Task task)Methods in com.netgrif.application.engine.workflow.service with parameters of type Field Modifier and Type Method Description <T> TInitValueExpressionEvaluator. evaluate(Case useCase, Field<T> defaultField)java.util.List<EventOutcome>EventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task) -
Uses of Field in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>IWorkflowService. getData(java.lang.String caseId)Deprecated.java.util.List<Field>IDataService. getImmediateFields(Task task)Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type Field Modifier and Type Method Description <T> TIInitValueExpressionEvaluator. evaluate(Case useCase, Field<T> defaultField)java.util.List<EventOutcome>IEventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task) -
Uses of Field in com.netgrif.application.engine.workflow.web.responsebodies
Methods in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type Field Modifier and Type Method Description static LocalisedFieldLocalisedFieldFactory. from(Field field, java.util.Locale locale)Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type Field Constructor Description DataFieldReference(Field field, java.util.Locale locale)LocalisedField(Field field, java.util.Locale locale)Constructor parameters in com.netgrif.application.engine.workflow.web.responsebodies with type arguments of type Field Constructor Description DataFieldsResource(java.util.Collection<Field> content, java.util.Locale locale)
-