◆ addDocumentation()
PhaseDefinition org.turro.phase.PhaseDefinition.addDocumentation |
( |
String |
documentation | ) |
|
◆ addMapping()
PhaseDefinition org.turro.phase.PhaseDefinition.addMapping |
( |
String |
targetEntity, |
|
|
Integer |
targetPhase |
|
) |
| |
◆ addPermission()
Definition at line 68 of file PhaseDefinition.java.
69 permissions.
put(permission);
ConceptPermission put(String key, ConceptPermission value)
◆ anyStringMatch()
boolean org.turro.phase.PhaseDefinition.anyStringMatch |
( |
Collection< String > |
types | ) |
|
Definition at line 85 of file PhaseDefinition.java.
86 return anyTypeMatch(types.stream().map(t -> PhaseType.valueOf(t)).toList());
boolean anyTypeMatch(Collection< PhaseType > types)
◆ anyTypeMatch()
boolean org.turro.phase.PhaseDefinition.anyTypeMatch |
( |
Collection< PhaseType > |
types | ) |
|
◆ compareTo()
Definition at line 120 of file PhaseDefinition.java.
121 int result = Integer.compare(index, o.index);
123 result = CompareUtil.compare(name, o.name);
◆ create()
◆ described()
PhaseDefinition org.turro.phase.PhaseDefinition.described |
( |
String |
description | ) |
|
◆ getConcepts()
Collection<String> org.turro.phase.PhaseDefinition.getConcepts |
( |
| ) |
|
◆ getDescription()
String org.turro.phase.PhaseDefinition.getDescription |
( |
| ) |
|
◆ getDocumentation()
Set<String> org.turro.phase.PhaseDefinition.getDocumentation |
( |
| ) |
|
◆ getIconName()
String org.turro.phase.PhaseDefinition.getIconName |
( |
| ) |
|
◆ getIndex()
int org.turro.phase.PhaseDefinition.getIndex |
( |
| ) |
|
◆ getMapping()
Map<String, Integer> org.turro.phase.PhaseDefinition.getMapping |
( |
| ) |
|
◆ getName()
String org.turro.phase.PhaseDefinition.getName |
( |
| ) |
|
◆ getPermission()
Definition at line 109 of file PhaseDefinition.java.
110 return Optional.ofNullable(permissions.
get(name, iee)).orElse(
null);
ConceptPermission get(Object key)
◆ getTypes()
Set<PhaseType> org.turro.phase.PhaseDefinition.getTypes |
( |
| ) |
|
◆ icon()
The documentation for this class was generated from the following file: