Skip to content

Commit

Permalink
[NAE-1948] Bugs after merge to 6.4.0
Browse files Browse the repository at this point in the history
- format
  • Loading branch information
machacjozef committed Mar 12, 2024
1 parent 085ce68 commit 3a723c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ProcessRole {

/**
* The constructor doesn't set attributes regarding the Petri net.
* <p>
*
* Use the ProcessRoleFactory to create instances that have these attributes set.
*/
public ProcessRole(com.netgrif.application.engine.petrinet.domain.roles.ProcessRole role, Locale locale) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ public class ElasticCase {

/**
* Data that is stored in the elasticsearch database.
* <p>
*
* Note that the dataSet attribute is NOT set when the object is created and must be set later.
* <p>
*
* The {@link com.netgrif.application.engine.elastic.service.interfaces.IElasticCaseMappingService IElasticCaseMappingService} can be used to create
* instances of this class from Case objects, that have the dataset populated.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ public class ConfigurableMenuService implements IConfigurableMenuService {

/**
* Constructs a map that can be used as a value for any {@link com.netgrif.application.engine.petrinet.domain.dataset.MapOptionsField}.
* <p>
*
* The map will contain strings related to process nets authored by the provided user.
* <p>
*
* A key of the map is a string of the form "&lt;net identifier&gt;:&lt;net version&gt;".
* The version portion of the string uses the dash (-) character to separate the major, minor a patch version numbers instead of the traditional dot character.
* <p>
*
* A value of the map is an {@link I18nString} with no translations of the form "&lt;net identifier&gt; : &lt;net version&gt;".
* The default value of the net title is used.
*
Expand Down Expand Up @@ -93,7 +93,7 @@ public Map<String, I18nString> getAvailableRolesFromNet(EnumerationMapField proc

/**
* Constructs a map that can be used as a value for any {@link com.netgrif.application.engine.petrinet.domain.dataset.MapOptionsField}.
* <p>
*
* The map will contain all the options from the input field except for those that are selected in the input field.
*
* @param mapField a map field whose value complement we want to get
Expand All @@ -109,11 +109,11 @@ public Map<String, I18nString> removeSelectedRoles(MultichoiceMapField mapField)

/**
* Constructs a map that can be used as a value for any {@link com.netgrif.application.engine.petrinet.domain.dataset.MapOptionsField}.
* <p>
*
* The map will contain a union of the options that are already present in the {@code addedRoles} field with the options selected in the {@code rolesAvailable} field.
* <p>
*
* The keys remain unchanged.
* <p>
*
* The values of the map are a combination of the options from the {@code addedRoles} field (they remain unchanged)
* and new values corresponding to the new keys from the {@code rolesAvailable} field. The new values are of the form "&lt;original value&gt; (&lt;net title&gt;)"
*
Expand Down

0 comments on commit 3a723c8

Please sign in to comment.