Uses of Class
com.netgrif.application.engine.petrinet.domain.I18nString
-
-
Uses of I18nString in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type I18nString Modifier and Type Method Description protected java.util.List<java.lang.String>
ElasticCaseMappingService. collectTranslations(I18nString i18nString)
-
Uses of I18nString in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service with type parameters of type I18nString Modifier and Type Field Description protected java.util.Map<java.lang.String,I18nString>
Importer. i18n
Methods in com.netgrif.application.engine.importer.service that return I18nString Modifier and Type Method Description I18nString
Importer. getI18n(java.lang.String id)
static I18nString
FieldFactory. parseEnumValue(Case useCase, java.lang.String fieldId, EnumerationField field)
protected I18nString
Importer. toI18NString(I18NStringType imported)
Methods in com.netgrif.application.engine.importer.service that return types with arguments of type I18nString Modifier and Type Method Description static java.util.Set<I18nString>
FieldFactory. parseMultichoiceValue(Case useCase, java.lang.String fieldId)
Method parameters in com.netgrif.application.engine.importer.service with type arguments of type I18nString Modifier and Type Method Description static java.util.List<Icon>
ComponentFactory. buildIconsListWithOptions(java.util.List<Icon> iconList, java.util.Map<java.lang.String,I18nString> options, java.lang.String fieldId)
static java.util.List<Icon>
ComponentFactory. buildIconsListWithValues(java.util.List<Icon> iconList, java.util.Set<I18nString> values, java.lang.String fieldId)
-
Uses of I18nString in com.netgrif.application.engine.orgstructure.groups
Methods in com.netgrif.application.engine.orgstructure.groups that return types with arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
NextGroupService. addUser(IUser user, java.util.Map<java.lang.String,I18nString> existingUsers)
java.util.Map<java.lang.String,I18nString>
NextGroupService. inviteUser(java.lang.String email, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
java.util.Map<java.lang.String,I18nString>
NextGroupService. removeUser(java.util.HashSet<java.lang.String> usersToRemove, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
Method parameters in com.netgrif.application.engine.orgstructure.groups with type arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
NextGroupService. addUser(IUser user, java.util.Map<java.lang.String,I18nString> existingUsers)
java.util.Map<java.lang.String,I18nString>
NextGroupService. inviteUser(java.lang.String email, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
java.util.Map<java.lang.String,I18nString>
NextGroupService. removeUser(java.util.HashSet<java.lang.String> usersToRemove, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
-
Uses of I18nString in com.netgrif.application.engine.orgstructure.groups.interfaces
Methods in com.netgrif.application.engine.orgstructure.groups.interfaces that return types with arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
INextGroupService. addUser(IUser user, java.util.Map<java.lang.String,I18nString> existingUsers)
java.util.Map<java.lang.String,I18nString>
INextGroupService. inviteUser(java.lang.String email, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
java.util.Map<java.lang.String,I18nString>
INextGroupService. removeUser(java.util.HashSet<java.lang.String> usersToRemove, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
Method parameters in com.netgrif.application.engine.orgstructure.groups.interfaces with type arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
INextGroupService. addUser(IUser user, java.util.Map<java.lang.String,I18nString> existingUsers)
java.util.Map<java.lang.String,I18nString>
INextGroupService. inviteUser(java.lang.String email, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
java.util.Map<java.lang.String,I18nString>
INextGroupService. removeUser(java.util.HashSet<java.lang.String> usersToRemove, java.util.Map<java.lang.String,I18nString> existingUsers, Case groupCase)
-
Uses of I18nString in com.netgrif.application.engine.petrinet.domain
Methods in com.netgrif.application.engine.petrinet.domain that return I18nString Modifier and Type Method Description I18nString
I18nString. clone()
I18nString
I18nStringDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
I18nString
Transition. getAssignMessage()
I18nString
Transition. getCancelMessage()
I18nString
Transition. getDelegateMessage()
I18nString
Transition. getFinishMessage()
Methods in com.netgrif.application.engine.petrinet.domain with parameters of type I18nString Modifier and Type Method Description void
DataGroup. setTitle(I18nString title)
Sets title default valuevoid
Node. setTitle(I18nString title)
void
PetriNet. setTitle(I18nString title)
void
Transaction. setTitle(I18nString title)
Constructors in com.netgrif.application.engine.petrinet.domain with parameters of type I18nString Constructor Description I18nString(I18nString other)
Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type I18nString Constructor Description QI18nString(com.querydsl.core.types.Path<? extends I18nString> path)
-
Uses of I18nString in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type I18nString Modifier and Type Field Description protected java.util.Set<I18nString>
ChoiceField. choices
com.querydsl.core.types.dsl.SetPath<I18nString,QI18nString>
QChoiceField. choices
com.querydsl.core.types.dsl.SetPath<I18nString,QI18nString>
QEnumerationField. choices
com.querydsl.core.types.dsl.SetPath<I18nString,QI18nString>
QMultichoiceField. choices
com.querydsl.core.types.dsl.SetPath<I18nString,QI18nString>
QMultichoiceField. defaultValue
com.querydsl.core.types.dsl.MapPath<java.lang.String,I18nString,QI18nString>
QEnumerationMapField. options
com.querydsl.core.types.dsl.MapPath<java.lang.String,I18nString,QI18nString>
QMultichoiceMapField. options
com.querydsl.core.types.dsl.SetPath<I18nString,QI18nString>
QMultichoiceField. value
Methods in com.netgrif.application.engine.petrinet.domain.dataset that return I18nString Modifier and Type Method Description I18nString
Field. getDescription()
I18nString
Field. getName()
I18nString
Field. getPlaceholder()
Methods in com.netgrif.application.engine.petrinet.domain.dataset that return types with arguments of type I18nString Modifier and Type Method Description java.util.Set<I18nString>
ChoiceField. getChoices()
java.util.Map<java.lang.String,I18nString>
EnumerationMapField. getOptions()
java.util.Map<java.lang.String,I18nString>
MultichoiceMapField. getOptions()
Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type I18nString Modifier and Type Method Description void
Field. setDescription(I18nString description)
void
Field. setName(I18nString name)
void
Field. setPlaceholder(I18nString placeholder)
void
EnumerationField. setValue(I18nString value)
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type I18nString Modifier and Type Method Description void
ChoiceField. setChoices(java.util.Set<I18nString> choices)
void
EnumerationMapField. setOptions(java.util.Map<java.lang.String,I18nString> options)
void
MultichoiceMapField. setOptions(java.util.Map<java.lang.String,I18nString> options)
void
MultichoiceField. setValue(java.util.LinkedHashSet<I18nString> value)
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type I18nString Constructor Description ChoiceField(java.util.List<I18nString> values)
EnumerationField(java.util.List<I18nString> values)
EnumerationMapField(java.util.Map<java.lang.String,I18nString> choices)
EnumerationMapField(java.util.Map<java.lang.String,I18nString> choices, java.lang.String defaultValue)
MultichoiceField(java.util.List<I18nString> values)
MultichoiceMapField(java.util.Map<java.lang.String,I18nString> choices)
MultichoiceMapField(java.util.Map<java.lang.String,I18nString> choices, java.util.LinkedHashSet<java.lang.String> defaultValues)
-
Uses of I18nString in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return I18nString Modifier and Type Method Description I18nString
ActionDelegate. i18n(java.lang.String value, java.util.Map<java.lang.String,java.lang.String> translations)
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return types with arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
ActionDelegate. collectRolesForPreferenceItem(java.util.List<ProcessRole> roles)
java.util.Map<java.lang.String,I18nString>
ActionDelegate. collectRolesForPreferenceItem(java.util.Map<java.lang.String,java.lang.String> roles)
java.util.Map<java.lang.String,I18nString>
ActionDelegate. findOptionsBasedOnSelectedNode(UriNode node)
java.util.Map<java.lang.String,I18nString>
ActionDelegate. findOptionsBasedOnSelectedNode(UriNode node, java.util.List<java.lang.String> splitPathList)
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type I18nString Modifier and Type Method Description Case
ActionDelegate. duplicateMenuItem(Case originItem, I18nString newTitle, java.lang.String newIdentifier)
DynamicValidation
ActionDelegate. dynamicValidation(java.lang.String rule, I18nString message)
Validation
ActionDelegate. validation(java.lang.String rule, I18nString message)
-
Uses of I18nString in com.netgrif.application.engine.petrinet.domain.dataset.logic.validation
Fields in com.netgrif.application.engine.petrinet.domain.dataset.logic.validation declared as I18nString Modifier and Type Field Description protected I18nString
Validation. validationMessage
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.validation that return I18nString Modifier and Type Method Description I18nString
Validation. getValidationMessage()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.validation with parameters of type I18nString Modifier and Type Method Description void
Validation. setValidationMessage(I18nString valMessage)
Constructors in com.netgrif.application.engine.petrinet.domain.dataset.logic.validation with parameters of type I18nString Constructor Description DynamicValidation(java.lang.String validationRule, I18nString validationMessage)
Validation(java.lang.String validationRule, I18nString validationMessage)
-
Uses of I18nString in com.netgrif.application.engine.petrinet.domain.roles
Methods in com.netgrif.application.engine.petrinet.domain.roles that return I18nString Modifier and Type Method Description I18nString
ProcessRole. getName()
Methods in com.netgrif.application.engine.petrinet.domain.roles with parameters of type I18nString Modifier and Type Method Description void
ProcessRole. setName(I18nString name)
-
Uses of I18nString in com.netgrif.application.engine.validation.domain
Methods in com.netgrif.application.engine.validation.domain that return I18nString Modifier and Type Method Description I18nString
ValidationDataInput. getValidationMessage()
Methods in com.netgrif.application.engine.validation.domain with parameters of type I18nString Modifier and Type Method Description void
ValidationDataInput. setValidationMessage(I18nString validationMessage)
Constructors in com.netgrif.application.engine.validation.domain with parameters of type I18nString Constructor Description ValidationDataInput(DataField data, I18nString validationMessage, java.util.Locale locale, java.lang.String validationRegex)
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain
Fields in com.netgrif.application.engine.workflow.domain with type parameters of type I18nString Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<I18nString,QI18nString>
QDataField. choices
com.querydsl.core.types.dsl.MapPath<EventType,I18nString,QI18nString>
QTask. eventTitles
com.querydsl.core.types.dsl.MapPath<java.lang.String,I18nString,QI18nString>
QDataField. options
Methods in com.netgrif.application.engine.workflow.domain with parameters of type I18nString Modifier and Type Method Description void
Task. addEventTitle(EventType type, I18nString title)
Method parameters in com.netgrif.application.engine.workflow.domain with type arguments of type I18nString Modifier and Type Method Description void
DataField. setChoices(java.util.Set<I18nString> choices)
void
DataField. setOptions(java.util.Map<java.lang.String,I18nString> options)
Constructors in com.netgrif.application.engine.workflow.domain with parameters of type I18nString Constructor Description Filter(I18nString title, I18nString description, java.lang.Integer visibility, Author author, java.lang.String type, java.lang.String query, MergeFilterOperation mergeOperation)
Deprecated. -
Uses of I18nString in com.netgrif.application.engine.workflow.domain.eventoutcomes
Constructors in com.netgrif.application.engine.workflow.domain.eventoutcomes with parameters of type I18nString Constructor Description EventOutcome(I18nString message)
EventOutcome(I18nString message, java.util.List<EventOutcome> outcomes)
EventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, java.util.List<FrontAction> frontActions)
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes
Constructors in com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes with parameters of type I18nString Constructor Description CaseEventOutcome(I18nString message, Case aCase)
CaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
CreateCaseEventOutcome(I18nString message, Case aCase)
CreateCaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
DeleteCaseEventOutcome(I18nString message, Case aCase)
DeleteCaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes
Constructors in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes with parameters of type I18nString Constructor Description GetDataEventOutcome(I18nString message, Case aCase, Task task)
GetDataEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase, Task task, java.util.List<Field> data)
GetDataGroupsEventOutcome(I18nString message, Case aCase, Task task)
GetDataGroupsEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, java.util.List<DataGroup> data, Case aCase, Task task)
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes
Constructors in com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes with parameters of type I18nString Constructor Description ImportPetriNetEventOutcome(I18nString message, PetriNet net)
ImportPetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
PetriNetEventOutcome(I18nString message, PetriNet net)
PetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes
Constructors in com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes with parameters of type I18nString Constructor Description TaskEventOutcome(I18nString message, Case aCase, Task task)
TaskEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase, Task task)
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain.filter
Fields in com.netgrif.application.engine.workflow.domain.filter declared as I18nString Modifier and Type Field Description protected I18nString
FilterImportExport. filterName
-
Uses of I18nString in com.netgrif.application.engine.workflow.domain.menu
Methods in com.netgrif.application.engine.workflow.domain.menu with parameters of type I18nString Modifier and Type Method Description void
MenuItemBody. setMenuName(I18nString name)
void
MenuItemBody. setTabName(I18nString name)
Constructors in com.netgrif.application.engine.workflow.domain.menu with parameters of type I18nString Constructor Description MenuItemBody(I18nString menuName, I18nString tabName, java.lang.String menuIcon, java.lang.String tabIcon)
MenuItemBody(I18nString name, java.lang.String icon)
MenuItemBody(java.lang.String uri, java.lang.String identifier, I18nString menuName, I18nString tabName, java.lang.String menuIcon, java.lang.String tabIcon)
MenuItemBody(java.lang.String uri, java.lang.String identifier, I18nString name, java.lang.String icon)
-
Uses of I18nString in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return I18nString Modifier and Type Method Description I18nString
InitValueExpressionEvaluator. evaluateCaseName(Case useCase, Expression expression, java.util.Map<java.lang.String,java.lang.String> params)
Methods in com.netgrif.application.engine.workflow.service that return types with arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
MenuImportExportService. addSelectedEntriesToExport(MultichoiceMapField availableEntries, EnumerationMapField menusForExport, java.lang.String menuIdentifier)
java.util.Map<java.lang.String,I18nString>
ConfigurableMenuService. addSelectedRoles(MultichoiceMapField addedRoles, EnumerationMapField processField, MultichoiceMapField rolesAvailable)
Constructs a map that can be used as a value for anyMapOptionsField
.java.util.Map<java.lang.String,I18nString>
MenuImportExportService. createAvailableEntriesChoices(java.util.List<Case> menuItemCases)
java.util.Set<I18nString>
InitValueExpressionEvaluator. evaluateChoices(Case useCase, ChoiceField<?> field, java.util.Map<java.lang.String,java.lang.String> params)
java.util.Map<java.lang.String,I18nString>
InitValueExpressionEvaluator. evaluateOptions(Case useCase, MapOptionsField<I18nString,?> field, java.util.Map<java.lang.String,java.lang.String> params)
java.util.Map<java.lang.String,I18nString>
ConfigurableMenuService. getAvailableRolesFromNet(EnumerationMapField processField, MultichoiceMapField permittedRoles, MultichoiceMapField bannedRoles)
Constructs a map that can be used as a value for anyMapOptionsField
.java.util.Map<java.lang.String,I18nString>
ConfigurableMenuService. getNetsByAuthorAsMapOptions(IUser author, java.util.Locale locale)
Constructs a map that can be used as a value for anyMapOptionsField
.java.util.Map<java.lang.String,I18nString>
WorkflowService. listToMap(java.util.List<Case> cases)
java.util.Map<java.lang.String,I18nString>
ConfigurableMenuService. removeSelectedRoles(MultichoiceMapField mapField)
Constructs a map that can be used as a value for anyMapOptionsField
.Method parameters in com.netgrif.application.engine.workflow.service with type arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
InitValueExpressionEvaluator. evaluateOptions(Case useCase, MapOptionsField<I18nString,?> field, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of I18nString in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return I18nString Modifier and Type Method Description I18nString
IInitValueExpressionEvaluator. evaluateCaseName(Case useCase, Expression expression, java.util.Map<java.lang.String,java.lang.String> params)
Methods in com.netgrif.application.engine.workflow.service.interfaces that return types with arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
IMenuImportExportService. addSelectedEntriesToExport(MultichoiceMapField availableEntries, EnumerationMapField menusForExport, java.lang.String menuidentifier)
java.util.Map<java.lang.String,I18nString>
IConfigurableMenuService. addSelectedRoles(MultichoiceMapField selected, EnumerationMapField netField, MultichoiceMapField roles)
java.util.Map<java.lang.String,I18nString>
IMenuImportExportService. createAvailableEntriesChoices(java.util.List<Case> menuItemCases)
java.util.Set<I18nString>
IInitValueExpressionEvaluator. evaluateChoices(Case useCase, ChoiceField<?> field, java.util.Map<java.lang.String,java.lang.String> params)
java.util.Map<java.lang.String,I18nString>
IInitValueExpressionEvaluator. evaluateOptions(Case useCase, MapOptionsField<I18nString,?> field, java.util.Map<java.lang.String,java.lang.String> params)
java.util.Map<java.lang.String,I18nString>
IConfigurableMenuService. getAvailableRolesFromNet(EnumerationMapField processField, MultichoiceMapField permittedRoles, MultichoiceMapField bannedRoles)
java.util.Map<java.lang.String,I18nString>
IConfigurableMenuService. getNetsByAuthorAsMapOptions(IUser author, java.util.Locale locale)
java.util.Map<java.lang.String,I18nString>
IWorkflowService. listToMap(java.util.List<Case> cases)
java.util.Map<java.lang.String,I18nString>
IConfigurableMenuService. removeSelectedRoles(MultichoiceMapField addedRoles)
Method parameters in com.netgrif.application.engine.workflow.service.interfaces with type arguments of type I18nString Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
IInitValueExpressionEvaluator. evaluateOptions(Case useCase, MapOptionsField<I18nString,?> field, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of I18nString in com.netgrif.application.engine.workflow.web.responsebodies
Constructor parameters in com.netgrif.application.engine.workflow.web.responsebodies with type arguments of type I18nString Constructor Description LocalisedMapOptionsField(MapOptionsField<I18nString,DV> field, java.util.Locale locale)
-