| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeableResourceDescriptor |
ResourceManager.getDevelopmentResourceDescriptor(SessionToken session,
java.util.UUID resourceID,
long branch)
Gets the development version of the resource descriptors for the designated
resource ID in the designated branch.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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<java.util.List<ChangeableResourceDescriptor>> |
ResourceManager.getDevelopmentResourceDescriptorsIterator(SessionToken session,
long branch)
The same as
ResourceManager.getDevelopmentResourceDescriptors(SessionToken, long)
but with partial retrieval of the descriptors. |
| Modifier and Type | Method and Description |
|---|---|
ChangeableResourceDescriptor |
ActivityModelFactory.createChangeableResourceDescriptor(java.util.UUID id,
java.lang.String name,
java.lang.String description,
long revision,
State state,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes) |