| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeableIconDescriptor |
IconManager.getDevelopmentIconDescriptor(SessionToken session,
java.util.UUID iconID,
long branch)
Gets the development version of the icon descriptors for the designated
icon ID in the designated branch.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ChangeableIconDescriptor> |
IconManager.getDevelopmentIconDescriptors(SessionToken session,
long branch)
Gets the development versions of all icon descriptors in the designated
branch known by this manager.
|
RemoteIterator<java.util.List<ChangeableIconDescriptor>> |
IconManager.getDevelopmentIconDescriptorsIterator(SessionToken session,
long branch)
The same as
IconManager.getDevelopmentIconDescriptors(SessionToken, long) but
with partial retrieval of the descriptors. |
| 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) |