Uses of Interface
de.aristaflow.adept2.model.activitymodel.ChangeableIconDescriptor
-
Packages that use ChangeableIconDescriptor Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of ChangeableIconDescriptor in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ChangeableIconDescriptor Modifier and Type Method Description ChangeableIconDescriptor
IconManager. getDevelopmentIconDescriptor(SessionToken session, UUID iconID, long branch)
Gets the development version of the icon descriptors for the designated icon ID in the designated branch.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type ChangeableIconDescriptor Modifier and Type Method Description 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<List<ChangeableIconDescriptor>>
IconManager. getDevelopmentIconDescriptorsIterator(SessionToken session, long branch)
The same asIconManager.getDevelopmentIconDescriptors(SessionToken, long)
but with partial retrieval of the descriptors. -
Uses of ChangeableIconDescriptor in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return ChangeableIconDescriptor Modifier and Type Method Description ChangeableIconDescriptor
ActivityModelFactory. createChangeableIconDescriptor(UUID id, String name, String description, IconDescriptor.Dimension[] dimensions, long revision, State state, PluginDataContainer pluginData, Map<String,String> userAttributes)
-