| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| de.aristaflow.adept2.model.common |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IconManager.getDevelopmentIcon(SessionToken session,
java.util.UUID iconID,
IconDescriptor.Dimension dimension,
long branch)
Gets the designated dimension of the development version of the designated
icon in the designated branch.
|
byte[] |
IconManager.getIconRevision(SessionToken session,
java.util.UUID iconID,
IconDescriptor.Dimension dimension,
long revision)
Gets the designated revision and the designated dimension (index of
corresponding
dimension array) of
the designated icon. |
byte[] |
IconManager.getLatestIcon(SessionToken session,
java.util.UUID iconID,
IconDescriptor.Dimension dimension)
Gets the (latest revision of the) designated icon (in PNG-format).
|
void |
IconManager.removeDevelopmentIcon(SessionToken session,
java.util.UUID iconID,
IconDescriptor.Dimension dimension,
long branch)
Removes the designated icon dimension from the designated branch.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeableIconDescriptor |
ActivityModelFactory.createChangeableIconDescriptor(java.util.UUID id,
java.lang.String name,
java.lang.String description,
IconDescriptor.Dimension[] dimensions,
long revision,
State state,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes) |
| Modifier and Type | Method and Description |
|---|---|
IconDescriptor.Dimension[] |
IconDescriptor.getDimensions()
Gets all dimensions (width and height) the corresponding icon is available
for.
|
| Modifier and Type | Method and Description |
|---|---|
IconDescriptor |
CommonModelFactory.createIconDescriptor(java.util.UUID id,
java.lang.String name,
java.lang.String description,
IconDescriptor.Dimension[] dimensions,
long revision,
State state,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes) |