Uses of Interface
de.aristaflow.adept2.model.activitymodel.ChangeableResourceDescriptor
-
Packages that use ChangeableResourceDescriptor Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of ChangeableResourceDescriptor in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ChangeableResourceDescriptor Modifier and Type Method Description ChangeableResourceDescriptor
ResourceManager. getDevelopmentResourceDescriptor(SessionToken session, UUID resourceID, long branch)
Gets the development version of the resource descriptors for the designated resource ID in the designated branch.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type ChangeableResourceDescriptor Modifier and Type Method Description Collection<ChangeableResourceDescriptor>
ResourceManager. getDevelopmentResourceDescriptors(SessionToken session, long branch)
Gets the development versions of all resource descriptors in the designated branch known by this manager.RemoteIterator<List<ChangeableResourceDescriptor>>
ResourceManager. getDevelopmentResourceDescriptorsIterator(SessionToken session, long branch)
The same asResourceManager.getDevelopmentResourceDescriptors(SessionToken, long)
but with partial retrieval of the descriptors. -
Uses of ChangeableResourceDescriptor in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return ChangeableResourceDescriptor Modifier and Type Method Description ChangeableResourceDescriptor
ActivityModelFactory. createChangeableResourceDescriptor(UUID id, String name, String description, long revision, State state, PluginDataContainer pluginData, Map<String,String> userAttributes)
-